2018年3月14日
摘要: public static Properties loadPropertiesFile(String fileName) { Properties properties = null; FileInputStream input = null; InputStreamReader isr = nul 阅读全文
posted @ 2018-03-14 17:32 一个帅哥9527 阅读(185) 评论(0) 推荐(0)
摘要: public static boolean clear(String path) { if (isFile(path)) { return clearFile(path); } return clearFolder(path); } public static boolean clearFolder 阅读全文
posted @ 2018-03-14 17:31 一个帅哥9527 阅读(115) 评论(0) 推荐(0)
摘要: import com.pinnet.common.utils.CommonUtils;import java.io.BufferedOutputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileIn 阅读全文
posted @ 2018-03-14 17:30 一个帅哥9527 阅读(262) 评论(0) 推荐(0)
摘要: poi poi 3.15 poi poi-ooxml 3.15 poi poi-ooxml-schemas 3.15 public static ParseLicenseReturn u... 阅读全文
posted @ 2018-03-14 17:28 一个帅哥9527 阅读(2095) 评论(1) 推荐(0)