OpenShift Container Platform 4.13 认证和授权[] [] [create update patch delete get list watch] buildconfigs/instantiate [] [] [create] buildconfigs/instantiatebinary [] [] [create] deploymentconfigs/instantiate [] [] [create] deploymentconfigs/rollback [] [] [create] deploymentconfigs.apps.openshift.io/instantiate [] [] [create] deploymentconfigs.apps.openshift.io/rollback0 码力 | 201 页 | 2.74 MB | 1 年前3
Julia 中文文档DestStyle 的自定义 broadcast! 实现 Base.Broadcast.broadcasted(f, args...) 覆盖融合表达式中的默认惰性行为 Base.Broadcast.instantiate(bc::Broadcasted{DestStyle}) 覆盖惰性广播的 axes 的计算 广播可由 broadcast 或 broadcast! 的显式调用、或者像 A .+ b 或 f 18 并发执行时优化网络 I/O 当并发地执行一个远程函数时: using Distributed responses = Vector{Any}(undef, nworkers()) @sync begin for (idx, pid) in enumerate(workers()) @async responses[idx] = remotecall_fetch(foo, pid, 9 异步 IO 与并发同步写入 为什么对于同一个流的并发写入会导致相互混合的输出? 虽然流式 I/O 的 API 是同步的,底层的实现是完全异步的。 思考一下下面的输出: julia> @sync for i in 1:3 @async write(stdout, string(i), " Foo ", " Bar ") end 123 Foo Foo Foo Bar Bar Bar0 码力 | 1238 页 | 4.59 MB | 1 年前3
OpenShift Container Platform 4.9 构建应用程序All Services 下,选择服务类型或您需要添加到项目的组件。在本例中,选择 Databases 以列 出所有数据库服务,然后点击 MariaDB 查看该服务的详情。 3. 点 Instantiate Template 查看带有 MariaDB 服务详情的自动填充的模板,然后点 Create 在 Topology 视图中创建并查看 MariaDB 服务的信息。 图 3.1. Topology 指向组白名单文件的路径。 --sync-config 指向同步配置文件的路径。 流程 1. 要查看 prune 命令删除的组,请运行以下命令: 2. 要执行修剪操作,请添加 --confirm 标志: 13.3. 修剪部署资源 $ oc adm prune$ oc adm prune groups \ --sync-config=path/to/sync/config --sync-config=path/to/sync/config [ ] $ oc adm prune groups --sync-config=ldap-sync-config.yaml $ oc adm prune groups --sync-config=ldap-sync-config.yaml --confirm 第 第 13 章 章 修剪 修剪对 对象以重新声明 象以重新声明资 资源 源 163 0 码力 | 184 页 | 3.36 MB | 1 年前3
OpenShift Container Platform 4.10 构建应用程序All Services 下,选择服务类型或您需要添加到项目的组件。在本例中,选择 Databases 以列 出所有数据库服务,然后点击 MariaDB 查看该服务的详情。 3. 点 Instantiate Template 查看带有 MariaDB 服务详情的自动填充的模板,然后点 Create 在 Topology 视图中创建并查看 MariaDB 服务的信息。 图 图 3.1. Topology 指向组白名单文件的路径。 --sync-config 指向同步配置文件的路径。 流程 流程 1. 要查看 prune 命令删除的组,请运行以下命令: 2. 要执行修剪操作,请添加 --confirm 标志: 14.3. 修剪部署资源 $ oc adm prune$ oc adm prune groups \ --sync-config=path/to/sync/config --sync-config=path/to/sync/config [ ] $ oc adm prune groups --sync-config=ldap-sync-config.yaml $ oc adm prune groups --sync-config=ldap-sync-config.yaml --confirm 第 第 14 章 章 修剪 修剪对 对象以重新声明 象以重新声明资 资源 源 177 0 码力 | 198 页 | 3.62 MB | 1 年前3
KiCad 8.0 PCB 编辑器designators in the board, but not in the schematic. After geographically reannotating the board, be sure to sync the updated reference designators to the schematic by running the Update Schematic from PCB tool with even if it is not selected as a layer. Footprint association (CMP) exporter CMP files are used to sync footprint assignments and some other footprint fields between the PCB and the schematic. You can examples of how to create footprint wizards, see the footprint wizards included with KiCad. 1. Instantiate a Python class, inheriting from FootprintWizardBase.FootprintWizard . 2. Define the 6 required0 码力 | 194 页 | 8.27 MB | 1 年前3
Kotlin 1.9.10 官方文档 中文版
datetime:0.4.0") } } } } 3. Synchronize the Gradle files by clicking Sync Now in the notification. 4. In shared/src/commonMain/kotlin , create a new file NewYear.kt in ktor:ktor-client-darwin:$ktorVersion") } } } Synchronize the Gradle files by clicking Sync Now in the notification. Create API requests You'll need the SpaceX API to retrieve data and a single dependencies { implementation (project(":shared")) } 3. Synchronize the Gradle files by clicking Sync Now in the notification. 4. In the app/src/main/java/ directory, open the LoginActivity class0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9kotlinx:kotlinx-datetime:0.4.0") } } } } 3. Synchronize the Gradle files by clicking Sync Now in the notification. 4. In shared/src/commonMain/kotlin , create a new file NewYear.kt in ktor:ktor-client-darwin:$ktorVersion") } } } Synchronize the Gradle files by clicking Sync Now in the notification. Create API requests You'll need the SpaceX API to retrieve data and a single (project(":shared")) } 让 Android 应用程序能用于 iOS——教程 683 3. Synchronize the Gradle files by clicking Sync Now in the notification. 4. In the app/src/main/java/ directory, open the LoginActivity class0 码力 | 2049 页 | 45.06 MB | 1 年前3
Hyperledger Fabric 2.5 中文文档when invoking. Subclass Task (Task itself is intended to be abstract), define a run method, and instantiate your subclass at module level. Instances’ name attributes are used as the task name; if omitted domain="whatever.com"): run("git clone foo") sudo("service apache2 restart") Note how we had to instantiate an instance of our class; that’s simply normal Python object-oriented programming at work. While WrappedCallableTask does) may be specified as the task_class argument to @task. Fabric will automatically instantiate a copy of the given class, passing in the wrapped function as the first argument. All other args/kwargs0 码力 | 138 页 | 154.00 KB | 1 年前3
Hyperledger Fabric 1.4 中文文档when invoking. Subclass Task (Task itself is intended to be abstract), define a run method, and instantiate your subclass at module level. Instances’ name attributes are used as the task name; if omitted domain="whatever.com"): run("git clone foo") sudo("service apache2 restart") Note how we had to instantiate an instance of our class; that’s simply normal Python object-oriented programming at work. While WrappedCallableTask does) may be specified as the task_class argument to @task. Fabric will automatically instantiate a copy of the given class, passing in the wrapped function as the first argument. All other args/kwargs0 码力 | 145 页 | 161.53 KB | 1 年前3
FISCO BCOS 2.9.0 中文文档2 变 变 变更 更 更描 描 描述 述 述 • 修复国密环境内存泄露问题 2.2.3 v2.7.1 变 变 变更 更 更描 描 描述 述 述 更 更 更改 改 改 • 完善fisco-sync工具,实现新节点加入群组时从数据仓库拉取指定块高快照数据的功能 修 修 修复 复 复 • 修复mysql存储模式下,系统表缺少hash_2_blockHeader表信息的问题 • 修复sca group_id.ini的[sync].sync_block_by_tree开启 或关闭区块同步优化策略。 • [sync].sync_block_by_tree配置为true:打开区块同步优化策略 • [sync].sync_block_by_tree配置为false:关闭区块同步优化策略 • supported_version不 小 于v2.2.0时 ,[sync].sync_block_by_tree默 为true;supported_version小于v2.2.0时,[sync].sync_block_by_tree默认为false 此外,为了保障树状拓扑区块同步的健壮性,FISCO BCOS v2.2.0还引入了gossip协议定期同步区块状 态,gossip协议相关配置项均位于group.group_id.ini的[sync]中,具体如下: • gossip_interval_ms:gos0 码力 | 1467 页 | 97.74 MB | 1 年前3
共 370 条
- 1
- 2
- 3
- 4
- 5
- 6
- 37













