Tornado 6.5 Documentation
CONTENTS 1Tornado Documentation, Release 6.5.1 2 CONTENTSCHAPTER ONE QUICK LINKS • Current version: 6.5.1 (download from PyPI, release notes) • Source (GitHub) • Mailing lists: discussion and announcements optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • pycares is an alternative non-blocking DNS resolver that can be used yield expressions, and with the coroutine’s caller by returning a Future. Here is a simplified version of the coroutine decorator’s inner loop: # Simplified inner loop of tornado.gen.Runner def run(self):0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.5 Documentation
and other applications that require a long-lived connection to each user. Quick links Current version: 6.5.1 (download from PyPI [https://pypi.python.org/pypi/tornado], release notes) Source (GitHub) may be useful:pycurl [http://pycurl.io/] is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. pycares [https://pypi.org/project/pycares/] is an alternative non-blocking google.com/forum/#!forum/python- tornado-announce]. Tornado is available under the Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html]. This web site and all documentation is licensed0 码力 | 437 页 | 405.14 KB | 2 月前3Rust 程序设计语言 简体中文版 1.85.0
PowerShell 的命令。如果存在特定差异,我 们会解释使用哪一个。 故障排除(Troubleshooting) 要检查是否正确安装了 Rust,打开命令行并输入: $ rustc --version 你应该可以看到按照以下格式显示的最新稳定版本的版本号、对应的 Commit Hash 和 Commit 日期: rustc x.y.z (abcabcabc yyyy-mm-dd) 如果看到了这样的信息,就说明 Cargo,本书接下来的部分假设你也使用 Cargo。如果使用 “安 装” 部分介绍的官方安装包的话,则自带了 Cargo。如果通过其他方式安装的话,可以在终端 输入如下命令检查是否安装了 Cargo: $ cargo --version 如果你看到了版本号,说明已安装!如果看到类似 command not found 的错误,你应该查看相 应安装文档以确定如何单独安装 Cargo。 使用 Cargo 创建项目 我们使用 Cargo 仓库中运行 cargo new,则这些 git 相关文件则不会生成;可以通过运行 cargo new --vcs=git 来覆盖这些行为。 注意:git 是一个常用的版本控制系统(version control system,VCS)。可以通过 --vcs 参数使 cargo new 切换到其它版本控制系统(VCS),或者不使用 VCS。运行 cargo new --help 查看可用的选项。0 码力 | 562 页 | 3.23 MB | 10 天前3
共 3 条
- 1