2020年10月12日

摘要: 单例模式(Singleton Pattern) Ensure a class has only one instance, and provide a global point of access to it.(确保只有一个实例, 而且自行实例化并向整个系统提供这个实例。) 模板 通用代码 publ 阅读全文
posted @ 2020-10-12 05:34 codingEskimo 阅读(70) 评论(0) 推荐(0) 编辑

导航