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.
很多有著不同開發(fā)背景得人都會比較熟悉單例模式。 - 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.
這是一個可用來創(chuàng)建單例類實例確不需要為每個特定的類重寫單例模式代碼的可重用的類。 返回 singleton pattern