随笔分类 -  tornado

摘要:nginx下载地址 http://nginx.org/en/download.html 1,因windows对uwsgi支持不友好,flask自有服务不够强大,所以引用tornado服务 from tornado.wsgi import WSGIContainer from tornado.http 阅读全文
posted @ 2024-01-10 09:49 Xcsg 阅读(132) 评论(0) 推荐(0)
摘要:tornado 1,urls.py import config import os from views.view import IndexHadnler,SearchHadnler,SearchresHadnler class Application(tornado.web.Application 阅读全文
posted @ 2020-01-02 14:19 Xcsg 阅读(330) 评论(0) 推荐(1)
摘要:1.安装SQLAcodegen pip install sqlacodegen 2、使用sqlacodegen生成案列 sqlacodegen mysql://root:123456@127.0.0.1:3306/test > models.py --tables指定数据表名称--outfile指定 阅读全文
posted @ 2019-11-23 15:41 Xcsg 阅读(916) 评论(0) 推荐(0)