这是非常标准的远程过程调用代码,除了这一行
This is pretty much boilerplate remote procedure calling code except for the line
这意味着我们无法将该实体管理器注入调用代码。
This means we cannot inject the entity manager into calling code.
Lua解释器使用一个栈接口来与调用代码通信。
The Lua interpreter USES a stack interface to communicate with calling code.
在事件驱动环境中,视图通过事件处理程序调用代码。
In event-driven environments, the view invokes code through event handlers.
将这当作JSON数据,即使您也可以调用代码。
Think of this as JSON data, even though you can invoke code as well.
让我们看看调用代码。
在调用代码中,确定哪些数据将传递给过程。
In the calling code, determine which data to pass to the procedure.
你不需要合并或甚至从拍照应用中调用代码。
You don't need to incorporate or even link to the code from thecamera application.
最后,服务器端资源完成,然后调用代码中两个方法之一。
Eventually, the server-side resource is complete, and one of the two methods in the code is called.
需要附加说明的是:调用代码和被调用方法都不需要变更。
Here's the kicker: Neither the calling code nor the invoked method needs to change at all.
AJAX直接调用代码,而没有任何公共的层。
AJAX calls originate throughout the code, without any single clean communication layer.
客户机的调用代码不需要知道调用实际上是通过存根进行的。
The calling code in the client does not have to know that the call is actually going through a stub.
任何时候消息到达时,都将调用代码块来处理消息。
Whenever a message arrives, the block of code is invoked to handle the message.
另外,还支持在不用更改服务调用代码的情况下选择所需的协议。
It also enables selecting a desired protocol without changing the service invocation code.
在调用代码中,不要将实参列表中的实参放在括号内。
In the calling code, do not enclose the argument in parentheses in the argument list.
要求使运行时执行安全检查,从而对调用代码实施限制。
A demand causes the runtime to perform a security check to enforce restrictions on calling code.
过程代码不具有任何访问调用代码中的基础元素的权限。
The procedure code does not have any access to the underlying element in the calling code.
您可能希望完成一次计算,并将计算结果值返回给调用代码。
You'll probably want to perform a calculation and return the resulting value to the calling code.
当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。
Of course, now we must join our calling code with our spawned job to get the synchronous call.
通过保留解析过程的控制权,可以简化调用代码来准确地处理它预期的内容。
By retaining control of the parsing process, you can simplify the calling code to handle precisely the content it expects, and to choose to simply stop parsing when it encounters something unexpected.
通常按值传递参数,除非希望过程能够更改其在调用代码中的值。
Normally you pass a parameter by value, unless you want the procedure to be able to change its value in the calling code.
在某些情况下,过程代码可以更改调用代码中作为实参基础的值。
In some cases, the procedure code can change the value underlying an argument in the calling code.
我有2个版本的系统调用向量,其中含有改性系统的地址调用代码。
I have 2 versions of the syscall vector, with one of them containing addresses of modified sys call code.
在其他情况下,您可以通过按ctrl -Space来调用代码自动完成功能。
In other cases, you can invoke code completion by using Ctrl + Space.
在其他情况下,您可以通过按Ctrl+1来调用代码自动完成功能。
In other cases, you can invoke code completion by using Ctrl+1.
其调用代码仅处理Web服务接口,并不考虑用于与服务提供者进行通信的实际协议。
The invocation code only deals with the Web service interface and is not concerned about the actual protocol used to communicate to the service provider.
在清单4 中,注意重载的代码是如何根据调用代码来推断方法名和参数的
Notice in Listing 4 the way the overloaded code has inferred the method names and parameters from the invocation code as follows
在此调用代码中,我们将传入参数DataObject和希望更改的数据类型的名称。
In this calling code we pass in the parameters DataObject and the name of the data type we want to change.
在一个action的accesscontrolhook中调用代码的一个例子如下。
An example of calling code in the access control hook of an action.
这个合约不允许该方法抛出运行时异常(防止因违反泛型类型安全而成为调用代码中的bug)。
That contract does not allow this method to throw a run-time exception (barring violations of generic type safety that qualify as bugs in the calling code).
应用推荐