释义 |
- 按引用传递:指在函数调用时,将实际参数的引用传递给函数,函数内部对参数的修改会影响到原始数据。
1 [计]?引用调用 引用调用(call by reference):把变元的地址复制给形式参数,在子程序中,这个地址 用来调用所使用的实际变元,这意味着,参数的变化会影响调用时所使用的变元. 2 ?引用得 ... call by refcrcnce 参考呼叫 call by reference 引用得 call by valne 值呼叫 ... 3 ?传引用调用 当参数类型为非原始类型(一个定义的类)时, 调用过程通常被称为传引用调用(call by reference),调用方法收到的是一个引用值的拷贝。一个方法接收到了一个对象的引用,则可潜在地修改该对象的状态。 4 ?传值调用 ... Actual parameter 实际参数 Call by reference 传值调用 Call by value 引用调用 ...
- 1
Therefore, if call by reference is enabled, it applies to all of the remote interfaces in the application, not only to a subset of them. 因此,如果启用了按引用传递,则它将应用到应用程序中的所有远程接口,而不只是其中一个子集。 - 2
If performance is important, you can access the EJBs via their local interface (call-by-reference), unless your topology requires remote access. 如果性能很重要,可以通过EJB的本地接口访问它们(按引用调用),除非拓扑要求进行远程访问。 - 3
We call love what binds us to certain creatures only by reference to a collective way of seeing for which books and legends are responsible. 我们集合了相关的书籍和传说,参考了它们所示的意义,把我们与某种生物绑在一起的东西称之为爱情。
|