Creating new object instances is different in Ruby.
在Ruby中创建新的对象实例的方式是不一样的。
A COM server can create object instances of multiple object classes.
COM服务器能创建多对象类的对象实例。
In this case, all the object instances on the stack are left un-destructed.
在这种情况下,堆栈上的所有对象实例都处于未破坏状态。
Should My Factories Create All Object Instances? Including for New Entities?
我工厂创建的所有对象实例?包括新的实体?
If we create object instances indirectly, memory management is not a problem.
如果我们直接创建个对象实例,内存管理没有问题。
This article proposes a framework for managing object instances in J2EE applications.
本文介绍了一个用于在J2EE应用程序中管理对象实例的框架。
Explicit function calls are required in order to create and destroy object instances.
显式要求创建和摧毁一个对象的实例。
It also includes storing and managing these object instances in the proper scope.
它还包括在适当的范围中保存和管理这些对象实例。
NET controls, object instances, and type instances should be declared as objects.
NET控制项、物件执行个体以及型别执行个体应该宣告成物件。
A custom scope typically corresponds to a backing store that can manage object instances.
某个自定义作用域通常与能够管理对象实例的后端存储相对应。
The @DataModel annotation's complement for single-object instances is the @Out annotation.
@DataModel注释对单个对象实例的补充是 @Out 注释。
These object instances are the orderer and shipper properties in the Service specification class.
这些对象实例就是Service规范类中的订货方和运送方属性。
That means, try to reuse objects as often as possible, and do not create new object instances too often.
这意味着要尽可能地重用对象,而不要太频繁地创建新对象实例。
For example, it is tempting to avoid repeatedly creating objects by simply reusing existing object instances.
例如,通过重用现有对象实例来避免重复创建对象看起来很不错。
Thus, you should avoid creating object instances you don't need to. Some examples of things that can help.
因此,应该避免不必要的对象创建。
Static functions, like static properties, are scoped to the class rather than to object instances of that class.
静态函数与静态属性一样,作用域也是类而非该类的对象实例。
This means I can track based on just object instances; I don't need to use object equality to track these JDBC objects.
这意味着可以只根据对象实例进行跟踪,而不需要使用对象等价性来跟踪这些JDBC对象。
In traditional Object-Oriented (OO) design, it is common to have multiple object instances that implement the same interface.
在传统的面向对象(OO)设计中,通常让多个对象实例实现相同的接口。
In previous examples, you saw that XJConf can automatically call the appropriate setter methods to configure object instances.
在前面的示例中,您了解了XJConf可以自动调用合适的setter方法来配置对象实例。
Even though I imported the dictionary module, I still need to qualify object instances, hence the dictionary: : Word qualification.
尽管导入了dictionary模块,但是仍然需要对对象实例进行限定,因此采用dictionary:Word。
If the pool size is not tuned correctly, many unused object instances can end up hanging around, using up memory without contributing value.
如果对象池大小没有正确调优,许多未使用的对象实例最终会被闲置,耗尽内存而不产生任何价值。
If you want to show many small chunks in the air then you can also use a Particle Flow and on collide emit the custom object instances.
如果你想在空中也出现许多小碎块,你可以使用粒子流,在碰撞中发射自定义的物体。
The singleton pattern is probably one of the most often used OOP design patterns; it restricts the number of object instances of a class to one.
单例模式可能是最常用的OOP设计模式之一了;它限制了一个类的对象实例数只能为1。
Other convenience methods are implemented for retrieving object instances of the numeric and Boolean types by means of their fully qualified name.
实现了其它一些便利方法,通过其全限定名来检索numeric和boolean类型的对象实例。
The garbage collector has trouble identifying object instances that were removed from arrays, therefore would not be collected for releasing of memory.
垃圾收集器已识别的对象实例,从阵列的麻烦,因此不会收集释放内存。
WSIF parses the WSDL to create object instances for WSIFService, WSIFPort, WSIFoperation, WSIFMessage for input, output and fault and executes the operation.
WSIF对WSDL进行分析,从而为输入、输出和错误的WSIFService、WSIFPort、WSIFoperation、WSIFMessage创建对象实例,并执行相应操作。
This lets you avoid the development, deployment, and execution costs of building and manipulating classes in addition to the object instances of those classes.
除了类的对象实例之外,这样做还可以让您避免构建和操作类的开发、部署和执行成本。
Figure 1 introduces the Identifiable and Auditable interfaces, which define the API for identifying object instances and setting audit information on object instances.
图1引入了Identifiable和Auditable接口,这些接口定义的API用来标识对象实例和设置对象实例的审计信息。
Object instances representing the Pluto services mentioned previously can be retrieved by a component running within the same servlet context as the Web console Web application.
表示前面提及的Pluto服务的对象实例可以被在同一个servlet上下文内作为Web控制台web应用程序的组件检索。
Object instances representing the Pluto services mentioned previously can be retrieved by a component running within the same servlet context as the Web console Web application.
表示前面提及的Pluto服务的对象实例可以被在同一个servlet上下文内作为Web控制台web应用程序的组件检索。
应用推荐