摘要: 很多程序设计都或多或少的涉及设计模式。现在大约有23种设计模式,分类如下:I] Creational Patterns (构建模式)Singleton (单例模式)Factory (工厂模式)Abstract Factory (抽象工厂)Builder (创建模式)Prototype(原型模式) II] Structural Patterns (结构化模式)Adapter (适配器模式)Bridge (桥模式)Composite (复合模式)Decorator (装饰模式)Facade (门面模式)Flyweight (享元模式)Proxy(代理模式) III] Behavioral Patt 阅读全文
posted @ 2010-08-24 16:53 PPDev 阅读(1011) 评论(0) 推荐(0) 编辑