摘要:
抽象工厂模式: 工厂方法模式: 阅读全文
posted @ 2016-02-24 20:36
邱明成
阅读(243)
评论(0)
推荐(0)
摘要:
public class Test { public static void main(String[] args) { Person person1 = new Person(); person1.setId("1"); person1.setName("qiumc"); Person perso 阅读全文
posted @ 2016-02-24 20:22
邱明成
阅读(368)
评论(0)
推荐(0)