• 确保应用必要的时候使用远程调用通过客户端验证,缓存批量作业最小化不利影响

    Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.

    youdao

  • 确保应用必要的时候使用远程调用通过客户应用调用客户验证,缓存批量作业最小化不利影响

    Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.

    youdao

  • 如果发现您自己在考虑:“可以发送XML远程调用使用简单做到?”

    If you find yourself thinking: "I can send XML remote calls and use simple libraries to do it?"

    youdao

  • 这个实例中,过度地使用高速缓存减少远程调用数量但是方法同样导致性能下降而不是提高

    In this example, caching was used to overly reduce the number of remote calls, but this approach also resulted in a performance degradation, not improvement.

    youdao

  • 现在一张图中应该留意代表业务服务之间使用关系代表远程调用

    Now, in the previous diagram you should carefully note the "USES" relationship between the delegate and the Business Service represents a set of remote calls.

    youdao

  • D - BUS一个轻量级但是很强大的远程过程调用系统希望使用应用程序带来最小的开销代价

    D-BUS is a lightweight yet powerful remote procedure call system with minimal overhead costs for the applications that wish to use it.

    youdao

  • 一部分研究虚包模式 [DP]接口设计方面应用以及如何使用保存更多远程调用

    This section investigates the application of the facade pattern [ DP] to the interface design and how you can use it to save even more remote calls.

    youdao

  • JDBC客户机或者直接调用远程存储过程或者使用相应的联邦存储过程。

    The JDBC client called the remote stored procedure either directly or using a corresponding federated stored procedure.

    youdao

  • 尽管使用字符串变量容易,但是如果通过远程函数调用发送动态sql可能需要使用内部

    Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.

    youdao

  • 使用SOAP作为一个远程过程调用(rpc)系统时,SOAP参数可以是有类型无类型的。

    When using SOAP as a remote procedure call (RPC) system, the SOAP parameters can be typed or untyped.

    youdao

  • 应用程序使用远程函数调用(rfc)来调用BAPI

    An application calls a BAPI using a remote function call (RFC).

    youdao

  • 关注使用消息中间件进行远程调用分布式系统

    I looked at distributed systems that used message oriented middleware to make remote procedure calls.

    youdao

  • JSON - RPC一种远程过程调用协议,它使用JSON参数返回值进行编码编组

    JSON-RPC is a remote procedure call protocol that USES JSON to encode and marshal arguments and return types.

    youdao

  • 只能使用最终发送操作远程对象进行调用

    Remote objects can be invoked only using the eventual send operation.

    youdao

  • 普通使用包括文件中心信息远程程序调用(rpc)以及发布订购中一些SOA交流形势图

    There are several SOA interaction paradigms in common use including document centric messaging, remote procedure calls (RPC), and publish-subscribe.

    youdao

  • 调用远程节点使用提供的参数执行特定模块函数,并将结果返回调用方。

    This calls the remote node and executes the specific module and function with the supplied arguments, returning the result to the caller.

    youdao

  • 高速缓存实例显示必需谨慎使用减少远程调用数量

    The caching example showed that reducing the number of calls must be carefully employed.

    youdao

  • 使用自已数据扩展远程调用emfrrd集成部分包含有关RRD创建使用扩展生成器和处理程序方式信息

    Both sections Extending a remote call with your own data and Integrating EMF with RRD contain information on the manner in which extension generators and handlers are created and used by RRD.

    youdao

  • 否则检查绑定句柄是否可以远程使用然后远程主机执行调用

    Or, the binding handle is first validated to check if it is valid to be used remotely and the call is executed on that remote host.

    youdao

  • 下面代码片断显示了如何使用JSR 172JAX - RPC调用远程服务

    The following code snippet shows how to invoke a remote service using JSR 172 JAX-RPC.

    youdao

  • 他们可以通过二进制协议ActionScript消息格式(amf)使用远程过程调用消息服务器进行通信

    They both can communicate with the server using remote procedure calls and messaging through the binary protocol, ActionScript Message Format (AMF).

    youdao

  • 系列文章第三文章了解GWT使用框架如何使远程过程调用(RemoteProcedure Call, RPC)可以轻松编码管理

    In the third article in this series, you'll learn about the framework that GWT USES to make Remote Procedure Calls (RPCs) easy to code and manage.

    youdao

  • 使用远程过程调用Web服务基于RESTAPI可以实现数据同步

    Data synchronization can also be achieved using remote procedure call (RPC) Web services or a REST-based API.

    youdao

  • 清单6GreetingService客户机代码使用远程过程调用接口

    GreetingService, shown in Listing 6, is the interface for the remote procedure call used by the client code.

    youdao

  • 可以所有portlet服务业务方法使用以上方法调用远程Web应用程序

    You can use the above methods in all your portlet service business methods to make calls to the remote Web application.

    youdao

  • 这个函数使用asyncrequest发送异步请求,实现远程过程调用

    This function raises the remote procedure call invocation using the AsyncRequest class to send asynchronous requests.

    youdao

  • 常常被归结远程过程使用http调用GETPOSTPUTdelete语句

    It's often summarized as bringing back remote procedure calls to GET, POST, PUT, and DELETE statements using HTTP.

    youdao

  • LotusScript代码使用BAPI作为远程过程调用

    The LotusScript code uses BAPIs as remote procedure calls. Here's an example subroutine

    youdao

  • 为了示范基本技术清单1中的Python代码使用动态特性所有远程方法调用记录控制台标准错误中。

    To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.

    youdao

  • 为了示范基本技术清单1中的Python代码使用动态特性所有远程方法调用记录控制台标准错误中。

    To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.

    youdao

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

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

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