Extending service mesh capabilities using a streamlined way based on WASM and ORAS# Extending service mesh capabilities using a streamlined way based on WASM and ORAS  Istio服务网格技术解析与实践 王夕宁 | 阿里云服务网格ASM0 码力 | 23 页 | 2.67 MB | 1 年前3
Hyperledger Fabric 2.1 Documentation(DLT) platform, designed for use in enterprise contexts, that delivers some key differentiating capabilities over other popular distributed ledger or blockchain platforms. One key point of differentiation authorized 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, allowing0 码力 | 904 页 | 10.95 MB | 2 年前3
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
Julia 1.9.0 beta4 DocumentationUTF-8 • Call C functions directly (no wrappers or special APIs needed) • Powerful shell-like capabilities for managing other processes • Lisp-like macros and other metaprogramming facilities ## Chapter all data types and code in Julia are represented by Julia data structures, powerful reflection capabilities are available to explore the internals of a program and its types just like any other data. ## rich ecosystem of Julia packages that target GPUs. The JuliaGPU.org website provides a list of capabilities, supported GPUs, related packages and documentation. ## Chapter 23 # Asynchronous Programming0 码力 | 1639 页 | 5.25 MB | 2 年前3
Hyperledger Fabric 2.1 Documentation(DLT) platform, designed for use in enterprise contexts, that delivers some key differentiating capabilities over other popular distributed ledger or blockchain platforms. One key point of differentiation authorized 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, allowing0 码力 | 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 Documentation(DLT) platform, designed for use in enterprise contexts, that delivers some key differentiating capabilities over other popular distributed ledger or blockchain platforms. One key point of differentiation authorized 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, allowing0 码力 | 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 Documentation(DLT) platform, designed for use in enterprise contexts, that delivers some key differentiating capabilities over other popular distributed ledger or blockchain platforms. One key point of differentiation authorized 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, allowing0 码力 | 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
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
服务网格WASMORAS动态插件管理生命周期管理Hyperledger FabricBlockchain networkMembership Service Provider (MSP)PoliciesPeersLedgerSmart ContractsChaincodePrivate dataChannel capabilitiesUpgrade considerationsRelease notesTest networkSDKsStyle guidecondaenvironmentpackagedocumentationchannelUnicodeUTF-8C functionsMetaprogrammingshell-like capabilitiesChannelSDKPeerCertificate AuthoritygoroutineMutexhappen-beforeSemaphoreBlockchainDistributed ledgerSmart contract并发编程select可视化工具Permissioned Distributed LedgerBlockchain NetworkOpenClawGateway-Node-Channel三层架构模型自由Skills系统CVE-2026-25253 RCE漏洞













