The Singleton的意思|示意
单例
The Singleton的网络常见释义
辛戈尔顿 辛戈尔顿(The Singleton) 在麦芽威士忌酒业中,辛戈尔顿酒厂可以说是一位姗姗来迟者。
The Singleton相关短语
1、 The Singleton Pattern 单例模式 ; 单件模式
2、 The Singleton of Dufftown 达夫镇苏格登
3、 Use the singleton-class 使用单例类
The Singleton相关例句
This is important because the singleton aspects are typically not garbage collected.
这一点很重要,因为单体的方面通常不会被垃圾收集。
The code at BE allocates the memory from the heap for the Singleton object and stores a pointer to that memory in eax.
be处的代码为Singleton对象从堆中分配内存,并将一个指向该块内存的指针存储到eax中。
To facilitate this, the plug-in class implements the singleton pattern: It stores a reference to itself in a private class variable.
为了使这一点更方便,插件类实现单模式(singleton pattern):它在私有类变量中存储一个自身的引用。
Thread 1 completes the initialization of the Singleton object by running its constructor and returns a reference to it.
线程 1 通过运行 Singleton 对象的构造函数并将引用返回给它,来完成对该对象的初始化。
When copies of the singleton class run in multiple VMs, an instance is created for each machine.
当单例类的副本运行于多个虚拟机中时,每个虚拟机都会为其创建一个实例对象。
The singleton pattern can be used to delay the initialization of an object as long as possible.
单元素模式可以用来尽可能久地延迟对象的初始化。