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.
現在縂結出很多模式,例如:單例模式,工廠模式等。