文章分类 -  requests

requests基本使用
摘要: 阅读全文

posted @ 2020-03-07 09:09 cherry_ning 阅读(53) 评论(0) 推荐(0)

python requests的content和text方法的区别
摘要:https://www.cnblogs.com/yunlongaimeng/p/9466187.html python requests的content和text方法的区别 requests对象的get和post方法都会返回一个Response对象,这个对象里面存的是服务器返回的所有信息,包括响应头 阅读全文

posted @ 2019-08-06 18:27 cherry_ning 阅读(127) 评论(0) 推荐(0)

locust性能测试
摘要:执行测试: locust -f E:\python\envname\Scripts\imooc\test_aa\locust.py 阅读全文

posted @ 2019-07-13 10:54 cherry_ning 阅读(100) 评论(0) 推荐(0)

Mock方法的使用
摘要: 阅读全文

posted @ 2019-07-13 10:48 cherry_ning 阅读(93) 评论(0) 推荐(0)

json-server(轻量自定义开发接口)
摘要:cnpm install -g json-server 镜像安装 json-server -h 查看是否安装成功 阅读全文

posted @ 2019-07-13 10:44 cherry_ning 阅读(184) 评论(0) 推荐(0)

导航