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 Design Pattern 单态设计模式;单例模式;设计模式
- The Singleton Pattern 单例模式;单件模式
- Responsibility and the Singleton Pattern 责任制和单一模式
- Design Pattern Singleton 单一模式
短语
专业释义
- 单例模式
Nowadays there are lots of patterns, such as the singleton pattern, factory pattern, etc.
现在总结出很多模式,例如:单例模式,工厂模式等。