10 2019 档案

摘要:借: https://www.cnblogs.com/yangxia-test/p/4354328.html 官网也有方法: 阅读全文
posted @ 2019-10-21 13:54 wenna- 阅读(139) 评论(0) 推荐(0) 编辑
摘要:postman interceptor和web版postman相结合,interceptor截取chrome浏览器的所有请求,使用postman将请求重新发送给服务器。 postman inerceptor 直接在chrome插件里搜索可搜索到,若搜索不到可能需vpn访问。。。 安装好后interc 阅读全文
posted @ 2019-10-15 10:52 wenna- 阅读(792) 评论(0) 推荐(0) 编辑
摘要:postman是一个接口测试工具,他们说可以用来性能测试。。。懂了在看看。 getAddress: https://www.getpostman.com/ chrome有插件, 给张图吧 依次介绍一下上面的功能是干啥用的; 【new】新增,点开看到可以新增很多东西。 【import】导入文件、文件夹 阅读全文
posted @ 2019-10-09 14:58 wenna- 阅读(305) 评论(0) 推荐(0) 编辑
摘要:先记一下sql语句。。 真怕有一天忘记了sql语句。。 数据库分为:SQLserver,MySQL,Oracle 一、SQLserver 1、查询: select * from Table1 a where Column=???; // select top2 from Table1 where C 阅读全文
posted @ 2019-10-09 14:32 wenna- 阅读(9525) 评论(0) 推荐(0) 编辑