• A code block is simply a block of code that returns a value, and if no value is returned then a NULL object is returned.

    代码就是返回的一组代码,如果没有返回值,那么会返回一个NULL对象

    youdao

  • Unfortunately, many designers have still not learnt that the special null pointer or null object is an equally bad idea.

    遗憾的是,许多设计者并没有认识指针对象带来的危害。

    youdao

  • When the output is complete, the stream is flushed by writing a NULL object to the client stream and loop awaiting the next client.

    输出完成后通过客户写入NULL对象而且循环等待一个客户端,从而刷新流。

    youdao

  • Otherwise, there can be confusion over whether an empty array is a null object, an array with no elements, or an array with a single object containing null or empty values.

    否则可能数组null对象还是没有任何元素数组,亦带有一个对象且此对象包含null或空的数组产生混淆。

    youdao

  • I will provide a uniform explanation for OSC in this dissertation: V2 (with its null subject and null object) is essentially a purpose clause modifying the matrix clause.

    本文动词同宾结构提供了一个统一解释:这些句子中的V_2(连同主语宾语)本质上目的性状语从句

    youdao

  • The first one asserts that the calculator instance object is not null, i.e. it exists.

    第一宣称这个计数器实例对象不是,就实际存在一样。

    youdao

  • If the object argument is null, you need to generate a null accessor for the type.

    如果对象参数需要这个类型生成一个访问器

    youdao

  • The unit test methods first verify that the object provided is not null, and then perform one or more very basic actions on the object.

    单元测试方法首先验证所提供对象不是的,然后对象执行一个多个非常基础操作

    youdao

  • If this is NULL, the object handle cannot be inherited.

    如果这个指针NULL,那么这个对象不能初始化。

    youdao

  • If there was a problem creating the BIO object, the pointer will be NULL.

    如果创建BIO对象遇到问题,指针会是NULL

    youdao

  • The second parameter (state) can either be null or an object containing application-specific information.

    public void TimerCallback(objectstate);第二参数(state)可以或者包含程序规范信息的对象。

    youdao

  • Therefore, you know that an object has been declared finalizable and possibly, but not necessarily, collected, when the get method of the WeakReference or SoftReference class returns null.

    这样可以知道WeakReferencesoftreferenceget方法返回null时,就有一个对象声明为finalizable而且可能(不过不一定)被收集

    youdao

  • 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,垃圾收集器就认为没有这个对象其它引用,也就可以收集它了

    youdao

  • Therefore, if the collector runs before line //2 attaches a strong reference to the re-created object, the object is lost and wr.get() returns null.

    因此如果收集器在行 //2在重新创建的对象上施加一个引用之前运行,对象就会丢失wr.get()则返回null

    youdao

  • Listing 3 initializes a new Zend_Soap_Server object in non-WSDL mode, passing a null value as the first argument to the object constructor.

    清单3传递null对象构造函数第一参数非wsdl模式初始化了一个新的Zend_Soap_Server对象。

    youdao

  • In Ruby, however, even null is an object.

    但是Ruby中,甚至null也是一个对象

    youdao

  • Clear: Setting the reference object's referent field to null and declaring the object in the heap that the reference class referred to as finalizable.

    清除:将引用对象referent设置为 null将引用引用对象声明为 可结束的。

    youdao

  • The third TAB in the Twitter panel, following, first checks whether the following object is not null.

    Twitter面板内第三选项卡following,它先是检查following对象是否null

    youdao

  • What you get in your arguments are a reference to the "this" object (this is for object methods and is NULL for plain old functions like bar ) and an argument tuple in args.

    参数得到this对象引用(this用于对象方法类似bar这样的无参数老式函数来说NULL)个存储在args中的参数元组。

    youdao

  • For that effect, JSON defines the following main data structures: number, string, Boolean (true and false), array (an ordered sequence of values), object (collection of key value pairs), and null.

    为了实现该目的,JSON定义以下主要数据结构数字字符串布尔值()、数组(有序排列)、对象(集合)null

    youdao

  • If the return value is an object, the default is null.

    如果返回一个对象默认空值。

    youdao

  • The cure for object loitering in this case is to null out the reference after popping it from the stack, as shown in the commented-out line of code in Listing 3.

    修复这种情况下对象游离方法对象堆栈弹出之后,就消除引用如清单3注释掉的

    youdao

  • Two conditions need to be satisfied in order for serialization to happen: the serializer must be given a supported type and the object to be serialized must be non-null.

    使序列化能够发生需要满足两个条件必须为序列化授予受支持类型并且序列化对象必须是非空的。

    youdao

  • The corresponding field in the business object is automatically set to null.

    业务对象中的对应字段自动设置为空。

    youdao

  • A weak reference object will keep a reference to an object that went out of scope or was set to null, until it is actually deleted by the garbage collector.

    引用对象将会保持指向一个超出作用域或者置空对象的引用,直到确实垃圾回收删除。

    youdao

  • 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从而垃圾收集器能够回收这个对象充分利用弱引用。

    youdao

  • If no comment is associated with a given purchase order object, you might expect this column to be null after persisting the entity.

    如果没有任何注释给定订单对象相关,那么可能希望持久化实体后设为null

    youdao

  • 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

    youdao

  • Finally, you stop the XMLHttpRequest object by assigning it to null.

    最后通过XMLHttpRequest对象null停止这个对象。

    youdao

  • A disadvantage of returning null is that it forces a caller to check for null each time an object is obtained from the pool.

    返回null缺点强迫调用方每次中获得对象时都检查是否null

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定