• Listing 1-3 is a complete system call module.

    清单1 - 3一个完整系统调用模块

    youdao

  • Listing 5-4 shows a system call module designed to allocate kernel memory.

    清单5 - 4演示了一个用于分配内核内存的系统调用

    youdao

  • While writing a user space program to execute a system call is the "proper" way to do it, when you just want to test a system call module, it's annoying to have to write an additional program first.

    测试系统调用模块时,编写一个用户空间程序执行一个系统调用种“正规”的方法。但首先编写额外的程序,恼人的事情。怎样才可以执行一个系统调用而又不用编写用户空间的程序呢?

    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

  • 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

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

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

    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

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

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

    youdao

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

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

    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

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

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

    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

  • 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

  • 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

  • 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

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

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

    youdao

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

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

    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

  • 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

  • Next we call load_biz_rules, another public function of the DSL module.

    接下来我们调用load_biz _ rules,它是dsl模块另一个公开函数

    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

  • 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

  • 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

  • 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

  • The Bank Actions PHP module receives the Bank teller Action command and issues a function call to the Bank Logic PHP module to get the required results.

    BankActionsPHP模块接收 BanktellerAction命令 BankLogic PHP 模块进行调用获得所需结果

    youdao

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

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

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