Kotlin 1.9.10 官方文档 中文版
更、Kotlin/Native 中自定义内存分配器预览版。 Kotlin 公开路线图 Kotlin 开发的未来计划 Kotlin 多平台移动端 Android Studio 中 KMM 入门 帮助你开始使用 SDK 的有用链接 用于 Android Studio 的插件版本发布 Kotlin 多平台移动端插件的特性 Kotlin 多平台 Multiverse 我们(官方)YouTube 频道上关于 Kotlin 多平台桌面应用程序模板来创建自己的项目,并在桌 面平台间共享 UI。 不同平台间共享代码 Kotlin 多平台让你能为不同平台的应用程序逻辑维护一份代码。 还可以获得原 生程序设计的优势,包括出色的性能以及对平台 SDK 的完全访问能力。 Kotlin 提供了以下代码共享机制: 在项目中使用的所有平台之间共享公共代码。 在项目中包含的一些平台之间共享代码,以便在类似平台中复用大量代 码: 如果需要从共享代码中访问平台相关的 注解可以在更多平台上使用 有了按名称获取正则表达式捕获组的公共函数 引入了 HexFormat 类来格式化与解析十六进制 稳定版用于前闭后开区间的 ..< 操作符 The new ..< operator for open-ended ranges that was introduced in Kotlin 1.7.20 and became Stable in 1.8.0. In 1.9.00 码力 | 3753 页 | 29.69 MB | 1 年前3
FISCO BCOS 2.5.0 中文文档控制台:交互式命令行工具,可访问区块链节点,查询区块链状态,部 署并调用合约等。 运维部署工具(Generator):支持建链、扩容等操作,推荐构建企业级区 块链时使用,快速使用方法可参考 教程 SDK:提供访问节点状态、修改区块链系统配置以及节点发送交易等接 口。 浏览器详细介绍请参考 浏览器 JSON-RPC接口可参考 JSON-RPC API 系统设计文档请参考 系统设计 关键特性 多群组: 平台研发,超80个已在生产环境中稳定运行,覆盖文化版权、司法服务、政 务服务、物联网、金融、智慧社区等领域。 注解 FISCO BCOS以联盟链的实际需求为出发点,兼顾性能、安全、可运维性、 易用性、可扩展性,支持多种SDK,并提供了可视化的中间件工具,大幅 缩短建链、开发、部署应用的时间。此外,FISCO BCOS通过信通院可信区 块链评测功能、性能两项评测,单链TPS可达两万。 关键特性 整体架构 架构模型 一体两翼多引擎 WeBASE-IDE,ChainIDE 开发建链工具 提供一键搭链脚本工具 合约部署与测试 工具 交互式控制台Console SDK语言 Java、nodejs、go、python 快速开发组件 提供Spring-boot-starter 压测工具 SDK内嵌压测工具,支持Caliper 运维支持 运维建链工具 提供企业级联盟链部署工具 可视化数据展现 区块链浏览器 可视化节点管理0 码力 | 1456 页 | 13.35 MB | 1 年前3
Cilium v1.6 DocumentationKubernetes Endpoint Lifecycle Troubleshooting Monitoring & Metrics Installation cilium-agent cilium-operator Troubleshooting Component & Cluster Health Connectivity Problems Policy Troubleshooting Symptom Command examples: Kubernetes examples: Command Reference cilium-agent cilium cilium-health cilium-operator Key-Value Store Key-Value Store Layout Leases Debugging Further Reading Related Material Presentations --watch NAME READY STATUS RESTARTS AGE cilium-operator-cb4578bc5-q52qk 0/1 Pending 0 8s cilium-s8w5m0 码力 | 734 页 | 11.45 MB | 1 年前3
FISCO BCOS 2.6.0 中文文档控制台:交互式命令行工具,可访问区块链节点,查询区块链状态,部 署并调用合约等。 运维部署工具(Generator):支持建链、扩容等操作,推荐构建企业级区 块链时使用,快速使用方法可参考 教程 SDK:提供访问节点状态、修改区块链系统配置以及节点发送交易等接 口。 浏览器详细介绍请参考 浏览器 JSON-RPC接口可参考 JSON-RPC API 系统设计文档请参考 系统设计 关键特性 多群组: 平台研发,超80个已在生产环境中稳定运行,覆盖文化版权、司法服务、政 务服务、物联网、金融、智慧社区等领域。 注解 FISCO BCOS以联盟链的实际需求为出发点,兼顾性能、安全、可运维性、 易用性、可扩展性,支持多种SDK,并提供了可视化的中间件工具,大幅 缩短建链、开发、部署应用的时间。此外,FISCO BCOS通过信通院可信区 块链评测功能、性能两项评测,单链TPS可达两万。 关键特性 整体架构 架构模型 一体两翼多引擎 WeBASE-IDE,ChainIDE 开发建链工具 提供一键搭链脚本工具 合约部署与测试 工具 基于Java SDK的console, 交互式控制台基于Web3SDK的 console SDK语言 Java、nodejs、go、python 快速开发组件 提供Spring-boot-starter 压测工具 SDK内嵌压测工具,支持Caliper 运维支持 运维建链工具 提供企业级联盟链部署工具 可视化数据展现0 码力 | 2383 页 | 18.83 MB | 1 年前3
Krita 5.2 ManualAddition (Operator: + ) Just adds the numbers. Usage: 50+100 Output: 150 Subtraction (Operator: - ) Just subtracts the last number from the first. Usage: 50-100 Output: 50 Multiplication (Operator: * ) multiplies the numbers. Usage: 50*100 Output: 5000 Division (Operator: / ) Just divides the numbers. Usage: 50/100 Output: 0.5 Exponent (Operator: ^ ) Makes the last number the exponent of the first and calculates the result. Usage: 2^8 Output: 256 Sine (Operator: sin() ) Gives you the sine of the given angle. Usage: sin(50) Output: 0.76 Cosine (Operator: cos() ) Gives you the cosine of the given angle0 码力 | 1502 页 | 79.07 MB | 1 年前3
Hyperledger Fabric 2.0 Documentationrun in Docker containers, and may be executed in the operator’s choice of environment (including containers). External builder executables An operator can provide a set of external builder executables to as an admin user. These Role and OU attributes are assigned to an identity when the Fabric CA or SDK is used to register a user with the CA. It is the subsequent enroll user command that generates the connect to peers when they need to access ledgers and chaincodes. The Fabric Software Development Kit (SDK) makes this easy for programmers — its APIs enable applications to connect to peers, invoke chaincodes0 码力 | 821 页 | 10.22 MB | 1 年前3
Hyperledger Fabric 2.2.1 Documentationrun in Docker containers, and may be executed in the operator’s choice of environment (including containers). External builder executables An operator can provide a set of external builder executables to as an admin user. These Role and OU attributes are assigned to an identity when the Fabric CA or SDK is used to register a user with the CA. It is the subsequent enroll user command that generates the connect to peers when they need to access ledgers and chaincodes. The Fabric Software Development Kit (SDK) makes this easy for programmers — its APIs enable applications to connect to peers, invoke chaincodes0 码力 | 848 页 | 11.56 MB | 1 年前3
Hyperledger Fabric 2.2.0 Documentationrun in Docker containers, and may be executed in the operator’s choice of environment (including containers). External builder executables An operator can provide a set of external builder executables to as an admin user. These Role and OU attributes are assigned to an identity when the Fabric CA or SDK is used to register a user with the CA. It is the subsequent enroll user command that generates the connect to peers when they need to access ledgers and chaincodes. The Fabric Software Development Kit (SDK) makes this easy for programmers — its APIs enable applications to connect to peers, invoke chaincodes0 码力 | 820 页 | 10.90 MB | 1 年前3
Krita 5.2 브로셔Addition (Operator: + ) Just adds the numbers. Usage: 50+100 Output: 150 Subtraction (Operator: - ) Just subtracts the last number from the first. Usage: 50-100 Output: 50 Multiplication (Operator: * ) multiplies the numbers. Usage: 50*100 Output: 5000 Division (Operator: / ) Just divides the numbers. Usage: 50/100 Output: 0.5 Exponent (Operator: ^ ) Makes the last number the exponent of the first and calculates the result. Usage: 2^8 Output: 256 Sine (Operator: sin() ) Gives you the sine of the given angle. Usage: sin(50) Output: 0.76 Cosine (Operator: cos() ) Gives you the cosine of the given angle0 码力 | 1531 页 | 79.11 MB | 1 年前3
httpd 2.2.29 中文文档SubstValue Example ## ## map.txt -- rewriting map ## Ralf.S.Engelschall rse # Bastard Operator From Hell Mr.Joe.Average joe # Mr. Average RewriteMap real-to-user txt:/path/to/file/map the course of normal development. Updated Microsoft Windows Platform SDK, February 2003 or later. An appropriate Windows Platform SDK is included by default in the full (not express/lite) versions of Visual version of the Platform SDK. To use Visual C++ 6.0 or 7.0 (Studio 2000 .NET), the Platform SDK environment must be prepared using the setenv.bat script (installed by the Platform SDK) before starting the0 码力 | 1854 页 | 1.48 MB | 1 年前3
共 442 条
- 1
- 2
- 3
- 4
- 5
- 6
- 45













