摘要: public static boolean ifFilesInDir(String dir,String fileName){ File file = new File(dir); boolean rs = false; List<String> files =new ArrayList<Strin 阅读全文
posted @ 2020-04-13 22:23 采蘑菇的小蜜蜂 阅读(250) 评论(0) 推荐(0) 编辑
摘要: public static String match(String value ,String complie){ String rs = null; Pattern regular = Pattern.compile(complie); Matcher matcher = regular.matc 阅读全文
posted @ 2020-04-13 22:21 采蘑菇的小蜜蜂 阅读(478) 评论(0) 推荐(0) 编辑
摘要: String response=httpClientUtil.doGet(url, params);//处理resposneJSONObject json = JSONObject.parseObject(response);JSONArray items=json.getJSONArray("" 阅读全文
posted @ 2020-04-13 22:19 采蘑菇的小蜜蜂 阅读(11) 评论(0) 推荐(0) 编辑