Rust 程序设计语言 简体中文版 1.85.0
目录中的 main.rs 文件。 这也会在 hello_cargo 目录初始化了一个 git 仓库,以及一个 .gitignore 文件。如果在一个已经 存在的 git 仓库中运行 cargo new,则这些 git 相关文件则不会生成;可以通过运行 cargo new --vcs=git 来覆盖这些行为。 注意:git 是一个常用的版本控制系统(version control system,VCS)。可以通过 即便 hello_cargo 项目十分简单,它现在也使用了很多在你之后的 Rust 生涯将会用到的实用 工具。其实,要在任何已存在的项目上工作时,可以使用如下命令通过 Git 检出代码,移动到 该项目目录并构建: $ git clone example.org/someproject $ cd someproject $ cargo build 关于更多 Cargo 的信息,请查阅 其文档。0 码力 | 562 页 | 3.23 MB | 10 天前3Tornado 6.5 Documentation
Tornado is installed in this way, so you may wish to download a copy of the source tarball or clone the git repository as well. Prerequisites: Tornado 6.3 requires Python 3.9 or newer. The following optional get_error_html has been removed; override RequestHandler. write_error instead. Other notes • The git repository has moved to https://github.com/tornadoweb/tornado. All old links should be redirected to0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.5 Documentation
Tornado is installed in this way, so you may wish to download a copy of the source tarball or clone the git repository [https://github.com/tornadoweb/tornado] as well. Prerequisites: Tornado 6.3 requires Python RequestHandler.get_error_html has been removed; override RequestHandler.write_error instead. Other notes The git repository has moved to https://github.com/tornadoweb/tornado. All old links should be redirected to0 码力 | 437 页 | 405.14 KB | 2 月前3
共 3 条
- 1