It returns the variable's value to the calling code.
它会将变数值传回至呼叫程序码中。
This might produce unexpected results in the calling code.
这可能会在调用代码中产生意外的结果。
This means we cannot inject the entity manager into calling code.
这意味着我们无法将该实体管理器注入调用代码。
This means that the calling code does not have to pass a value for it.
这意味着调用代码不必传递它的值。
The Lua interpreter USES a stack interface to communicate with calling code.
Lua解释器使用一个栈接口来与调用代码通信。
Here's the kicker: Neither the calling code nor the invoked method needs to change at all.
需要附加说明的是:调用代码和被调用方法都不需要变更。
A handler takes a MessageContext and performs actions and returns back to the calling code.
一个处理程序带有一个MessageContext,它执行操作并且返回到进行调用的代码。
Of course, now we must join our calling code with our spawned job to get the synchronous call.
当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。
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.
您可能希望完成一次计算,并将计算结果值返回给调用代码。
The calling code in the client does not have to know that the call is actually going through a stub.
客户机的调用代码不需要知道调用实际上是通过存根进行的。
A demand causes the runtime to perform a security check to enforce restrictions on calling code.
要求使运行时执行安全检查,从而对调用代码实施限制。
In some cases, the procedure code can change the value underlying an argument in the calling code.
在某些情况下,过程代码可以更改调用代码中作为实参基础的值。
The calling code supplied the argument with a value exactly equal to the parameter's default value.
调用代码提供的参数与参数的默认值完全相等。
In this calling code we pass in the parameters DataObject and the name of the data type we want to change.
在此调用代码中,我们将传入参数DataObject和希望更改的数据类型的名称。
The procedure cannot modify the underlying element in the calling code, even if it is a modifiable element.
过程不能更改调用代码中的基础元素,即使基础元素为可更改元素。
This allows the calling code to tailor the data types to its requirements each time it calls the procedure.
它可让呼叫程式码在每次呼叫程序时,根据需求调整资料型别。
In the procedure code, use the parameter name to assign a value to the underlying element in the calling code.
在过程代码中,使用形参名称将值赋给调用代码中的基础元素。
There is always a potential risk in allowing a procedure to change the value underlying an argument in the calling code.
允许过程更改调用代码中实参所代表的值始终存在潜在的风险。
Normally you pass a parameter by value, unless you want the procedure to be able to change its value in the calling code.
通常按值传递参数,除非希望过程能够更改其在调用代码中的值。
As the following illustration shows, the perspective of the calling code determines which wrapper class the runtime creates.
如下图所示,呼叫程序码的观点将决定执行阶段会建立哪一种包装函式类别。
Given a Session provided by the calling code in the JmsTemplate, this class provides a callback interface to create a JMS message.
JmsTemplate中的调用代码提供了session类,这个类提供了一个创建JMS消息的回调接口。
A procedure cannot detect at run time whether a given argument has been omitted or the calling code has explicitly supplied the default value.
过程在运行时无法检测到给定的参数是否已被省略,或者调用代码是否已显式提供默认值。
If you accept a parameter array from the calling code, you should test its length and take appropriate steps if it is too large for your application.
如果在调用代码中接受一个参数数组,您应该测试它的长度,如果它对于应用程序而言太大,应采取适当步骤。
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).
这个合约不允许该方法抛出运行时异常(防止因违反泛型类型安全而成为调用代码中的bug)。
You can specify that a procedure parameter is optional, so that the calling code does not have to supply an argument for it when it calls the procedure.
您可以将程序参数指定为选择性的,以便在程序码呼叫程序时,呼叫程序码不必提供引数给它。
The calling code can obtain the information it needs to pass to the procedure and then call a single procedure name, no matter what arguments it is passing.
调用代码可以获取它需要传递给过程的信息,然后调用单个过程名,无论它传递的是什么参数。
To properly account for all of them, you need to be able to tie exceptions together so that the calling code is notified of all the problems the database encountered.
为了正确地考虑所有错误,需要能够将异常连接在一起,从而让进行调用的代码知道数据库遇到的所有问题。
When a procedure defines an optional parameter, it might be necessary to determine whether or not the calling code has supplied the corresponding argument or omitted it.
当程序定义选择性参数时,可能需要判断呼叫程式码是已经提供对应的引数,还是省略引数。
In this case, the ownership of the buffer has been effectively transferred, and the calling code must assume the buffer to have been deleted when the transferee method returns.
在这个例子中,缓冲区的所有权已经被有效地转移,因而进行调用的代码必须假设在被调用方法返回时缓冲区已经被删除。
应用推荐