2.2.1 深入Go Module## GCN ## 深入Go Module  鸟窝 细节、使用、坑以及未来 ## 鸟窝 • Go微服务框架rpcx作者 • Go并发编程实战课专栏作者 《Scala集合技术手册》作者  Go 版本管理历史 01 认识 Go Module 02 使用 Go Module 03 血泪史 04 Go Module 未来特性 05 ## 第一部分 ## Go版本管理历史 ## Go版本历史  login guest password 123456 ## Git over SSH go get 默认不会使用 SSH 协议 除非动态获取 meta 时明确指定使用 SSH 协议 // module: example.com/pkg repo: gitlab.example.com/example/pkg 0 码力 | 28 页 | 12.85 MB | 2 年前3
深度学习与PyTorch入门实战 - 43. nn.Module## PyTorch ### nn.Module 主讲人:龙良曲 ## ☐ ☐ ☐ class MyLinear(nn.Module): def __init__(self, inp, outp): super(MyLinear, self).__init__() # requires_grad = True self.w = nn.Parameter(torch.randn(outp + self.b return x ## Magic ### ■ Every Layer is nn.Module - nn.Linear - nn.BatchNorm2d - nn.Conv2d #### - nn.Module nested in nn.Module ### 1. embed current layers Linear ReLU Sigmoid Conv2d BasicNet(nn.Module): def __init__(self): super(BasicNet, self).__init__() self.net = nn.Linear(4, 3) def forward(self, x): return self.net(x) class Net(nn.Module): def0 码力 | 16 页 | 1.14 MB | 2 年前3
2.1.3 如何用go module构建模块化跨链平台GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 如何用go module构建模块化跨链平台 汪小益 趣链科技 ’ alt=‘OCR图片’/> 什么是区块链 跨链的重难点分析 跨链平台架构设计 Go module和plugin 的应用实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 1 什么是区块链 GOPHER 趣链区块链 天平链 共识模块 PBFT RAFT POS POA HOTSTUFF Golang提供了两种模块化工具,一个是go module,一个是go plugin GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO module和plugin实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO modules实践:无处不在的模块 t uint64) error // Close release resource Close() GOPHER CHINA 2020 GO modules实践:经验建议 GO module几个好用的命令 go mod tidy 移除无效依赖,新增缺少的依赖 go mod graph 列出所有的依赖 go mod vendor 依赖复制打包到vendor目录下(网络受限) go mod0 码力 | 27 页 | 1.24 MB | 1 月前3
PyWebIO v1.7.1 DocumentationOther Interactions - Layout and Style - pywebio.session — More control to session - pywebio.platform — Deploy applications - Directory Deploy - Application Deploy - Other - pywebio.pin Doc • Server-Client communication protocol Command o Event ## I ndices and tables • Index • Module Index • Search Page ## Discussion and support - Need help when use PyWebIO? Make a new discussion code online and see what happens. ## I nput The input functions are defined in the pywebio.input module and can be imported using from pywebio.input import *. When calling the input function, an input0 码力 | 152 页 | 7.47 MB | 2 年前3
OpenShift Container Platform 4.6 关于914b8d2/p1_1.jpg) ### OpenShift Container Platform 4.6 关于 OpenShift Container Platform 简介 Powered by TCPDF (www.tcpdf.org) OpenShift Container Platform 简介 Enter your first name here. Enter your surname the property of their respective owners. ## 摘要 本文档概述 OpenShift Container Platform 的功能。 ## 目录 第1章 OPENSHIFT CONTAINER PLATFORM 4.6 文档 ..... 3 1.1. 集群安装程序操作 ..... 3 1.2. 开发人员活动 ..... 4 1.3. 集群管理员活动 第 1 章 OPENSHIFT CONTAINER PLATFORM 4.6 文档 欢迎使用官方 OpenShift Container Platform 4.6 文档,您可以在其中查找信息以帮助您了解 OpenShift Container Platform 并开始探索其功能。 要浏览 OpenShift Container Platform 4.6 文档,您可以: 使用左侧导航条浏览文档或0 码力 | 26 页 | 718.91 KB | 2 年前3
OpenShift Container Platform 4.7 安装a90b9e4e7652/2c2b914d.png) # OpenShift Container Platform 4.7安装 # 安装并配置 OpenShift Container Platform 集群 安装并配置 OpenShift Container Platform 集群 Enter your first name here. Enter your surname here owners. ## 摘要 本文档提供有关安装和配置 OpenShift Container Platform 的信息。 ## 目录 # 第1章 OPENSHIFT CONTAINER PLATFORM 安装概述 ... 50 1.1. OPENSHIFT CONTAINER PLATFORM 安装概述 50 1.1.1. 安装过程 51 采用安装程序置备的基础架构的安装过程 选择集群安装类型 56 2.1.1. 您要自己安装和管理 OpenShift Container Platform 集群吗? 56 2.1.2. 您是否已使用了 OpenShift Container Platform 3 且要使用 OpenShift Container Platform 4? 56 2.1.3. 您是否希望在您的集群中使用已存在的组件? 57 2.10 码力 | 2276 页 | 23.68 MB | 2 年前3
OpenShift Container Platform 4.9 节点7d/p1_1.jpg) ### OpenShift Container Platform 4.9 节点 在 OpenShift Container Platform 中配置和管理节点 Powered by TCPDF (www.tcpdf.org) 在 OpenShift Container Platform 中配置和管理节点 Enter your first name here. Enter . 16 2.2.3. 查看 pod 用量统计 ..... 17 2.2.4. 查看资源日志 ..... 17 2.3. 为 POD 配置 OPENSHIFT CONTAINER PLATFORM 集群 ..... 18 2.3.1. 配置 pod 重启后的行为 ..... 19 2.3.2. 限制可供 pod 使用的带宽 ..... 20 2.3.3. 了解如何使用 pod secret 故障排除 60 2.7. 创建和使用配置映射 61 2.7.1. 了解配置映射 61 配置映射限制 62 2.7.2. 在 OpenShift Container Platform Web 控制台中创建配置映射 62 2.7.3. 使用 CLI 创建配置映射 63 2.7.3.1. 从目录创建配置映射 63 2.7.3.2. 从文件创建配置映射 65 20 码力 | 374 页 | 3.80 MB | 2 年前3
OpenShift Container Platform 4.14 安装2c2b914d.png) ## Red Hat # OpenShift Container Platform 4.14安装 # 安装并配置 OpenShift Container Platform 集群 安装并配置 OpenShift Container Platform 集群 ## 法律通告 Copyright $ \textcircled{c} $ 2024 Red Hat 本文档提供有关安装和配置 OpenShift Container Platform 的信息。 ## 目录 # 第1章 OPENSHIFT CONTAINER PLATFORM 安装概述 ... 7 1.1. 关于 OPENSHIFT CONTAINER PLATFORM 安装 7 1.2. OPENSHIFT CONTAINER PLATFORM 集群支持的平台 14 # 第2章 选择集群安装方法并为用户准备它 为工作负载准备集群 19 2.4. 支持的用于不同平台的安装方法 19 # 第3章 集群功能 ... 23 3.1. 选择集群功能 23 3.2. OPENSHIFT CONTAINER PLATFORM 4.14 中的可选集群功能 24 3.3. 其他资源 28 # 第4章 断开连接的安装镜像 ... 29 4.1. 关于断开连接的安装镜像 29 4.2. 为 RED HAT OPENSHIFT0 码力 | 3881 页 | 39.03 MB | 2 年前3
OpenShift Container Platform 4.13 关于829d20e03/p1_1.jpg) # OpenShift Container Platform 4.13 关于 OpenShift Container Platform 简介 Powered by TCPDF (www.tcpdf.org) OpenShift Container Platform 简介 ## 法律通告 Copyright $ ^{©} $ 2024 Red Hat 本文档概述 OpenShift Container Platform 的功能。 ## 目录 第1章 OPENSHIFT CONTAINER PLATFORM 4.13 文档 3 1.1. 集群安装程序操作 3 1.2. 开发人员活动 4 1.3. 集群管理员活动 5 第2章 了解有关 OPENSHIFT CONTAINER PLATFORM 的更多信息 8 2.1. 架构 8 2 ### 第 1 章 OPENSHIFT CONTAINER PLATFORM 4.13 文档 欢迎使用官方的 OpenShift Container Platform 4.13 文档,您可以在其中了解 OpenShift Container Platform 并开始了解其功能。 要浏览 OpenShift Container Platform 4.13 文档,您可以使用以下方法之一: 使用左侧导航栏浏览文档。0 码力 | 13 页 | 235.76 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Go ModuleGOPATHvendor dirgo命令GOPROXY又拍云Gitlab CIGOPRIVATEsshnn.ModulePyTorch自定义层网络结构优化器2.1如何gomodule构建模块模块化跨链平台PyWebIOsessionplatform modulepin modulecoroutine-based sessionsOpenShift Container PlatformOperatorKubernetes集群管理员开发人员Red Hat Enterprise Linux CoreOS (RHCOS)Ignition 配置文件集群安装节点Pod污点与容限安装方法集群证书管理FIPS加密Helm chartGitOps













