随笔分类 - 工具软件
摘要:Dependency Analyzer idea插件 查找maven依赖 1.Setting >Plugins >Dependency Analyzer 2.使用 pom.xml > Dependency Analyzer
阅读全文
摘要:感觉比微信钉钉的截图好用,截图出来的图片质量非常好 1.贴图 可以放到桌面 2.历史截图 可以查看之前的截图 下载地址 :https://www.snipaste.com/
阅读全文
摘要:1.post请求 (post.txt body信息) ab -c2000 -n50 -p post.txt -T "application/json" url 2.get 请求 ab -c2000 -n50 url 3.参数 -n 请求数 -c 并发数 -p 包含需要post的文件地址,和-T一起使
阅读全文
摘要:添加项目 File >New SOAP Project 发送请求
阅读全文
摘要:发送post请求 New >Requesst 获取curl命令 Code >cURL
阅读全文
摘要:开启https Tools >Options >HTTPS 发送请求 Composer >Execute
阅读全文