singleton design pattern
基本解釋
- [計算機科學技術(shù)]單件設(shè)計模式
英漢例句
- This is demonstrated using the ExceptionHandler class, which again adopts a singleton design pattern.
使用 ExceptionHandler 類可以展示這一點,該類也採用了 singleton 設(shè)計模式。 - Static access is especially useful for implementing the singleton design pattern, where only one instance of class exists.
靜態(tài)訪問特別適郃實現(xiàn)單一設(shè)計模式,在這種模式中衹存在一個類實例。 - A simple optimization to this code would be to apply the Singleton design pattern to class Empty, because every instance of Empty is identical.
這段代碼的一個簡單優(yōu)化是對 Empty 類應(yīng)用同一個設(shè)計類型,因爲每一個 Empty 的實例都是同樣的。
雙語例句
專業(yè)釋義
- 單件設(shè)計模式