摘要: wbe请求流程 自定义web框架 DJango简介 阅读全文
posted @ 2019-07-09 22:39 月薪20k 阅读(280) 评论(0) 推荐(0)
摘要: 备份 阅读全文
posted @ 2019-06-19 21:45 月薪20k 阅读(82) 评论(0) 推荐(0)
摘要: ORM(SQLAlchemy) 阅读全文
posted @ 2019-06-18 22:23 月薪20k 阅读(117) 评论(0) 推荐(0)
摘要: 事务 存储引擎 索引 慢日志查询 权限管理 阅读全文
posted @ 2019-06-17 18:43 月薪20k 阅读(322) 评论(0) 推荐(0)
摘要: #自连接select s1.student_id,s1.course_id,s1.number from score as s1,score as s2where s1.course_id != s2,course_id and s1.num = s2.num;#重定向导入sql命令到文件夹tee 阅读全文
posted @ 2019-06-14 21:39 月薪20k 阅读(92) 评论(0) 推荐(0)
摘要: 数据行 外键 阅读全文
posted @ 2019-06-13 22:05 月薪20k 阅读(149) 评论(0) 推荐(0)
摘要: Mysql语句 数据库操作 数据表 数据行 外键 阅读全文
posted @ 2019-06-12 22:10 月薪20k 阅读(239) 评论(0) 推荐(0)
摘要: 阻塞的真正原 epoll的执行过程 数据库 阅读全文
posted @ 2019-06-11 21:18 月薪20k 阅读(136) 评论(0) 推荐(0)
摘要: i/o模型 非阻塞I/O模型 多路复用I/O模型 阅读全文
posted @ 2019-06-10 21:38 月薪20k 阅读(199) 评论(0) 推荐(0)
摘要: 队列 事件(Event) 协程(gevent) 猴子补丁 阅读全文
posted @ 2019-06-06 21:01 月薪20k 阅读(99) 评论(0) 推荐(0)