摘要: 抽象工厂的结构 阅读全文
posted @ 2014-05-20 14:14 草上晨光 阅读(254) 评论(0) 推荐(0) 编辑
摘要: namespace 单例模式{ class Student { int id; string name;//1 private Student() { }//2private static Stude... 阅读全文
posted @ 2014-05-20 13:45 草上晨光 阅读(136) 评论(0) 推荐(0) 编辑