您要查找的是不是:
- Singleton模式singleton pattern
- Singleton模式如圖5所示。The Singleton pattern is shown in Figure 5.
- 因為每次只能有一個(gè)未捕獲的處理程序處理一個(gè)活動(dòng)進(jìn)程,構造函數應該只被調用一次,因此要采用singleton模式。Since there can be only one un-caught handler per process active at a time, the constructor should be invoked only once; hence, the reason for the singleton pattern.
- 我們將要建立的是一個(gè)簡(jiǎn)單的3-tier框架,它使用了三種模式處理業(yè)務(wù)邏輯:3-layer體系結構模式、Singleton模式和Command模式。The framework we ll create is a simple 3-tier framework that processes business logic using three patterns: the 3-layer architecture pattern, the Singleton pattern, and the Command pattern.
- singleton弧相容singleton arc consistency
- 營(yíng)銷(xiāo)模式marketing model
- 量子Singleton界Quantum Singleton bound
- 模式的modal
- 傳輸模式transfer mode
- Singleton類(lèi)型在任何時(shí)刻只能有一個(gè)實(shí)例。Singleton types never have more than one instance at any one time.
- 經(jīng)濟模式model of the economy
- 運行模式operational mode
- singleton類(lèi)的拷貝跑在虛擬機中的時(shí)候,在每個(gè)機器中都創(chuàng )建了一個(gè)自己的實(shí)例。When copies of the singleton class run in multiple VMs, an instance is created for each machine.
- 固定模式fixed mode
- 服務(wù)器是一個(gè)singleton對象,它具有自己的雙重接口和一個(gè)用于引發(fā)事件的調度接口。使用。The server is a singleton object that has its own dual interface as well as a dispatch interface used for firing off events.
- (構成某事物背景的)規律或制度;體制;模式General order or system that forms the background to sth
- 實(shí)例行為指定可運行的服務(wù)實(shí)例的數目(例如,singleton指定只能用單一實(shí)例來(lái)處理所有消息)。Instance behavior specifies how many instances of the service can be run (for example, a singleton specifies only one instance to process all messages).
- 消費模式consumption pattern
- 業(yè)務(wù)模式business model
- 模式匹配pattern matching