搜索资源列表
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
SigletonPattern
- Singleton设计模式是一个非常有用的机制,可用于在面向对象的应用程序中提供单个访问点-Singleton design pattern is a very useful mechanism that can be used in object-oriented application that provides a single access point