摘要: 此处把常用的一些方法,简单做个记录。 做自动化时,我们发送一个请求,返回的是一个字符串。首先我们要把这个字符串转换为json对象 parseObject():将 JSON 字符串解析为 Java 对象。 String json = "{\"person\":{\"name\":\"Ivy\",\"a 阅读全文
posted @ 2024-07-01 23:07 小白龙白龙马 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 网址参考:https://blog.csdn.net/weixin_53742691/article/details/134039129 阅读全文
posted @ 2024-07-01 22:27 小白龙白龙马 阅读(17) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-06-10 22:05 小白龙白龙马 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/xiaocainiao920/p/8073073.html charles修改请求体内容 重发网络请求&模拟慢速网络&过滤网络请求 阅读全文
posted @ 2024-05-26 22:26 小白龙白龙马 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/weixin_67553250/article/details/128319540 参考:https://blog.csdn.net/weixin_67553250/article/details/136197272 参考:https://blog. 阅读全文
posted @ 2024-05-26 21:40 小白龙白龙马 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-26 21:25 小白龙白龙马 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-26 21:20 小白龙白龙马 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-26 19:14 小白龙白龙马 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-26 19:13 小白龙白龙马 阅读(36) 评论(0) 推荐(0) 编辑
摘要: curl -H "Host: localhost.charlesproxy.com:8080" -H "Cache-Control: max-age=0" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (Macintosh 阅读全文
posted @ 2024-05-26 18:04 小白龙白龙马 阅读(91) 评论(0) 推荐(0) 编辑