摘要: 工厂方法模式的定义 工厂方法模式使用的频率非常高,在我们日常的开发中总能见到它的身影。其定义为: Define an interface for creating an object,but let subclasses decide which class to instantiate.Facto 阅读全文
posted @ 2019-05-30 19:59 Tu9oh0st 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 单例模式的定义 单例模式(Singleton Pattern)是一个比较简单的模式,其定义如下: Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例 阅读全文
posted @ 2019-05-30 16:20 Tu9oh0st 阅读(100) 评论(0) 推荐(0) 编辑