随笔分类 - Django
摘要:1.查询一张表: select * from 表名; 2.查询指定字段:select 字段1,字段2,字段3....from 表名; 3.where条件查询:select 字段1,字段2,字段3 frome 表名 where 条件表达式;例:select * from t_studect where
阅读全文
摘要:1 Web应用https://www.cnblogs.com/yuanchenqi/articles/8869302.html2 http协议:https://www.cnblogs.com/yuanchenqi/articles/8875623.html3 web框架https://www.cnb
阅读全文

浙公网安备 33010602011771号