• You do this by calling the method and specifying -interactive as the only parameter.

    只需调用方法指定-interactive作为惟一的参数即可。

    youdao

  • Each parameter is specified by calling a client method with the same name and by passing the value to the method as first argument.

    通过调用相同名称客户端以及作为第一个参数传递方法指定每个参数

    youdao

  • Initially, the receiver of the event declares its interest to the publisher by calling the subscribe method.

    最初事件接收者通过调用订阅方法发布者声明兴趣

    youdao

  • Instead, the server can signal to the resource adapter by calling the release method on the Work object.

    相反服务器可以通过调用Work对象release方法资源适配器发信号

    youdao

  • The network awareness framework then notifies all listeners registered with that server context, including the listener that you have registered, by calling the reconnected method.

    网络感知框架随后会通知所有注册服务器上下文侦听程序,包括通过调用reconnected方法已经注册的那些侦听程序。

    youdao

  • You can avoid the issues of processing or generating invalid XML documents with XMLBeans by calling the validate method included in the generated classes.

    可以通过调用生成包括validate方法避免XMLBeans处理生成无效XML文档问题

    youdao

  • The new element creation technique (lines 15-16) differs both by the use of a QName object to represent the element name and by calling a method of the saved factory to build the element.

    通过使用QName对象表示元素名称通过调用已保存工厂方法构建元素可以区别元素的创建技术(第 15-16 行)。

    youdao

  • The Apache Wink run time USES the asset class to construct the actual response entity by calling the corresponding method of the asset class.

    ApacheWink运行通过调用资产对应方法构建实际响应实体

    youdao

  • The other two constructors just turn your file path or Directory object into an IndexReader by calling the static method IndexReader.open .

    其他两个构造方法只是调用静态方法IndexReader . open文件路径Directory对象转换成一个IndexReader

    youdao

  • The content handler may be invoked either by the user, calling the complete , method on the event instance, or at the point of emission where the emitter invokes the complete method.

    内容处理程序可以用户调用事件实例complete方法调用或者发射器调用complete方法时发射点处调用。

    youdao

  • Rewrites the path, if needed, by calling the RewritePath method.

    如果需要重写通过调用RewritePath方法来重写路径

    youdao

  • You access database metadata in JDBC by calling the appropriate method from the DatabaseMetaData object, as shown in Listing 3.

    通过调用DatabaseMetaData对象中的适当方法JDBC访问数据库元数据清单 3。

    youdao

  • The implementation might actually process the DTD into a more structured representation (which is provided-specific) and make it available by calling the getProcessedDTD() method.

    这个实现实际上可将DTD 处理更加结构化的形式(特定于提供的)通过调用getProcessedDTD()方法使可用

    youdao

  • Next, a valid destination for the drag operation is defined by passing a component to a DropTarget object or by calling the new setDropTarget() method of Component.

    下一步拖动操作有效目的地通过DropTarget对象传送一个组件或者调用Component新的setDropTarget()方法定义

    youdao

  • Method dispatch starts by calling a static "ClassOf" method with the object as argument.

    方法调度通过对象作为参数来调用一个名为“ClassOf”的静态方法予以实现。

    youdao

  • You do this by calling the retract method in the consequence part of your rule.

    通过结果块中调用retract方法实现一点。

    youdao

  • Note that you set up the user interface elements by calling the findViewById() method.

    注意通过调用findViewById()方法设置用户界面元素

    youdao

  • Close the interaction and then the connection by the calling the close method on instances of interaction and connection.

    通过调用InteractionConnection实例中的关闭(close)方法来关闭交互连接

    youdao

  • You can do a similar operation to test whether a value is in the list of data values returned by calling the values method.

    可以使用相似操作检查某个是否调用values方法返回数据列表中

    youdao

  • Once the message has been sent, the sender can store a reference to the Future object and check periodically for completion, or it can block and wait if needed by calling the get method.

    消息发送之后,发送可以保存Future对象一个引用定期检查是否完成或者也可以通过调用get方法阻塞等待

    youdao

  • It then obtains a heterogenous PermissionCollection populated with statically bound permissions granted to the class's CodeSource, by calling the abovementioned getPermissions() method.

    然后调用上述 getPermissions() 方法获得授予的 CodeSource一个填充静态绑定权限的异类PermissionCollection

    youdao

  • To start the parallel task, locate a WorkManager in JNDI, as described above, and hand over the Work object by calling the startWork() method.

    启动并行任务JNDI查找WorkManager(如上所述)通过调用startWork()方法移交Work对象

    youdao

  • The individual messages are obtained from the queue by calling the receive method of the message_queue class.

    通过调用 message_queuereceive方法队列获取消息

    youdao

  • You can view the raw JSON response by calling the toString method on the data property of the response object. The raw response looks like Listing 7.

    可以通过response的data属性调用toString方法来查看原始json应答

    youdao

  • Evaluate the request from the PEP by calling the evaluate method on the PDP. This returns the authorization decision.

    为PD p调用evaluate方法评估来自PEP请求将返回授权决策

    youdao

  • This demonstrates how you can change font styles easily between cells (by calling the SetFont method to turn on and off the bold).

    演示了如何可以容易地单元之间变更字体式样(通过调用SetFont方法打开关闭粗体)。

    youdao

  • I can check both (before and after) by calling the invoke method in the superclass and sending before and after notifications, depending on what I find.

    可以调用超类中的invoke方法同时检查这两者(beforeafter),并根据查找结果发送before和after通知

    youdao

  • Within the method, the first order of business is to write the object (or, in this case, the integer) to the ZeroBuffer instance held internally, by calling the put method on it.

    方法中,业务第一顺序就是调用内部持有的ZeroBuffer实例put方法,把对象(或者这个示例中是整数)写到ZeroBuffer实例。

    youdao

  • The code in Listing 9 instantiates a Python desktop application and then starts the desktop by calling the run method.

    清单9中的代码实例化一个Python桌面应用程序然后通过调用run方法启动桌面。

    youdao

  • The code in Listing 9 instantiates a Python desktop application and then starts the desktop by calling the run method.

    清单9中的代码实例化一个Python桌面应用程序然后通过调用run方法启动桌面。

    youdao

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

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

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