Conda 24.11.x Documentationinstaller maintained by the conda-forge community that comes preconfigured for use with the conda-forge channel. Windows x86_64 macOS arm64 (Apple Silicon) macOS x86_64 (Intel) Linux x86_64 (amd64) Linux its default channels. If a package you want is located in another channel, such as conda-forge, you can manually specify the channel when installing the package: conda install conda-forge::numpy You You can also override the default channels in your .condarc file. For a direct example, see Channel locations (channels) or read the entire Using the .condarc conda configuration file. Tip Find more packages0 码力 | 818 页 | 5.21 MB | 1 年前3
Hyperledger Fabric 2.1 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ### 1.7 Pluggable Consensus The ordering of transactions is delegated to a modular component for0 码力 | 633 页 | 9.19 MB | 2 年前3
1.6 Go并发编程实践 - 晁岳攀Go并发编程实践 晁岳攀 @colobu 微博 http://colobu.com 探探 Gopher China 2019 Agenda 基本同步原语 扩展同步原语 原子操作 Channel 内存模型 ’ alt=‘OCR图片’/> 基本同步原语 ’ alt=‘OCR图片’/> 基本同步原语 Mutex 互斥锁 Mutual exclusion, 任何时间只允许一个goroutine在临界区域运行 allocated struct, array, or slice can be relied upon to be 64-bit aligned. ’ alt=‘OCR图片’/> Channel ’ alt=‘OCR图片’/> Channel 功能 信号(shutdown/close/finish) 数据交流 (queue/stream) 锁 (mutex) ’ alt=‘OCR图片’/> func (m *Mutex) IsLocked() bool { return len(m.ch) == 1 } ’ alt=‘OCR图片’/> Channel Channel vs. Mutex 过度使用channel和goroutine Channel 传递数据的owner 分发任务单元 交流异步结果 任务编排 Mutex cache 状态 临界区 ’ alt=‘OCR图片’/> Understanding0 码力 | 82 页 | 16.62 MB | 1 月前3
Hyperledger Fabric 2.0.1 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ### 1.7 Pluggable Consensus The ordering of transactions is delegated to a modular component for0 码力 | 533 页 | 8.37 MB | 2 年前3
可视化学习 Go 并发编程0e87f715ac8d1b4b792dd0b8/p6_1.jpg) 并发编程并不容易,但 Go 对并发有很好的支持 ## Go 语言中的并发 • goroutine - 并发执行 • channel - 同步和消息传输 • select - 多路并发控制 ## Goroutine - 类似于 UNIX 中的 & • 很像线程,但更轻量 - 一个 goroutine 就是一个独立运行的函数 "world") // f 运行;等待 go f("hello", "world") // f 开始运行 $ g() $ // 不用等待 f 返回 ## Channel - 类似于 UNIX 中的 管道 - 允许在 goroutines 之间传递消息 timerChan := make(chan time.Time) go func() { time fmt.Println("channel 1 sends", v) case v := <-ch2: fmt.Println("channel 2 sends", v) default: // 可选 fmt.Println("neither channel was ready") } ##0 码力 | 29 页 | 1.48 MB | 2 年前3
Hyperledger Fabric 2.0 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ## Pluggable Consensus The ordering of transactions is delegated to a modular component for consensus0 码力 | 821 页 | 10.22 MB | 2 年前3
OpenClaw橙皮书:从入门到精通 - v1.4.0Cloud Deployment in China 14 首次配置 Initial Configuration Part 4: 渠道接入 · Channel Integration 15 渠道概览 Channel Overview 15 渠道概览 Channel Overview 16 国际平台接入 International Platforms 17 国内平台接入 Chinese Platforms 须认真对待的事。 05 整体架构 Architecture Overview OpenClaw采用 Gateway-Node-Channel三层架构,以WebSocket为通信总线,将控制平面、设备执行与消息渠道解耦。 三层架构 Gateway·Node·Channel 层级 职责 关键细节 Gateway 中央控制平面,维护WebSocket服务、管理Session、调度Agent 0.0.1:18789,每台主机一个实例 Node 设备端执行节点,负责本地操作 camera(摄像头)、screen recording(录屏)、system.run(系统命令)等 Channel 消息渠道接入层,连接20+即时通讯平台 WhatsApp、Telegram、Discord、Slack、飞书、钉钉等 Loopback-First设计 Security by Default0 码力 | 114 页 | 8.90 MB | 1 月前3
Hyperledger Fabric 2.1 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ## Pluggable Consensus The ordering of transactions is delegated to a modular component for consensus0 码力 | 904 页 | 10.95 MB | 2 年前3
Hyperledger Fabric 2.2.1 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ## Pluggable Consensus The ordering of transactions is delegated to a modular component for consensus0 码力 | 848 页 | 11.56 MB | 2 年前3
Hyperledger Fabric 2.2.0 Documentationauthorized nodes. Hyperledger Fabric, being a permissioned platform, enables confidentiality through its channel architecture and private data feature. In channels, participants on a Fabric network establish a participate in a channel have access to the smart contract (chaincode) and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing same protection as channels without the maintenance overhead of creating and maintaining a separate channel. ## Pluggable Consensus The ordering of transactions is delegated to a modular component for consensus0 码力 | 820 页 | 10.90 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
condaenvironmentpackagedocumentationchannelHyperledger FabricChannelSDKPeerCertificate AuthoritygoroutineMutexhappen-beforeSemaphoreBlockchainDistributed ledgerSmart contract并发编程select可视化工具Permissioned Distributed LedgerBlockchain NetworkSmart ContractsOpenClawGateway-Node-Channel三层架构模型自由Skills系统CVE-2026-25253 RCE漏洞Blockchain networkMembership Service Provider (MSP)PoliciesPeersLedgerChaincodePrivate dataChannel capabilitiesUpgrade considerationsRelease notesTest networkSDKsStyle guide区块链网络智能合约隐私治理模块化架构权限区块链平台链码生命周期分布式分类账本













