摘要: 单例模式 Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。) 单例模式的优点 由于单例模式在内存中只有一个实例,减少了 阅读全文
posted @ 2021-09-14 19:56 锤子布 阅读(31) 评论(0) 推荐(0) 编辑