• This section describes how to develop a client application that you can use to call the module you have just completed.

    部分描述如何开发用于调用刚才完成模块客户端应用程序。

    youdao

  • After a few more housekeeping checks, the penultimate step is to call the module's exit function (provided within the module itself).

    几个维护检查之后倒数第二个步骤调用模块exit函数(模块内部自带)。

    youdao

  • By using class as object to call the module of self defining function design, the operation of data with arbitrary length is realized.

    对象定义函数设计模块进行调用实现任意长度数据运算

    youdao

  • That way if you ever have to change the way you search, you can change it in one place and it gets fixed in all your test scripts that call that module.

    使用这种方式如果某一时间必须修改搜索方法,您可以一个地方修改,它会在所有调用模块的测试脚本中生效。

    youdao

  • The import requires an interface with operations that the components in you module can call, and operations require business objects to contain the business data the operation USES.

    导入需要模块中的组件可以调用操作接口并且操作需要业务对象包含操作使用业务数据

    youdao

  • Invoking the BAPI outbound interfaces is actually making a RFC call on that module to perform some function within SAP.

    调用BAPI出站接口实际上这个模块执行rfc调用,从而SAP中执行某个函数

    youdao

  • The figure shows how exports are an entry point from the outside world, while imports enable you to call outside the module.

    该图表明导出外部入口导入则允许调用模块的功能。

    youdao

  • This side file is really a file that holds binder instructions telling it the module it needs to call a function.

    这个文件实际上包含绑定指令告诉绑定器需要使用哪个模块调用函数

    youdao

  • The precompiler replaces any executable SQL that was in your source with a COBOL CALL to a COBOL-DB2 interface module.

    编译器会将代码所有可执行SQL替换成为对COBOL-DB2接口模块的 COBOLCALL

    youdao

  • The previous versions of Geronimo used to call add-on functionality a configuration; this nomenclature has now been changed to module.

    以前版本Geronimo通常将插件功能称为配置术语已经更改模块

    youdao

  • With Python, the subprocess module handles making the system call to the shell command, and puts it into a list, called in array in Bash or PHP.

    对于Python过程模块处理Shell命令系统调用输出发在一个列表BashPHP称为数组)中。

    youdao

  • When you include the module call in the configuration files, your device will be available to all your applications.

    配置文件包含模块调用所有应用程序可以使用这个设备了。

    youdao

  • In this case, the sending server prepares the token for the remote call in an outbound login module.

    这个示例中发送服务器出站登录模块准备远程调用令牌

    youdao

  • This improves performance, making the call locally, rather than having to send a message out to an external module.

    可以改进性能,并使得调用成为本地的,不是必须消息发送外部模块。

    youdao

  • Recall from the previous articles that an export allows service calls into a module and an import allows a module to call other services.

    以前文章中知道,导出允许服务调用模块导入允许模块调用其他服务。

    youdao

  • Prior to the call for power off, the machine will load the panic instigator module into the kernel, and the shake detection routine will be called.

    调用关闭程序计算机紧急情况触发模块装入内核调用震动检测程序。

    youdao

  • To make the call, I've added it to the module, as shown in Listing 5.

    为了发出调用已经添加模块中,如清单5

    youdao

  • When you finish with the service discovery wizard, you have an import or export that you can use in your module to call your new EIS service in the same way that you call any other service.

    完成服务发现向导后可以调用任何其他服务一样模块使用导入导出调用新的EIS服务。

    youdao

  • That's a lot of things to keep consistent for a single call -- the interface, the asynchronous interface, the actual implementation, and the module file.

    保持单次调用一致需要很多工作 ——接口异步接口、实际实现模块文件

    youdao

  • Note that the function call includes the module name to ensure that we are calling the printfibo() function within the fib module.

    注意函数调用包含模块从而确保调用的是fib 模块中的 printfibo() 函数。

    youdao

  • When all members have been iterated, the exit call is made, which causes the module to unload and all associated SystemTap processes to exit.

    所有成员之后,将调用exit调用,导致卸载模块退出所有相关SystemTap进程

    youdao

  • You can then call the functions in the Char module.

    然后可以调用Char模块中的函数

    youdao

  • The binding component is configured to call the OrderToShipment module.

    绑定组件进行配置调用OrderToShipment 模块。

    youdao

  • Now that you have the project loaded, look at the components within the mediation module to gain a better understanding of how it makes the cross-cell call to the ejb.

    现在已经加载了该项目看看中介模块中的组件,对于如何EJB进行单元调用一个更好地理解

    youdao

  • For more familiar remote procedure calls, Erlang also supports the RPC: call function: RPC: call (Node, Module, function, Arguments).

    对于熟悉远程过程调用Erlang支持rpccall函数:rpc: call (Node,Module,Function,Arguments)。

    youdao

  • It's only when you call a function contained within the module that the AutoLoader steps in and then loads and compiles the code only for that function.

    只有调用autoloader加载模块中包含函数然后函数加载编译代码会执行这项操作。

    youdao

  • In a common usage model, the kernel identifies a device or needed service and makes a call to request_module to have the module loaded.

    常用模块中,内核指定一个设备所需服务调用request _ module加载模块。

    youdao

  • In summary, the bank Actions PHP module ACTS as a dispatcher for bank teller requests to call the appropriate bank Logic function to process those requests.

    总之BankActionsphp模块银行出纳员请求的调度器它调用适当BankLogic功能处理这些请求。

    youdao

  • In this scenario, the Bank Actions PHP module makes a SOAP XML Web service call to a remote real-life Web service running on the Internet.

    这个场景中BankActionsphp模块一个互联网运行真实远程Web服务进行SOAPXML Web服务调用

    youdao

  • When executed, the user-space program does an ioctl on pre-defined proc-entries, which results in a call to the kernel module.

    这个用户空间程序预定义的proc -entries执行ioctl,这会导致内核模块的调用

    youdao

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

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

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