Computer Programming with the Nim Programming Language
course" or "Learning by doing" is not bad. However, in computer science, starting with a larger example application can be overwhelming, as you have to learn a lot of things simultaneously. It may work have a background in computer science and experience with other languages such as C++, Haskell, or Rust, the tutorials and the Nim language manual might be fully sufficient for you; thus, you may not electronics, and software development, using languages such as Pascal, Modula-2, Oberon, C, Ruby, Nim, and Rust. Some of his software projects, including the Nim GTK GUI bindings and Nim implementations of an0 码力 | 865 页 | 7.45 MB | 1 年前3
Computer Programming with the Nim Programming Language
course" or "Learning by doing" is not bad. However, in computer science, starting with a larger example application can be overwhelming, as you have to learn a lot of things simultaneously. It may work have a background in computer science and experience with other languages such as C++, Haskell, or Rust, the tutorials and the Nim language manual might be fully sufficient for you; thus, you may not electronics, and software development, using languages such as Pascal, Modula-2, Oberon, C, Ruby, Nim, and Rust. Some of his software projects, including the Nim GTK GUI bindings and Nim implementations of an0 码力 | 784 页 | 2.13 MB | 1 年前3
Linux command line for you and me Documentation Release 0.1Downloading the file Download with the same name Making a POST request using curl Following redirection Example: To view github’s pull request patch Viewing more details about the transfer Making multiple requests table iptables command View the existing rules Appending rules to INPUT chain Flushing all rules Example of a series of rules Delete a rule based on rule number Delete a rule directly Saving the rules A working directory, will help you to find out the absolute path of the current directory. Let us see an example below: [babai@kdas-laptop ~]$ pwd /home/babai cd command The next command we will learn is cd0 码力 | 124 页 | 510.85 KB | 1 年前3
Go 101 (Golang 101) v1.21.0many improvements for the tools in Go Toolchain, from version to version, especially for gc. For example, noticeable lags caused by garbage collecting is a common criticism for languages with automatic implementation in gc basically eliminated the lag problem. gc supports cross-platform compilation. For example, we can build a Windows executable on a Linux OS, and vice versa. Programs written in go language short warm-up duration (so great deployment experience) Some other compiled languages, such as C/C++/Rust may also have these three advantages (and they may have their respective advantages compared to Go)0 码力 | 610 页 | 945.17 KB | 1 年前3
Go 101 (Golang 101) v1.21.0many improvements for the tools in Go Toolchain, from version to version, especially for gc. For example, noticeable lags caused by garbage collecting is a common criticism for languages with automatic implementation in gc basically eliminated the lag problem. gc supports cross-platform compilation. For example, we can build a Windows executable on a Linux OS, and vice versa. Programs written in go language short warm-up duration (so great deployment experience) Some other compiled languages, such as C/C++/Rust may also have these three advantages (and they may have their respective advantages compared to Go)0 码力 | 880 页 | 833.34 KB | 1 年前3
Golang 101(Go语言101 中文版) v1.21.a编译时间的长短是开发愉悦度的一个 重要因素。 编译时间短是很多程序员喜欢Go的一个原因。 Go程序生成的二进制可执行文件常常拥有以下优点: 内存消耗少 执行速度快 启动快 很多C家族语言,比如C/C++/Rust等,也拥有上述的优点。 但它们缺少Go语言 的几个重要优点: 程序编译时间短 像动态语言一样灵活 内置并发支持 上面所有提到的优点使得Go成为一个出众的编程语言。 对于很多项目来说, Go是一个相当不错的选择。 doc子命令来(在终端中)查看Go代码库包的文档。 强烈推荐让你的Go项目支持Go模块特性来简化依赖管理。对一个支持Go模块 特性的项目: go mod init example.com/myproject命令可以用来在当前目录中生成一个 go.mod文件。 当前目录将被视为一个名为example.com/myproject的模块 (即当前项目)的根目录。 此go.mod文件将被用来记录当前项目需要的 依赖模块和版本信息。 mod tidy命令常用。 从Go官方工具链1.16版本开始,我们可以运行go install example.com/program@latest来安装一个第三方Go程序的最新版本(至GOBIN 目录)。 在Go官方工具链1.16版本之前,对应的命令是go get -u example.com/program(现在已经被废弃而不再推荐被使用了)。 我们可以运行go help aSub0 码力 | 821 页 | 956.82 KB | 1 年前3
Golang 101(Go语言101 中文版) v1.21.a编译时间的长短是开发愉悦度的一个重 要因素。 编译时间短是很多程序员喜欢Go的一个原因。 Go程序生成的二进制可执行文件常常拥有以下优点: 内存消耗少 执行速度快 启动快 很多C家族语言,比如C/C++/Rust等,也拥有上述的优点。 但它们缺少Go语言 的几个重要优点: 程序编译时间短 像动态语言一样灵活 内置并发支持 上面所有提到的优点使得Go成为一个出众的编程语言。 对于很多项目来说, Go是一个相当不错的选择。 包的文档。 强烈推荐让你的Go项目支持Go模块特性来简化依赖管理。对一个支持Go模块 特性的项目: go mod init example.com/myproject命令可以用来在当前目录中生成一个 go.mod文件。 当前目录将被视为一个名为example.com/myproject的模块 (即当前项目)的根目录。 此go.mod文件将被用来记录当前项目需要的依 赖模块和版本信息。 我 链 1.16 版 本 开 始 , 我 们 可 以 运 行 go install example.com/program@latest来安装一个第三方Go程序的最新版本(至GOBIN目 录 ) 。 在 Go 官 方 工 具 链 1.16 版 本 之 前 , 对 应 的 命 令 是 go get -u example.com/program(现在已经被废弃而不再推荐被使用了)。 我们可以运行go0 码力 | 608 页 | 1.08 MB | 1 年前3
BAETYL 0.1.6 DocumentationRule Installation Quick Install Baetyl Install the container runtime Install Baetyl Import the example configuration (optional) Start Baetyl Verify successful installation Build Baetyl From Source Environment Service, a Service can start multiple instances, or can be dynamically started by other services. For example, the instances of function runtime service are dynamically started and stopped by the function manager services, the Master will first call the Engine interface to perform some preparatory work. For example, in container mode, it will try to download the image of all services first. 5. After the preparation0 码力 | 119 页 | 11.46 MB | 1 年前3
BAETYL 1.0.0 DocumentationService, a Service can start multiple instances, or can be dynamically started by other services. For example, the instances of function runtime service are dynamically started and stopped by the function manager services, the Master will first call the Engine interface to perform some preparatory work. For example, in container mode, it will try to download the image of all services first. 5. After the preparation configuration, leaving only the difference in service address configuration, so the configuration in example is divided into two directories, native and docker, but will eventually be unified. RESTful API0 码力 | 135 页 | 15.44 MB | 1 年前3
百度超级链 XuperChain 3.7 中文文档WASM简介 WASM是WebAssembly的缩写,是一种运行在浏览器上的字节码,用于解决js 在浏览器上的性能不足的问题。 WASM的指令跟机器码很相似,因此很多高 级语言如C,C++,Go,rust等都可以编译成WASM字节码从而可以运行在浏览 器上。 很多性能相关的模块可以通过用C/C++来编写,再编译成WASM来提高 性能,如视频解码器,运行在网页的游戏引擎,React的虚拟Dom渲染算法 /reserved/identity.cc] 实名合约实名的对象是一个具体的ak。 1 2 3 cd ./contractsdk/cpp cp reserved/identity.cc example ./build.sh 编译好的产出为 ./build 文件夹下的identity.wasm文件。 2. 创建合约账户 在XuperChain中所有的合约都是部署在具体的某个账户下的,所以,为了部署 链上还需要部署一个链名解析合约,该合约目前也已开源 链名解析合约 [https://github.com/xuperchain/xuperchain/blob/master/core/contractsdk/cpp/example/naming/src/naming.cc]。 1 2 3 4 5 6 7 8 9 10 11 12 // 注册一个网络,同时包含网络初始meta信息 RegisterChain(name0 码力 | 270 页 | 24.86 MB | 1 年前3
共 654 条
- 1
- 2
- 3
- 4
- 5
- 6
- 66













