摘要: 1、先来谈谈什么是单例模式 这个单例模式说白了就一个句话:我是皇帝我独苗 看看书上的定义:单例模式(Singleton Pattern)Ensure a class has only one instance, and provide a global point of access to it.( 阅读全文
posted @ 2019-10-12 15:56 低调小怪 阅读(7018) 评论(0) 推荐(3)