• One possibility is to use the processor identification, as discussed under the system-property function.

    一种办法使用处理程序标识,在system-property 部分进行了讨论

    youdao

  • A property is a data value that can be externally configured and affects the business function of the implementation.

    属性可以从外部配置数据会影响实现业务功能

    youdao

  • So unless limits are put on this strategy, the property market will continue to function "abnormally."

    所以除非一战略作出限制房地产市场还会继续畸形发展下去

    youdao

  • If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.

    如果提供了,那么这个函数XHR对象onreadystatechange属性设置这个回调函数。

    youdao

  • Notice, however, that the function itself is just another property of the person object and that, without the parentheses, it would refer to an undefined value.

    然而要注意是,函数本身只是另一个person对象属性如果没有圆括号引用一个未定义的值。

    youdao

  • Because the inner function holds a reference to the outer function's variables, the scope object with property a will not be garbage collected.

    由于内部函数持有外部函数变量引用,所以这个属性a范围对象不会垃圾收集

    youdao

  • For the function in Listing 2, extract the data property of the event, as this is the actual data sent by the thread, and pass it to another function for updating the UI.

    对于清单2中的这个函数提取eventdata属性因为线程发送实际数据然后发送另一个函数更新ui

    youdao

  • But there's a slight twist: the onclick property wants to be fed a function referencenot the string name of a function, but a reference to the function itself.

    但是有点细微地方:onclick属性需要提供函数引用——不是函数的字符串名称而是函数本身引用。

    youdao

  • Each function object has an internal property called [[scope]] that is initialized with information about the scope in which the function was created.

    每个函数对象都有一个叫做[[scope]]内部属性这个内部属性包含创建函数时的作用域信息

    youdao

  • Finally, notice that you have also declared a fullName property and have supplied a function for it. These computed properties are very important in SproutCore.

    最后注意已经声明了fullname属性提供了一个函数这些计算属性Sprout Core中非常重要的。

    youdao

  • To find all the tickets issued by officer Ree, for example, you write a map function that filters the officer property accordingly.

    举例来说,查找officerRee开出所有罚单可以编写一个map函数过滤相应officer属性

    youdao

  • Finally, if we want to add some behavior to the object, we first define an EcmaScript function and then assign it as a property of the object.

    最后我们希望对象中加入一些行为定义EcmaScript函数然后指定对象属性

    youdao

  • This helper function creates the label, the input field, and the Set button for each property/action pair.

    这个helper函数每个属性/值对创建标签输入字段Set按钮

    youdao

  • Optionally, the stringify function can allow the customization of how a particular property of a complex Object is formatted.

    根据需要,stringify函数可以允许定制一个复杂对象特定属性如何格式化。

    youdao

  • For those readers who are paying a bit closer attention: property is not really a function but a typedon't worry about it.

    对于希望进一步了解这些内容的读者property不是真正函数而是一种类型——因此不必过多考虑它。

    youdao

  • The Metadata property is currently not implemented, as it is not critical to the basic function of the client being implemented here.

    目前尚未实现metadata属性因为这个属性对于此处实现客户机基本功能并不重要

    youdao

  • The objects in the function object's [[scope]] property are copied into the scope chain in the same order.

    首先函数对象[[scope]]内部属性中的对象,按顺序复制作用

    youdao

  • The built-in Concat function supports the specification of a prefix, postfix, and delimiters through its property page.

    内置的Concat函数支持通过属性指定前缀后缀分隔符

    youdao

  • The parentheses indicate to the Rhino interpreter that I'm invoking a function rather than simply referring to a property of the object.

    圆括号告诉Rhino解释器正在调用函数不是简单地引用一个对象的属性

    youdao

  • This property ensures that a server has completed a request and typically, a callback function USES the data from the server to update a Web form or page.

    这个属性确保服务器已经完成了请求通常使用一个回函数服务器中读出数据更新Web表单页面的内容。

    youdao

  • So in Listing 14, I called the emit function with my key (the user_name property) and a value.

    因此清单14中,通过自己的,我调用emit函数(user_name属性)一个

    youdao

  • Each time the readystate changes, the readystatechange event fires and the handler function attached via the onreadystatechange property is called.

    每次readystate变化时,readystatechange事件就触发,由onreadystatechange属性指定的事件处理函数就被调用。

    youdao

  • After the ready state changes, the function specified in the req.onreadystatechange property is invoked (see Listing 17).

    就绪状态发生变化,将调用req . onreadystatechange属性指定函数(请参见清单17)。

    youdao

  • In the code, we get the account for the username (by using the getAccountForEmail function we saw earlier), then call its subscriptions property.

    代码中获得用户帐户(通过使用以前看到getaccountforemail函数),然后调用订阅属性

    youdao

  • You've already seen how to let the server know what to do when it's finished: Set the onreadystatechange property of the XMLHttpRequest object to the name of the function to run.

    现在我们已经看到如何告诉服务器完成后应该什么XMLHttpRequest对象onreadystatechange属性设置为要运行的函数

    youdao

  • I then defined a property (asJSON) pointing to an inner function whose job it is to hand-jam a string representation of my JSON message.

    然后定义了一个属性(asjson)指向内部函数任务JSON消息用字符串表示

    youdao

  • In addition to making the property read-only, the hash code function will only use these 'key' fields to generate the hash code.

    另外使属性只读的话,哈函数只用那些Key字段产生哈希码。

    youdao

  • So you can change the event that's run on a button: you just assign a new function to the onclick property.

    因此可以改变按钮触发事件只要赋给onclick属性一个新的函数

    youdao

  • We then extract the name of the changed property, the new value, and pass that into a function that sets the value through reflection (see listing 7).

    然后提取已变更属性名称新的将它们传递给一个函数函数通过反射值进行设置(清单7)。

    youdao

  • V8 will throw an exception if an error occurs - for example, when a script or function attempts to read a property that does not exist, or if a function is called that is not a function.

    错误发生时v8抛出异常比如脚本或者函数试图去访问一个并不存在属性,或者调用一个并不是函数的函数。

    youdao

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

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

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