单例模式及改进Python代码实现
摘要:一、说明 1、定义: 单例模式是所有设计模式中比较简单的一类,其定义如下:Ensure a class has only one instance, and provide a global point of access to it.(保证某一个类只有一个实例,而且在全局只有一个访问点)。 2、优
阅读全文
posted @ 2021-12-17 17:18
posted @ 2021-12-17 17:18
posted @ 2021-12-15 20:12
posted @ 2021-12-15 13:14