摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 ... 阅读全文
posted @ 2017-08-11 20:01 壹品轩 阅读(436) 评论(0) 推荐(0) 编辑
摘要: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet: file [D:\Program Files\JDK-tomcat 阅读全文
posted @ 2017-08-11 10:16 壹品轩 阅读(775) 评论(0) 推荐(0) 编辑
摘要: 1. 创建HttpClient对象。 2. 构造Http 请求对象。 3. 执行HttpClient对象的execute方法,将Http请求对象作为该方法的参数。 4. 读取execute方法返回的HttpResponse结果并解析。 5、释放连接。 阅读全文
posted @ 2017-08-11 08:42 壹品轩 阅读(263) 评论(0) 推荐(0) 编辑