singleton pattern
基本解釋
- 單件模式;單例模式
英漢例句
- Through this functionality, you can use the popular singleton pattern.
通過(guò)使用這種功能,您可以使用流行的單例模式。 - Many people from different programming backgrounds should be familiar with the Singleton Pattern.
很多有著不同開發(fā)背景得人都會(huì)比較熟悉單例模式。 - 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.
這是一個(gè)可用來(lái)創(chuàng)建單例類實(shí)例確不需要爲(wèi)每個(gè)特定的類重寫單例模式代碼的可重用的類。
雙語(yǔ)例句
詞組短語(yǔ)
- Singleton Design Pattern 單態(tài)設(shè)計(jì)模式;單例模式;設(shè)計(jì)模式
- The Singleton Pattern 單例模式;單件模式
- Responsibility and the Singleton Pattern 責(zé)任制和單一模式
- Design Pattern Singleton 單一模式
短語(yǔ)
專業(yè)釋義
- 單例模式
Nowadays there are lots of patterns, such as the singleton pattern, factory pattern, etc.
現(xiàn)在縂結(jié)出很多模式,例如:?jiǎn)卫J剑S模式等。