Kotlin 1.9.10 官方文档 中文版
can compile code from various programming languages, including Kotlin. Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm, you -Xallow-unstable-dependencies These checks are exclusively disabled for kapt tasks. All other compilation tasks will continue to utilize the new K2 compiler. If you encounter any issues when using kapt Gradle versions below 8.3 in the following cases: Compilation of source code from buildSrc . Compilation of Gradle plugins in included builds. Compilation of other Gradle plugins if they are used in projects0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9it can compile code from various programming languages, including Kotlin. Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm, you -Xallow-unstable-dependencies These checks are exclusively disabled for kapt tasks. All other compilation tasks will continue to utilize the new K2 compiler. If you encounter any issues when using kapt Gradle versions below 8.3 in the following cases: Compilation of source code from buildSrc . Compilation of Gradle plugins in included builds. Compilation of other Gradle plugins if they are used in projects0 码力 | 2049 页 | 45.06 MB | 1 年前3
《玩转webpack》第六章 原理篇: 通过源码掌握 webpack 打包原理分析命令行参数,对各个参数进行转换,组成编译配置项 引用webpack,根据配置项进行编译和构建 从NON_COMPILATION_CMD分析出不需要编译的命令 const { NON_COMPILATION_ARGS } = require("./utils/constants"); const NON_COMPILATION_CMD = process.argv.find(arg => { if (arg === global.process.argv; } return NON_COMPILATION_ARGS.find(a => a === arg); }); if (NON_COMPILATION_CMD) { return require("./utils/prompt-command")(NON_COMPILATION_CMD, ...process.argv); } webpack-cli webpack-cli 处理不需要经过编译的命令 NON_COMPILATION_ARGS的内容 const NON_COMPILATION_ARGS = [ "init", //创建一份 webpack 配置文件 "migrate",0 码力 | 39 页 | 3.66 MB | 1 年前3
《玩转webpack》第七章 原理篇: 编写 Loader 和插件插件的错误处理 通过 compilation 对象的 warnings 和 errors 接收 compilation.warnings.push("warning"); compilation.errors.push("error"); 参数校验阶段可以直接 throw 的方式抛出 throw new Error(“ Error Message”) 通过 Compilation 进行文件写入 Compilation 上的 assets 可以用于文件写入 ·可以将 zip 资源包设置到 compilation.assets 对象上 文件写入需要使用 webpack-sources (https://www.npmjs.com/package/webpack- sources) const { RawSource } = require("webpack-sources"); module apply(compiler) { const { name } = this.options; compiler.plugin("emit", (compilation, cb) => { compilation.assets[name] = new RawSource("demo"); cb(); }); } }; 插件扩展:编写插件的插件 插件自身也可以通过暴露0 码力 | 29 页 | 4.37 MB | 1 年前3
FISCO BCOS 2.1.0 中文文档binaries Pull the latest fisco-bcos binary files to meta. Check binaries version. PS:Source code compilation node binaries user need only to put the compiled binaries to meta directory. $ git clone https://github blockchain nodes management, contracts deployment and calling. In addition, console provides a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contractContract compilation tool Console provides a special compilation contract tool that allows developers to compile Solidity contract files 0 码力 | 1058 页 | 740.85 KB | 1 年前3
openEuler 21.03 技术白皮书files containing software package dependency information, including installation dependency, compilation dependency, and self- dependent and dependent relationships. Application Scenarios Application open source community, problems often occur during software package compilation and installation. This is due to the compilation and installation dependencies that vary between software packages. The application development framework based on the confidential computing technology. It simplifies the compilation of security applications to improve the development efficiency. The implementation and programming0 码力 | 21 页 | 948.66 KB | 1 年前3
FISCO BCOS 2.3.0 中文文档binaries Pull the latest fisco-bcos binary files to meta. Check binaries version. PS:Source code compilation node binaries user need only to put the compiled binaries to meta directory. $ git clone https://github blockchain nodes management, contracts deployment and calling. In addition, console provides a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract BCOS/LargeFiles/raw/master/tools/solcj/solcJ-all-0.4.25-gm.jar Contract compilation tool Console provides a special compilation contract tool that allows developers to compile Solidity contract files0 码力 | 1227 页 | 10.79 MB | 1 年前3
FISCO BCOS 2.2.0 中文文档binaries Pull the latest fisco-bcos binary files to meta. Check binaries version. PS:Source code compilation node binaries user need only to put the compiled binaries to meta directory. $ git clone https://github blockchain nodes management, contracts deployment and calling. In addition, console provides a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract not modified. ** Open OSCCA-approved cryptography switch Replace compile Jar package Contract compilation tool3
FISCO BCOS 2.4.0 中文文档
binaries Pull the latest fisco-bcos binary files to meta. Check binaries version. PS:Source code compilation node binaries user need only to put the compiled binaries to meta directory. $ git clone https://github blockchain nodes management, contracts deployment and calling. In addition, console provides a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract https://www.fisco.com.cn/cdn/deps/tools/solcj/solcJ- all-0.4.25-gm.jar Contract compilation tool Console provides a special compilation contract tool that allows developers to compile Solidity contract files
0 码力 |
1314 页 |
11.21 MB
| 1 年前
3
FISCO BCOS 2.5.0 中文文档
module is implemented through a precompiled contract and is enabled by default. For source code compilation FISCO BCOS, please refer to here. 搭建联盟链 假设当前位于FISCO-BCOS/build目录下,则使用下面的指令搭建本机4节点的 链指令如下,更多选项参考这里 binaries Pull the latest fisco-bcos binary files to meta. Check binaries version. PS:Source code compilation node binaries user need only to put the compiled binaries to meta directory. $ git clone https://github blockchain nodes management, contracts deployment and calling. In addition, console provides a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract
0 码力 |
1456 页 |
13.35 MB
| 1 年前
3
共 71 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













