• 一方局限xsl:variable内容调用命名模板结果片段有关(参阅上一隐含文档节点)。

    Another restriction is the limitation involved in result tree fragments when calling a named template from the content of xsl:variable. (See the earlier section, Implicit document nodes).

    youdao

  • 不可变属性存取总是具有引用,因而调用任何需要防御性复制这使得它们效率更高

    Accessors for immutable properties will always have value semantics and do not need the defensive copying on either side of the call, making them more efficient.

    youdao

  • 一方面,紧密耦合调用调用系统假定双方都已经拥有了让对方信任需要的事项。

    On the other hand, tightly calling and called coupled systems assume that both have the knowledge of what each requires to trust one another.

    youdao

  • 一方面,调用可能需要临时许可权完成一个拥有那些许可权的类中的操作

    On the other hand, a calling class may need temporary permissions to complete an operation in another class that has those permissions.

    youdao

  • 刚才描述不是调用它们

    What was just described is not the only way to invoke them.

    youdao

  • 一方面,项目驱动的SOA实现面临挑战,对解决方案提升,使其不仅服务调用集合上工作

    On the other hand, one challenge with project-driven SOA implementations is elevating the solution to be more than just a collection of service invocations.

    youdao

  • 一方面,也曾有个直觉认为本地方法调用性能影响仍然很可观

    I, on the other hand, had an intuition that the performance of local method calls was still significant.

    youdao

  • 多个组件传递范围通过方法调用

    The only way to pass scope keys across multiple components is through method calls.

    youdao

  • 一方系列文章第2部分详细讨论新之一——服务调用语的用法

    In this respect, Part 2 of this series examines in more detail the usage of one of the new primitives, the service invoke primitive.

    youdao

  • 调用两个参数总是相同的。

    The first two parameters of this method call are always the same.

    youdao

  • 然后引擎调用服务方法前一中描述法)。

    Then the engine invokes the service method, which is the same method described in the previous paragraph.

    youdao

  • 一方面,若给每次调用增加2500秒的测量采集干扰,则无论SQL何时执行,都势必会方法看起来热点

    On the other hand, adding a 2500 nanosecond metric-gathering hit for each invocation will most definitely make this method look like a hot spot, whenever the SQL is executed.

    youdao

  • 其中一方不能事先预计某个函数调用确切地址

    One is that you can't predict in advance at which address a function will really be when it's called!

    youdao

  • 一方面,通知插件操作发生之后调用

    The notification plug-in, on the other hand, is invoked after the operation has occurred.

    youdao

  • 式具备明显优势就是能够减少数据库调用从而减少事务负载更快地访问网格(grid)中的对象

    The obvious advantage of this scenario is reduced database calls and therefore reduced transaction load and faster access to objects in the grid.

    youdao

  • 操作越过高亮显示的那代码继续执行中的一行代码(或者继续执行调用当前方法的那个方法的下一行代码)。

    This steps over the highlighted line of code and continues execution at the next line in the same method (or it will continue in the method from which the current method was called).

    youdao

  • 这种方式组件访问MDB因为这些bean不是直接调用的。

    This method is the only way that components can access an MDB, because these beans are not called directly.

    youdao

  • 一方面,绑定使Web服务网关调用服务提供方,接收提供响应然后利用请求方的通道,提供方进行返回

    Bindings, on the other hand, enable Web Services Gateway to call Service Providers and receive responses from the provider, which it then returns using the channel to the requestor.

    youdao

  • 清单8electricXML (EXML)顶级代码任何这些示例简单一个通过调用可以读取编写文档

    The top-level code for Electric XML (EXML) in Listing 8 is the simplest of any of these examples, with a single method call each for reading and writing the document.

    youdao

  • 函数打开文件高层次方式但是因为Linux打开文件的使用open系统调用,所以fopen实现利用open 。

    This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open system call, fopen makes use of open in its implementation.

    youdao

  • 执行就是调用main()。

    The only way to execute it is to call main().

    youdao

  • 更新状态触发一个状态动作通过句柄调用SIPservlet例程

    The only way it can update the status or trigger actions to a state machine is by calling the SIP servlet routines via the handle.

    youdao

  • 另外一方面,如果调用线程需要阻塞段确定的时间那么就可以使用pthread_cond _ timedwait阻塞这个线程。

    On the other hand, if the calling thread needs to be blocked for a specific time, then pthread_cond_timedwait is used to block the thread.

    youdao

  • 一方PrivateAccess函数使用断言是因为只有有限几种方式调用函数。

    On the other hand, the PrivateAccess function calls assert because there is a very limited number of ways the function can be accessed.

    youdao

  • 一方面,Web服务可以任何客户端代码调用这个代码能够构造一个结构良好SOAP请求

    Web services on the other hand can be invoked by any client code which can create a well-formed SOAP request.

    youdao

  • 一方面,“foreachstatement ”选项(“before ”型触发器允许的)意味着触发器定义操作调用sql语句后执行次。

    On the other hand, the "for each statement" (not allowed for "before" triggers) would mean that the actions defined by a trigger would only be performed once for the invoking SQL statement.

    youdao

  • 可以方法使用类型t一个实例来实例化scope,并希望调用堆栈中的稍后能够访问该实例。

    The idea is that you can instantiate a Scope in one method with an instance of type t that you'd like another method later in the call stack to be able to access.

    youdao

  • 一方面,假设Ticket文档查找发出调用客户名称

    On the other hand, suppose that our Ticket document looks up the name of the customer calling in.

    youdao

  • 一方面,如果仔细观察,注意到System. out . println调用结尾处缺少分号并非输入错误。

    On the other hand, if you're observant, you'll have noticed the lack of a semicolon at the end of the System.out.println call; this is no typo.

    youdao

  • 一方面,如果仔细观察,注意到System. out . println调用结尾处缺少分号并非输入错误。

    On the other hand, if you're observant, you'll have noticed the lack of a semicolon at the end of the System.out.println call; this is no typo.

    youdao

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

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

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