随笔分类 -  设计模式---java

摘要:http://www.cnblogs.com/forlina/archive/2011/06/21/2086114.html 阅读全文
posted @ 2015-05-03 23:53 renhl 阅读(99) 评论(0) 推荐(0)
摘要:代码: 1 package com.design; 2 import java.util.ArrayList; 3 4 /** 5 * 6 * @author Administrator 7 * 8 */ 9 class ConcretePrototype implements Clon... 阅读全文
posted @ 2015-05-03 23:39 renhl 阅读(242) 评论(0) 推荐(0)
摘要:代码: 1 package com.design; 2 3 /** 4 * 测试类 5 * @author Administrator 6 * 7 */ 8 public class Test { 9 /**10 * 主函数11 * @param args12 ... 阅读全文
posted @ 2015-05-03 23:11 renhl 阅读(143) 评论(0) 推荐(0)