通过引用传递的参数同样也不允许。
清单19通过引用传递vs。
如何通过引用传递参数的过程?
严格的标准:只有变量应该通过引用传递。
Strict Standards: Only variables should be passed by reference in...
当通过引用传递时,该类型的指针的指针在堆栈上传递。
When passed by reference, a pointer to a pointer to the type is passed on the stack.
本地调用并不会通过通信层,所有对象均可以通过引用传递。
Local calls do not go through the communication layer and any objects can be passed by reference.
有两个可用转换机制:通过值传递(内联)和通过引用传递。
Two transfer mechanisms are available: passing by value (inline) and by reference.
不要将“通过引用传递”概念与“引用类型”概念相混淆。
Do not confuse the concept of passing by reference with the concept of reference types.
这种语法表示把所有局部变量通过引用传递给lambda函数。
This syntax implies that all local variables will be passed by reference to the lambda function.
描述如何通过值传递多维整数数组以及如何通过引用传递一维数组。
Describes how to pass multidimensional arrays of integers by value and how to pass one-dimensional arrays by reference.
上面的例子还显示出,通过引用传递使用变量是允许closure修改变量的方法之一。
As the above example also shows, passing use variables by reference is one way you can allow the closure to modify values.
当使用了XQuery时,连接器将不支持通过引用传递XML结果,因为构造LO b定位器比较困难。
When an XQuery is used, the connector does not support passing the XML result by reference due to difficulties in constructing a LOB locater.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
该表达式计算器支持具有“通过值传递”的参数的函数调用,但不支持具有“通过引用传递”的参数、对象、数组、函数和字符串的函数调用。
The expression evaluator supports function calls with By Value arguments but does not support function calls with By Reference arguments, objects, arrays, functions, and strings.
仅当EJB客户机(即servlet)和所调用的 EJB 模块位于相同的类加载器中时,ORB通过引用传递选项才能够带来收益。
The ORB pass by reference option will only provide a benefit when the EJB client (that is, servlet) and invoked EJB module are located within the same classloader.
总的来说,OR B通过引用传递选项基本上将调用的EJB方法作为本地调用对待(甚至对于带远程接口的EJB),并避免必需的对象复制操作。
To summarize, the ORB pass by reference option basically treats the invoked EJB method as a local call (even for EJBs with remote interfaces) and avoids the requisite object copy.
ObjectRequestBroker (ORB)通过引用传递选项确定,在处理EJB请求中涉及的参数对象时应该使用通过引用传递还是通过值传递语义。
The Object Request Broker (ORB) pass by reference option determines if pass by reference or pass by value semantics should be used when handling parameter objects involved in an EJB request.
如果您正在使用EJB组件,并且将它们作为SOAP引擎部署在相同的JVM中本地部署它们,请确保部署它们,这样就可以通过引用传递(passby reference)来调用它们。
If you're using EJB components and deploying them locally within the same JVM as the SOAP engine, then ensure that you deploy them such that they are called using pass by reference.
前面的段落展示如何通过参数和返回值传递信息,引用另一个序列图。
The previous section showed how to reference another sequence diagram by passing information through parameters and return values.
为了压缩数据,LZ 77算法使用对匹配数据的引用来取代数据部分。匹配数据已经通过编码器和解码器传递。
To compress data, the LZ77 algorithm replaces portions of the data with references to matching data that has already passed through both the encoder and the decoder.
可以通过分解lookupService()方法和仅传递引用名称这样的措施在一定程度上缓解这个问题。
We've mitigated that to some extent by factoring out the lookupService() method and passing just the reference name.
您首先可以通过向jQuery传递一个CSS选择器从清单3中获取这个无序列表的一个引用。
You first get a reference to the unordered list from Listing 3 by passing a CSS selector to jQuery.
通过在初始请求上传递WSDL的引用可以在提供者的Web服务被部署时或运行时提供对通知侦听器服务的WSDL的访问权。
Access to the WSDL of the notification listener service can be provided when the provider's web service is deployed or at runtime by passing a reference to the WSDL on the initial request.
这是Wayne Kelly的调用,但是我期望引用参数能通过复制传递而终止。
This is Wayne's [Kelly] call, but I expect that the reference parameters will end up being passed by copying.
一旦它通过引用被传递进去,这个方法就能改变数组里的值。
Since this passed in by reference, this method can change the values in the array.
当以引用的方式传递数据时,下游(或接收)阶段通过直接调用源连接器使用引用获取数据。
When data is passed by reference, the downstream (or receiving) stage USES the reference to get the data by invoking the source connector directly.
当使用引用调用同一个模块内的服务组件时,数据通过引用进行传递。
When invoking service components synchronously within a module using the reference, the data is passed by-reference.
通过JNDI查找访问资源,组件以资源名方式传递,然后返回在部署描述符中由资源引用元素所描述的资源。
To access a resource through a JNDI lookup, a component passes in a resource name and gets back the resource described in the deployment descriptor by a resource reference element.
因此,被传递的是引用的拷贝,但是这个引用通过值来传递。
Therefore, what is being passed is a copy of the reference, but that reference is being passed by value.
浏览器可以使用GET和POST方法将数据传递到所引用的页面中,从而对状态进行维护;也可以通过传递给服务器上的消息头中包含的cookie信息对状态进行维护。
Browsers can maintain state by transferring data to referred pages using the GET and POST methods, as well as through cookie information contained within the headers passed to the server.
应用推荐