摘要: java实现HTTP请求的三种方式 目前JAVA实现HTTP请求的方法用的最多的有两种:一种是通过HTTPClient这种第三方的开源框架去实现。HTTPClient对HTTP的封装性比较不错,通过它基本上能够满足我们大部分的需求,HttpClient3.1 是 org.apache.commons 阅读全文
posted @ 2020-12-16 17:38 leo丶 阅读(749) 评论(0) 推荐(0) 编辑
摘要: String filePath = "C:\\Users\\91911\\Desktop\\test.txt";//文件路径 File file = new File(filePath); BufferedReader reader = null; try { reader = new Buffer 阅读全文
posted @ 2020-12-16 17:23 leo丶 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: GET请求Feign接口写法: POST请求Feign接口写法: 阅读全文
posted @ 2020-12-16 14:16 leo丶 阅读(567) 评论(0) 推荐(0) 编辑