开始整理常用的设计模式
在日常开发过程中时常需要用到设计模式,但是设计模式有23种,如何将这些设计模式了然于胸并且能在实际开发过程中应用得...[作者空间]
1、单例模式 概念:Ensure a class has only one instance, and provi...[作者空间]