
词语导航
基本信息
词语:入口调用
繁体:入口調用
拼音:rù kǒu tiáo yòng
英语翻译
【计】 entry call
分词翻译
入口的英语翻译:
enter the mouth; entrance; entry; ingress; intake; portal; threshold
【计】 entrance
【化】 inlet
【医】 access; aditus; inlet; introitus
【经】 entrance; portal
调用的英语翻译:
transfer
【计】 C; call; calls; invoke
翻译例句
1. 每个系统调用都是通过一个单一的入口点多路传入内核。
Each system call is multiplexed into the kernel through a single entry point.
2. 跟踪日志内的入口/出口点允许开发者随着时间的推移重建一系列方法的调用,同时重建指定的参数和返回的值。
The entry/exit points in a trace log allow developers to reconstruct a sequence of method calls over time, along with the parameters specified and values returned.
3. 如果后面紧接着是另外一个入口地址,这说明堆栈中的地址调用了这个刚从跟踪文件处读出的地址。
If another entry address follows, it means that the address on the stack called the address last read from the trace file.
4. 包括调用所有链接到的动态链接库(DLL)的入口点函数,给出一个值,指出这个进程正在解除那个DLL的链接。
This includes calling the entry-point function of all attached dynamic-link libraries (DLLs) with a value indicating that the process is detaching from the DLL.
5. 我在此处假设读操作(作为api层的入口点)不会对数据库调用写操作。
I am making the assumption here that the read operation (as an entry point to the API layer) is not in turn invoking write operations on the database.
6. 该图表明,导出是外部的入口点,而导入则允许您调用模块外的功能。
The figure shows how exports are an entry point from the outside world, while imports enable you to call outside the module.
7. API调用采用对已有服务入口点url发出HTTP请求的形式,并对请求细节采用XML数据形式。
Calls to the API take the form of an HTTP request to an established service entry-point URL, including details of the request as XML data.
8. 如果前缀是E,那么这个地址就是一个函数的入口地址(也就是说,您正在调用这个函数)。
If the prefix is an e, the address is a function entry address (that is, this function was called).
9. 跟踪钩子可以应用于任何函数的入口或出口(当前对于系统调用只支持出口探测点)。
Trace hooks can be applied at the entry or exit of any function (currently exit probe point is supported for system calls only).
10. lmcrypt选项解析此扩展内入口点在mcrypt库内的那些调用。
The -lmcrypt option resolves the calls in the extension with entry points in the McRypt library.
11. 如果您想确保malloc正在被使用,那么您应该通过向函数的入口点添加write调用来进行测试。
If you want to be sure that your malloc is being used, you should test it by adding calls to write at the entry points of your functions.
12. HANDLER关键字现在可以指定IBMi操作系统调用的程序或服务程序入口点。
The handler keyword specifies either a program or service program entry point that is called by the IBM I operating system.
13. InterfaceServices通过消息传递、方法调用、Web服务和批处理等技术为MDM服务提供一个一致的入口点。
Interface services support a consistent entry point to request MDM services through techniques such as messaging, method calls, Web services, and batch processing.
14. 系统调用入口/出口探针(或syscall)
System Call Entry/Exit probes (or syscall)
15. 在这里调用的是staticvoidmain,其是作为应用程序的入口点。
In here is our static void main call, which serves an entry point for the application.
16. 在简单的Request - Response场景中,服务在一个同步的入口端点上接收请求,并处理该请求,然后将它作为回复发送给调用者。
In simple scenarios that require a response, a service receives a request on a synchronous inbound endpoint, processes the request, and then sends it back to the caller as a reply.
17. 例如,如果调用fopen(3),可能在库中没有任何入口点来调用open(2)的变体。
For example, if you call fopen (3), there may be no point at which any of the open (2) variants in the library get called.
18. 如果在入口点处(或者附近)没有这样的门,那么代码将使用调用者当时持有的任何键来运行。
Without a gate at (or near) an entry point, code would run with whichever keys the caller happened to hold.
19. 在入口点和出口点跟踪方法可以为诊断问题以及导致该问题的调用提供有用的信息。
Tracing entry and exit points for your methods can provide valuable information for diagnosing a problem and the calls that led up to it.
20. 单一访问入口是确保服务调用契约的一种简单而有效的方式,使能够我们控制和测量队成员服务的访问。
This single point of access provides a simple way of enforcing service invocation contracts, allowing for controlling and metering the access to the component services.
21. 首次调用服务时,入口点由一个start值显式地初始化。
The first time the service is invoked, the entry point is obviously initialized with a start value.
22. 在框架的1.3版本中,用单一aspect代替了这80多个调用,该A spect自动记录参数和返回值以及方法入口和出口。
In version 1.3 of the framework, these 80 calls have been replaced with a single aspect that automatically logs both parameters and return values along with method entries and exits.
23. 利用动态代理机制实现容器入口设计,提出基于动态代理机制改进容器的方法调用。
Provide a container entrance to intercept the method invoker, and provide a method to improves the efficiency of method invoking by dynamic proxy mechanism.
24. 您可以检查多个层级的代码,以查看方法调用的复杂链条以及代码的其他入口点,从而可以找到所有可能的执行路径。
You can examine several levels of code to view complex chains of method calls and additional entry points to the code, which enables you to explore all possible execution paths.
25. 创建调用跟踪报告,其中列出您的应用程序函数每个入口点和出口点的计时信息,以及您的函数对其他函数的每次调用的计时信息。
Create a call trace report that lists timing information for each entry and exit point to your application"s functions and each call to other functions by your function.
26. 作业管理器由作业管理器入口、会话管理器、实例管理器、作业实例、活动实例以及活动调用管理器等主要部件组成,为网格作业的运行提供了执行引擎。www.WeNTIyI.Com
The job manager is composed of invoker, conversation manager, instance manager, job instance, activity instance and activity invoker. The job manager provides an executing engine for grid jobs.
27. 作业管理器由作业管理器入口、会话管理器、实例管理器、作业实例、活动实例以及活动调用管理器等主要部件组成,为网格作业的运行提供了执行引擎。
The job manager is composed of invoker, conversation manager, instance manager, job instance, activity instance and activity invoker. The job manager provides an executing engine for grid jobs.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
