smile_elims

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年8月4日

摘要: // 发送url地址获取信息 public static String sendPost(String jsonStr, String path) { String msg = "";// 保存调用http服务后的响应信息 try { byte[] data = jsonStr.getBytes(); jav... 阅读全文
posted @ 2016-08-04 11:18 smile_elims 阅读(2398) 评论(0) 推荐(0)

摘要: // 更改文件名称 public static void chenckFileName(String oldFile, String newFileName) { File file = new File(oldFile); // 指定文件名及路径 File newFile = new File(newFileName); if (newF... 阅读全文
posted @ 2016-08-04 11:15 smile_elims 阅读(222) 评论(0) 推荐(0)

摘要: url格式不正确,可能有"www.baidu.com" "这个不能有 阅读全文
posted @ 2016-08-04 11:14 smile_elims 阅读(323) 评论(0) 推荐(0)