摘要: 1、先建立文件(后缀名为properties和config) 2、读取类建立 public class Read{ public static Properties properties = new Properties(); static { tr{ properties.load(new Fil 阅读全文
posted @ 2016-09-20 21:03 知晓的老巢 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: //用户类 public class User{ private int id; public int getId(){ return this.id; } public void setId(int id_){ this.id = id_; } } //测试类 public class Test{ 阅读全文
posted @ 2016-09-20 20:49 知晓的老巢 阅读(203) 评论(0) 推荐(0) 编辑