从一个目录下读取txt 文本的资源
摘要://从一个目录下取txt 文件的资源来读取 private static Set<String> getDirResoureList(String dirpath) throws IOException{ LOG.debug("START Get DIR_path Resource Info to mysql !path={}",dirpath); if (StringUtils.isNotBlank(dirpath)) { File dir = new File(dirpath); if (dir.exists() && dir.isDirec
阅读全文
posted @ 2011-11-30 14:25



浙公网安备 33010602011771号