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