摘要: 学习视频:https://ke.qq.com/webcourse/index.html#cid=324256&term_id=100384842&taid=2579720567059104&type=512&vid=k1429w4de8t https://www.cnblogs.com/qinlij 阅读全文
posted @ 2019-07-10 14:23 YLG001 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 十二、关联场景 阅读全文
posted @ 2019-07-10 12:58 YLG001 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-10 11:37 YLG001 阅读(1702) 评论(1) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2019-07-10 11:24 YLG001 阅读(242) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+del 清除浏览器缓存 1、发现bug 通过抓包,看http请求的响应状态码 例如密码未加密问题(安全性bug) 状态码为 404(不一定是整个网页显示不出来,也可能是某个请求请求不到资源,显示404,前端页面对应的地方就会显示不出来),500的bug 提交bug的时候直接写出那一条请求出现了404 500, 2、 定位前后端的bug 比如点... 阅读全文
posted @ 2019-07-10 11:14 YLG001 阅读(1685) 评论(0) 推荐(0) 编辑
摘要: http://xinzhi.wenda.so.com/a/1511963272201366 淘宝无线USB卡使用说明:https://detail.tmall.com/item.htm?id=568639393654&ali_refid=a3_430583_1006:1151779576:N:usb 阅读全文
posted @ 2019-07-10 10:40 YLG001 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 别名:给字段或者表取一个新的名字 子查询:将一个查询结果当做一个条件来用,此种情况叫做子条件查询 SELECT * FROM yingxiong WHERE y_age=(SELECT MAX(y_age) FROM yingxiong) 在表中增加一列:alter table student AD 阅读全文
posted @ 2019-07-09 18:21 YLG001 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-09 17:48 YLG001 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-09 17:38 YLG001 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-09 17:13 YLG001 阅读(270) 评论(0) 推荐(0) 编辑