Tornado 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 6.2 Web framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking world” example web app for Tornado: import asyncio import tornado class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def make_app(): return tornado.web.Application([0 码力 | 272 页 | 1.12 MB | 3 月前3
Tornado 6.5 DocumentationTornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking s] Hello, world Here is a simple “Hello, world” example web app for Tornado: import asyncio import tornado class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello write("Hello, world") def make_app(): return tornado.web.Application([ (r"/", MainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait()if0 码力 | 437 页 | 405.14 KB | 3 月前3
Rust 程序设计语言 简体中文版 1.85.0. . . . . . 498 21. 最后的项目:构建多线程 web server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507 21.1. 建立单线程 web server . . . . . . . . . . . . . . 等主题。社区对学生问题非常欢迎并乐于回答。通过类似这本书以及其他内容的努力,Rust 团队希望使系统概念能为更多人所易于理解,特别是编程新手。 公司 数百家大小规模的公司在生产环境中使用 Rust 完成各种任务,包括命令行工具、Web 服务、 DevOps 工具、嵌入式设备、音视频分析与转码、加密货币、生物信息学、搜索引擎、物联网 (IOT)程序、机器学习,甚至是 Firefox 浏览器的重要部分。 开源开发者 Rust 适合那些希望构建 一个高级主题大杂烩,包括不安全 Rust(unsafe Rust)、宏(macro)和更多关于生命周期、 Trait、类型、函数和闭包的内容。 第二十一章我们将会完成一个项目,实现一个底层多线程的 Web 服务端! 最后的附录包含了一些关于该语言的实用信息,其格式更像是参考资料。附录 A 涵盖了 Rust 的关键字,附录 B 涵盖了 Rust 的运算符和符号,附录 C 涵盖了标准库提供的可派生 trait,附0 码力 | 562 页 | 3.23 MB | 1 月前3
Julia 1.11.4just be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentationjust be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release Notesjust be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2007 页 | 6.73 MB | 3 月前3
julia 1.13.0 DEVjust be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2058 页 | 7.45 MB | 3 月前3
Julia 1.12.0 RC1just be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4just be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3just be a parenthesized value. () represents the empty (length-0) tuple. 9.8 Named Tuples The components of tuples can optionally be named, in which case a named tuple is constructed: julia> x = (a=2 code loading mechanism allows the same package name to refer to different packages in different components of an application. Julia supports federated package management, which means that multiple independent to your project. The mechanism for combining the roots, graph and paths data structures of the components of an environ- ment stack is simple: they are merged as dictionaries, favoring earlier entries0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 14 条
- 1
- 2













