随笔分类 -  设计模式

摘要:1 定义 Ensure a class only has one instance,and provide a global point of access to it. (保证一个类仅有一个实例,并提供一个访问它的全局访问点) 2 用处 当前系统的某一个对象只需要一个实例的时候使用,比如:JDBC 阅读全文
posted @ 2018-08-23 23:27 ghost飒 阅读(101) 评论(0) 推荐(0)