摘要: 这个程序主要是模仿软件试用期,假设该软件只有五天的试用期,过了时间即抛出异常。这就是一个简单的配置文件。 import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.util.Properties;public c... 阅读全文
posted @ 2014-04-20 20:10 .stone_ 阅读(217) 评论(0) 推荐(0) 编辑
摘要: import java.io.File;public class FileTest { /** * @param args */ public static void main(String[] args) { File dir = new File("g:\\demodir"); listAll(dir); } public s... 阅读全文
posted @ 2014-04-20 10:30 .stone_ 阅读(207) 评论(0) 推荐(0) 编辑