The implementation of its physical storage is proposed, including the storage strategies for class and object.
给出了其底层存储的具体实现,其中包括类,对象的存储方案。
The class and object can have the same name, as we will see in the section called "Companion Objects" in Chapter 6, Advanced Object-Oriented Programming in Scala.
类和object可以使用同样的名字,就像我们会在《第6章-Scala高级面向对象编程》的“伴随实体”章节中看到的那样。
At first, the function of OMS is presented. Then the OMS's architecture, base class and object access method is described in detail. At last the use and the future work of OMS is presented.
首先介绍了OMS的基本功能,并详细描述了OMS的结构、基本类以及对象的存取方法,最后简单介绍了OMS的使用方法以及今后的工作。
However, you can define both static and dynamic searches for the same object class if you have a hybrid group with both static and dynamic members.
不过,如果有包含静态成员和动态成员的混合组,您可以为同一对象类同时定义静态搜索和动态搜索。
Instead you can define some as an object (instead of a class) and it becomes a singleton instance of the class.
相反您可以定义一个对象(而不是类)并且它将成为类的一个单例实例。
They include the class, component, and or object diagrams.
它们包括类,组件和(或)对象图。
The previous example contains a class object and string.
前面的示例包含一个类对象和字符串。
Object pooling only helps reduce the memory required for class allocations and the time required for object creation and destruction.
对象池只是有助于减少类分配所需的内存以及对象创建和销毁所需的时间。
Often, a request requires an instance of a certain class, but this object does not (and should not) need to be recreated in every request.
每个请求都需要特定类的实例,但此对象并不(也不应)需要在每个请求中重新创建。
Listing 4 illustrates using PHP overloading to invoke object and class methods.
清单4展示如何使用php重载调用对象和类方法。
This makes generically identifying object and class structures difficult, if not impossible.
这可能会使标识对象和类结构变得很困难。
The difference in cumulative size occurs because the aggregated data structure level view uses summarized instance counts and the object/class leak suspects view uses actual instance and size counts.
总大小的差别是由于聚合数据结构级别视图使用汇总实例计数,对象/类泄漏疑点视图使用实际事例和大小计数。
Now, since we're actually updating a class (and not just a single object) we would have to do this to every object of that class.
现在,由于我们实际上是更新了一个类(并不仅是某个对象),所以我们不得不对该类的每一个对象都做这样的一件事。
This class simply converts the XML class to a PHP object and then walks through that object and creates an associative array, as in Listing 5.
该类仅仅将xml类转化为一个php对象,然后遍历该对象,并创建一个关联数组,如清单5所示。
GC roots can be found in the root stacks, in thread execution stacks, and in object and class fields.
GC根能在根堆里找到,在线成执行堆,在对象和类域里。
Object, class file, and method names.
对象、类文件,和方法名称。
Notice we have a Message class and a Message object.
注意,这里有一个message类和一个Message对象。
A Cipher class object is created and initiated in the decryption mode.
这样就用解密方式创建并初始化了cipher类对象。
The SOAP binding calls the target method in the target class and passes the Request object as a parameter.
SOAP绑定调用目标类中的目标方法,并将Request对象作为参数传递。
Once you generate the key, you can use the AbderaSecurity class to get an Encryption object and feed it the key you just created.
生成密钥之后,便可以使用AbderaSecurity类获得一个Encryption对象并把刚创建的密钥提供给它。
Listing 1 is a version of the Dictionary class that accepts a DictionaryIO object and stores it for later use.
清单1是Dictionary类的一个版本,它接受一个DictionaryIO对象,并将其存储以备将来使用。
This method accepts four arguments: a property, a property value, a class, and a parent test object.
该方法接受4个参数:属性、属性值、类和父测试对象。
Consider the example in Listing 1, where a closure is defined in a class, and then invoked after the object variable goes out of scope.
考虑清单1中的示例,其中closure定义为类,并且在对象超出范围之外后进行调用。
It then calls the friend function spacefriend and passes the class object address as its argument, and calls the template function, beginning with integer types and then floating data types.
然后,调用友元函数spacefriend并将类对象的地址作为其参数传递。然后调用template函数,先使用整数类型,然后使用浮点数据类型。
The read method takes two parameters: the class of the POJO and the file object that represents the XML file containing the data.
read方法有两个参数:POJO的类和File对象,后者代表包含数据的XML文件。
Figure 1 shows a class diagram of the Email object and the Sendable interface.
图1显示了Email对象和Sendable接口的类图。
This method calls the Web service provider using the Web service client proxy class SampleService_PortTypeProxy and returns a complex object, SampleOperationResponse, to its caller.
此方法使用Web服务客户机代理类 SampleService_PortTypeProxy调用 Web 服务提供者,并将复杂对象SampleOperationResponse 返回到其调用方。
This method searches the entire page content for an object of Link class with the text AAAAPlace_721134315 and returns the object to be acted upon.
该方法将搜索所有页面内容,查找包含文本aaaaplace_721134315的link类对象,然后返回要执行操作的对象。
This method searches the entire page content for an object of Link class with the text AAAAPlace_721134315 and returns the object to be acted upon.
该方法将搜索所有页面内容,查找包含文本aaaaplace_721134315的link类对象,然后返回要执行操作的对象。
应用推荐