2016年8月23日

python tornado框架实现CRUD

摘要: 1.本例采用postgresql数据库,创建数据表 user_tbl 2.webapi接口 (1)tornado框架配置 t_tornado.py (2)路径映射 t_url.py (3)处理类 t_handler.py 3.html请求 4.浏览器显示结果: (1)查询 (2)新增 (3)修改 ( 阅读全文

posted @ 2016-08-23 15:33 迪米特 阅读(2658) 评论(0) 推荐(0) 编辑

导航