摘要: public class FileDemo3 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub deleteFile(new File("d:\... 阅读全文
posted @ 2016-01-22 14:25 烧山火的光 阅读(185) 评论(0) 推荐(0) 编辑
摘要: public class FileDemo2 { public static void main(String[] args) { File file = new File("D:\\360Downloads"); listFile(file); //listFile1(file); //l... 阅读全文
posted @ 2016-01-22 14:01 烧山火的光 阅读(2886) 评论(0) 推荐(0) 编辑
摘要: 转载自http://blog.163.com/wb_zhaoyuwei/blog/static/183075439201261764454791/当我们自己的程序需要处理配置文件时(比如xml文件或properties文件),通常会遇到两个问题: (1)我的配置文件应该放在哪里? (2)怎么我的... 阅读全文
posted @ 2016-01-09 22:10 烧山火的光 阅读(1891) 评论(0) 推荐(0) 编辑