08 2021 档案
摘要:查询语句基本命令 排序 order by asc 倒叙(从大到小)select score from student order by score asc;根据分数从大到小排序 desc顺序(从小到大)select score from student order by score asc;根据分数
阅读全文
摘要:git常用命令 git的默认编辑器为vim git config --global core.editor vim git用户名邮箱 `git config --global user.email "Hiraly@xx.com"` git用户名 git config --global user.na
阅读全文
摘要:request高级用法 --维持会话-- 主要是在登录过程中使用该功能(session = request.Session()) --阻塞与非阻塞-- 阻塞:程序会等待一个结果出现(不出现就一直等待)然后才执行其他的代码 造成的问题:requests模块是阻塞的,发出请求会等待响应回来(若不回来,则
阅读全文

浙公网安备 33010602011771号