摘要: 使用代理方式连接到网络@Test public void t13(){ String charset = "utf-8" ; String proxyHost = "代理地址" ; int proxyPort = 1234 ; //代理端口 ... 阅读全文
posted @ 2014-10-16 16:19 行-云 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 收集编码与解码base64 //编码 sun.misc.BASE64Decoder @Test public void t9(){ BASE64Encoder encoder = new BASE64Encoder() ; String r = "" ;... 阅读全文
posted @ 2014-10-16 15:24 行-云 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 调用示例http://api.map.baidu.com/telematics/v3/weather?location=%E5%B9%BF%E5%B7%9E&output=json&ak=4cc38c94a9fdeb1fc4588230f944dfbb返回示例{"error":0,"status":... 阅读全文
posted @ 2014-10-16 09:54 行-云 阅读(5181) 评论(0) 推荐(0) 编辑
摘要: 以下内容出自http://blog.csdn.net/joeblackzqq/article/details/67891561,新浪的IP地址查询接口:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js2,新浪多地域测试方法: h... 阅读全文
posted @ 2014-10-16 09:20 行-云 阅读(965) 评论(0) 推荐(0) 编辑