singleton pattern
常见例句
- Through this functionality, you can use the popular singleton pattern.
通过使用这种功能,您可以使用流行的单例模式。 - Many people from different programming backgrounds should be familiar with the Singleton Pattern.
很多有着不同开发背景得人都会比较熟悉单例模式。 - This is a class that can be used repeatedly to instantiate a class as a singleton without having to re-write the singleton pattern code for that specific class.
这是一个可用来创建单例类实例确不需要为每个特定的类重写单例模式代码的可重用的类。 返回 singleton pattern