摘要:
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
采蘑菇的小蜜蜂
阅读(257)
评论(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
采蘑菇的小蜜蜂
阅读(496)
评论(0)
推荐(0)
摘要:
String response=httpClientUtil.doGet(url, params);//处理resposneJSONObject json = JSONObject.parseObject(response);JSONArray items=json.getJSONArray("" 阅读全文
posted @ 2020-04-13 22:19
采蘑菇的小蜜蜂
阅读(14)
评论(0)
推荐(0)

浙公网安备 33010602011771号