The reference obj refers to an object stored in the heap.
obj这个引用将引用堆中存储的一个对象。
As long as the obj reference exists, the garbage collector will never free the storage used to hold the object.
只要ob j引用还存在,垃圾收集器就永远不会释放用来容纳该对象的存储空间。
To take advantage of these reference classes, you must break the strong reference to the MyObject object by setting obj to null.
要利用这些引用类,您必须取消对MyObject对象的强引用,方法是将ob j设置为null。
The closure captures the information about the actual Web service method stub to be invoked (the function object called obj) as well as the stream for the log output.
闭包捕获真正被调用的Web服务方法存根(称为obj的函数对象)以及流作为日志输出。
When obj goes out of scope or is explicitly assigned to null, the object is available for collection, assuming there are no other references to it.
当obj超出范围或被显式地指定为null时,垃圾收集器就认为没有对这个对象的其它引用,也就可以收集它了。
After working with obj after this if block, you should set obj to null to enable the garbage collector to reclaim this object to take full advantage of weak references.
在使用这个if块之后的obj之后,您应该将ob j设置为null,从而让垃圾收集器能够回收这个对象以充分利用弱引用。
Note that each object reference, obj, rq, and wr, are all strong references.
请注意,每个对象引用(obj、rq及wr)都是强引用。
That is, a call to obj.method() in a traditional OOP language will look through the method resolution order (MRO) of an object to find the "first" ancestor class of obj that has a method .method().
也就是说,在传统OOP语言中的obj.method()调用会通过对象的方法解析次序(method resolution order,MRO)寻找 “第一个”具有 .method() 方法的 obj祖先类。
Allows Dojo applications to attach functions to method invocations in other objects. For example, the following code fragment attaches the function foo to the method bar in the object obj.
connect允许Dojo应用程序向其他对象中的方法调用附加函数。
I would like to export a 3d object as an. Obj into a specified folder.
我想出口3d对象作为一个对象到指定的文件夹。
This paper presents an object based reservoir architecture modeling method. A relevant program mod -obj is developed.
提出了一种基于目标的储层结构模拟方法,并开发了相应的建模程序MOD - O BJ。
It cannot be called or instantiated, but it can be used to test whether an object is an instance of or . isinstance(obj, basestring) is equivalent to isinstance(obj, (str, unicode)).
不能被调用或者实例化。可以用来判断实例是否为字符串或者字符编码。
It cannot be called or instantiated, but it can be used to test whether an object is an instance of or . isinstance(obj, basestring) is equivalent to isinstance(obj, (str, unicode)).
不能被调用或者实例化。可以用来判断实例是否为字符串或者字符编码。
应用推荐