06 2017 档案
摘要:/** * 校验时间格式,正确则返回true * @param xxx * @return */ private static boolean checkDateFormat (String xxx) { String correctDateFormat = "^((\\d{2}(([02468][048])|([13579][26]))[\\-\\/\\s]?((((0?[13578])...
阅读全文
摘要:for(String key: map.keySet()) { System.out.println(key+":"+map.get(key)); }
阅读全文
摘要:所需jar: commons-beanutils-1.8.0.jarcommons-collections-3.2.1.jarcommons-lang-2.5.jarcommons-logging-1.1.1 (1).jarcommons-logging-1.1.1.jarezmorph-1.0.6
阅读全文