摘要:
5 数据库 知识点 torndb安装 连接初始化 执行语句 execute execute_rowcount 查询语句 get query execute execute_rowcount get query 5.1 数据库 与Django框架相比,Tornado没有自带ORM,对于数据库需要自己去 阅读全文
摘要:
异步与WebSockets 知识点 理解同步与异步执行过程 理解异步代码的回调写法与yield写法 Tornado异步 异步Web客户端AsyncHTTPClient tornado.web.asynchronous tornado.gen.coroutine 并行协程用法 WebSocket的使用 阅读全文