这将调用远程节点,使用所提供的参数执行特定模块和函数,并将结果返回给调用方。
This calls the remote node and executes the specific module and function with the supplied arguments, returning the result to the caller.
SSH解决方案的优点之一是,尽管命令本身是以远程的方式执行的,但是命令的输入和输出都来源于调用的计算机。
One of the benefits of the SSH solution is that although the command itself is executed remotely, the input and output of the command are sourced from the calling machine.
注意远程调用是如何在自己的执行线程中执行的。
Note how the remote invocation was performed in its own thread of execution.
只有客户端需要这段代码,用于对服务器执行远程调用,以将任务添加到数据库中。
That piece of code is only needed for the client side to perform a remote call to the server for adding the tasks to the database.
根据绑定句柄在本地或远程执行这个调用。
The call is executed locally or remotely based on the binding handle.
让这些存根来执行任务,例如对输入值和返回值进行编码和解码、与JSR 172运行时交互来调用远程服务端点。
These stubs perform tasks, such as encoding and decoding of input and return values, and interfacing with the JSR 172 runtime to invoke the a remote service endpoint.
回调告诉GWT应用程序远程服务调用是否成功地执行了。
The callback informs the GWT application of whether the remote service call has been executed successfully.
想一想执行远程方法调用的机制,您就会发现定义参数传递的方向(客户机到服务器、服务器到客户机或者双向传递)是多么的有意义。
If you think about the mechanics of making a remote method call, it makes perfect sense to define the direction that the parameters will be moving in — client-to-server, server-to-client, or both.
否则,先检查绑定句柄是否可以远程使用,然后在远程主机上执行调用。
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.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.
为了对远程Web服务服务器执行调用,在WSBase.as 中定义一个名为call 的函数。
To perform calls to the remote Web service server, in WSBase.as define a function called call.
要实现该用例,客户端首先执行一个对CartService的远程调用,检索Cart和CartItem对象。
To implement the use case, the client first performs a remote call to CartService and retrieves the Cart and CartItem objects.
当我们要执行的基于 Web 的商店调用该价格函数时,由于许多远程调用请求该ERP系统,性能非常糟糕。
When the Web-based store we had to implement called this price function, the performance was very bad because of the many remote calls to the ERP system.
确认了加载端口号之后(通过 get_port请求对远程服务器RPC调用),客户端执行 RPC mount 请求。
After establishing the port number for the mount (via the get_port request RPC call to the remote server), the client performs an RPC mount request.
出站请求组件使用Login模块以执行登录,以使用合适的标识进行远程调用。
The outbound request component USES the login module to perform a login to make the remote invocation with the appropriate identity.
在大多数企业应用程序中,执行时间由远程调用和数据库调用决定,所以通常没有必要担心使用任何一种AOP工具时的开销。
In most enterprise applications where execution time is dominated by remote and database calls, there is typically no need to worry about the overhead of using any AOP tool.
好的接口设计可以大大减少远程调用的数量,从而节省执行时间。
A well-designed interface can greatly reduce the number of remote calls and thus execution time.
还学习了如何通过一个方法调用添加多条记录,避免了连续执行多个远程服务器调用的开销。
You also saw how to add multiple records in one method call, saving the overhead of making several remote server calls in a row.
它可以远程执行规则,然后将响应发送回调用者。
It can execute the rules remotely and send the response back to the caller.
由于Web用户通常都不喜欢在角落刷新选择框时冻结整个页面,因此GWT程序将执行远程调用并继续它的愉快旅程。
Because Web users don't normally take kindly to having entire pages freeze up while you refresh the select box in the corner, your GWT program makes its remote call and continues on its merry way.
而调用远程对象时,则不跨越远程处理边界执行堆栈审核。
When a call is made on a remote object, this stack walk is not performed across the remoting boundary.
数控设备通过向DNC主机发送含有约定命令的数控程序,DNC主机经分析该程序后执行相应的命令,实现NC程序的远程调用。
The nc machines send a nc program with predefined instructions to the DNC host, then the host analyses the nc program and executes the instructions, so the function of remote call is realized.
我有脚本做操作输出检索和脚本调用命令提示符。但执行所需的命令和连接到远程计算机是一个问题。
I have script to do manipulation for the output retrieved and script to invoke command prompt. but executing the required commands and connecting to the remote machine is a problem.
从请求中读取远程调用,执行调用,然后将调用结果写到响应中去。
Read a remote invocation from the request, execute it, and write the remote invocation result to the response.
从请求中读取远程调用,执行调用,然后将调用结果写到响应中去。
Read a remote invocation from the request, execute it, and write the remote invocation result to the response.
应用推荐