摘要: getResource() 和 getClassLoader().getResource() getResource() /** * @Author: CHZ * @DateTime: 2020/8/13 23:35 * @Description: TODO * src\io\path\getRes 阅读全文
posted @ 2020-08-13 23:48 CyberPelican 阅读(175) 评论(0) 推荐(0)
摘要: File 路径 By default the classes in the java.io package always resolve relative pathnames against the current user directory. This directory is named by 阅读全文
posted @ 2020-08-13 23:34 CyberPelican 阅读(170) 评论(0) 推荐(0)
摘要: public class ListFiles { public static void main(String[] args) { parseFiles(new File("C:/Users/82341/Desktop/Tools"),0); } public static void parseFi 阅读全文
posted @ 2020-08-13 22:51 CyberPelican 阅读(145) 评论(0) 推荐(0)