singleton design pattern
基本解释
- [计算机科学技术]单件设计模式
英汉例句
- This is demonstrated using the ExceptionHandler class, which again adopts a singleton design pattern.
使用 ExceptionHandler 类可以展示这一点,该类也采用了 singleton 设计模式。 - Static access is especially useful for implementing the singleton design pattern, where only one instance of class exists.
静态访问特别适合实现单一设计模式,在这种模式中只存在一个类实例。 - A simple optimization to this code would be to apply the Singleton design pattern to class Empty, because every instance of Empty is identical.
这段代码的一个简单优化是对 Empty 类应用同一个设计类型,因为每一个 Empty 的实例都是同样的。
双语例句
专业释义
- 单件设计模式