• When no nested functions are involved, the scope chain is the only reference to the call object.

    如果涉及到内嵌函数这个作用域唯一引用调用对象的。

    youdao

  • Next, you create the Service and Call objects and start setting the properties of the Call object.

    接下来要创建ServiceCall对象开始设置Call对象属性

    youdao

  • With JAX-RPC, the Call object must be configured to explicitly invoke a particular operation from the WSDL.

    对于JAX - RPC必须配置Call对象显式地WSDL调用特定操作

    youdao

  • Listing 2 contains a complete client main class that calls Listing 1's HelloWorld service using the call object.

    清单2中给出使用Call对象调用清单1HelloWorld服务完整客户机主

    youdao

  • If the nested function is used only within the outer function, however, the only reference to the nested function is in the call object.

    如果函数只是外部函数中使用那么对内嵌函数的唯一引用就是调用对象自己

    youdao

  • In this case, there is an external reference to the nested function, and the nested function retains its reference to the call object of the outer function.

    如果函数只是外部函数中使用,那么对内嵌函数唯一引用就是调用对象自己

    youdao

  • The solution, of course, is to put the code into a function and then invoke the function. This way, variables are defined in the call object of the function.

    当然解决方案就是代码放到一个函数然后调用这个函数。这样变量定义函数的调用对象中了。

    youdao

  • The client creates an instance of the "Call" object of the Axis client, and sets the target endpoint address in the Call object with the address of the web service endpoint.

    客户机创建Axis客户机Call对象实例Call对象中的目标端点地址设置为Web服务端点的地址。

    youdao

  • When you use a closure, remember that the call object of the enclosing function, including all function arguments and local variables, will last as long as the closure does.

    使用包时,记得包含函数调用对象包括所有的函数参数本地变量有跟闭包一样存活时期。

    youdao

  • For every object in the call flow, there can only be one other object connected to it.

    对于调用中的每个对象只能一个其他对象连接

    youdao

  • If the error resulted from a call on the database object, you would invoke those methods on the database object instead.

    如果错误由于调用数据库对象产生那么可以那个数据库对象上调用上述两个方法

    youdao

  • A virtual method invocation, for example, involves looking at the class of the receiver object for the call to discover which actual target implements the virtual method for the receiver object.

    例如一个方法调用需要查看接收对象调用以便找出哪个实际目标实现了接收方对象虚方法。

    youdao

  • Calling SOAP methods is then as simple as constructing the appropriate parameters, as specified in the WSDL and described in the API documentation, and making the method call on the proxy object.

    这样一来,正如WSDL所指定API文档所描述一样调用SOAP方法构造合适参数代理对象调用方法一样简单了。

    youdao

  • Incorrect objects: Using the address, it is possible to check that methods are being invoked on the desired object by matching to the address on the constructor call for that object.

    错误对象使用地址通过对象构建函数调用的地址进行比对可以检查出是不是正确对象上调用方法

    youdao

  • To perform a method on a D-BUS object, you send the object a method call message.

    执行d -BUS对象方法需要向对象发送一个方法调用消息

    youdao

  • But the event message told me the User ID that generated the error, the API call that failed, the object that was the target of the API call, and the options that were used.

    事件消息告诉生成错误用户ID失败API调用、API调用的目标对象以及所使用选项

    youdao

  • The event message will tell you the user ID that made the failing call, the object that failed, the API call made against that object, and the options used in the API call.

    事件消息通知造成调用失败用户ID、失败对象针对对象的API 调用以及 API 调用使用操作

    youdao

  • The "Call" object allows you to set HTTP user ID and password for basic auth, and also similar methods to cater for intermediate HTTP proxies, if they exist.

    Call对象允许基本认证设置HTTP用户标识密码以及中间 HTTP代理如果它们存在的话)所需的类似方法

    youdao

  • When you made the call to the server using the XMLHttpRequest object, you registered a response handler.

    使用XMLHttpRequest对象请求服务器时候注册一个响应处理程序

    youdao

  • The call to registry.getComponent() returns the registered object of the appropriate class if it can; otherwise, it returns a false value to allow testing.

    如果调用registry.getComponent() 成功,则这次调用会返回对应已注册对象否则返回一个错误允许进行测试。

    youdao

  • The data structure accepts the visitor object and will call its visit method for every entry in the data structure.

    数据结构接受visitor对象对数据结构中的每一调用visit方法

    youdao

  • The temperature object will call the getTemp method on the xmethods-Temperature Web service on the machine defined in the URL.

    这个temperature对象调用xmethods-TemperatureWeb服务的 getTemp方法,这个服务位于由URL定义机器

    youdao

  • You parse the document in the onreadystatechange function of the XMLHttpRequest object used to make the Ajax call.

    解析用于进行Ajax调用XMLHttpRequest对象onreadystatechange函数中的文档

    youdao

  • This object needs to be initialized by the call pthread_attr_init() before any attributes are set. The attribute object is destroyed using the call pthread_attr_destroy()

    设置任何属性之前需要通过调用 pthread_attr_init() 来初始化这个对象

    youdao

  • In this pattern, an object (the proxy) handles all access to another object (which, for lack of a better name, I'll call the real object).

    这种模式对象(代理)处理另一个对象(因为没有更好名称暂时称之为实际对象)的访问

    youdao

  • Therefore, for every object in the call flow, there can only be one other object connected to it.

    因此对于调用中的每个对象,都可以只有另外一个对象连接上。

    youdao

  • Or in other words, before the first call is made to the UDF an object of the class is created and kept until after the last call.

    或者,换话说,在第一调用udf之前创建该类对象并且一直保留最后一次调用这个UDF之后

    youdao

  • At the end of the hook method, I invoke the original method call on the decorated object using my new argument list.

    钩子方法结束部分使用参数列表修饰对象调用原始方法。

    youdao

  • After the object reference is obtained, the client application can call methods on that object as if that object was a local one.

    获取对象引用客户应用程序可以调用对象方法,该对象就好像本地对象。

    youdao

  • After the object reference is obtained, the client application can call methods on that object as if that object was a local one.

    获取对象引用客户应用程序可以调用对象方法,该对象就好像本地对象。

    youdao

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

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

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