• 通过引用传递参数同样允许

    Also, parameters passed by reference are not allowed.

    youdao

  • 清单19通过引用传递vs

    Listing 19 has vs being passed by reference.

    youdao

  • 获取设置静态资源引用传递

    Gets or sets the key value passed by this static resource reference.

    youdao

  • 严格标准只有变量应该通过引用传递

    Strict Standards: Only variables should be passed by reference in...

    youdao

  • 本地调用并不通过通信所有对象可以通过引用传递

    Local calls do not go through the communication layer and any objects can be passed by reference.

    youdao

  • 允许变量引用传递使用引用输出参数方法

    Allows passing references to variables to methods with reference or out parameters.

    youdao

  • 通过引用传递时,该类型指针的指针在堆栈传递

    When passed by reference, a pointer to a pointer to the type is passed on the stack.

    youdao

  • 这种语法表示所有局部变量通过引用传递lambda函数

    This syntax implies that all local variables will be passed by reference to the lambda function.

    youdao

  • 描述如何通过传递多维整数数组以及如何通过引用传递一维数组。

    Describes how to pass multidimensional arrays of integers by value and how to pass one-dimensional arrays by reference.

    youdao

  • 一个引用传递数值,标识元数旋转角度(弧度为单位)。

    Angle a number, passed by reference, that identifies the Angle of rotation, in radians, of the quaternion.

    youdao

  • 只需将对变量引用传递reflectionmethod构造函数中。

    We simply pass the variable reference to the closure into the constructor of the ReflectionMethod class.

    youdao

  • 上面例子显示出通过引用传递使用变量允许closure修改变量的方法之一

    As the above example also shows, passing use variables by reference is one way you can allow the closure to modify values.

    youdao

  • MAIL . BOX完成邮件发送后,删除附件副本有效地引用传递邮件收件人。

    When MAIL.BOX is done routing the mail, it deletes its copy of the attachment, effectively transferring the reference to the mail recipients.

    youdao

  • 因此如果启用了引用传递,则应用应用程序中的所有远程接口而不只是其中一个子集

    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.

    youdao

  • 我们可以引用传递变量轻松地混合到 use子句并且可以顺利地处理这些变量。

    We can mix variables passed by value and by reference easily within the use clause, and they will be handled without any problem.

    youdao

  • 使用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.

    youdao

  • 通过引用传递方法参数没有复制每个远程调用堆栈中,而这个复制过程可能代价高的。

    By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.

    youdao

  • 重要的一点理解传递MoveToXYself和其它参数一样并且传递而不是引用传递

    It is important to understand that the self that is passed in to MoveToXY is a parameter like any other, and parameters are passed by value, not by reference.

    youdao

  • 尽管可以传递一个闭包而不是将其作为一个引用传递给另一个名为addemployee的函数

    Though you can pass another closure to it, instead pass it a reference to another function called addEmployee.

    youdao

  • 如果线程创建对象需要在内部执行分配必须线程本身引用传递对象以便需要能够调用allocate方法

    If an object created by a thread needs to do allocation internally, you must pass a reference to the thread itself to the object so that the allocate methods can be called when needed.

    youdao

  • 如果一个应用程序单元创建RCW,然后引用传递另外一个应用程序域或单元,则使用第一对象的代理。

    If you create an RCW in one application domain or apartment, and then pass a reference to another application domain or apartment, a proxy to the first object will be used.

    youdao

  • 参数传递的话,任何参数的修改不会反射到调用这个方法的程序使用引用传递参数的可能对一点搞到困惑

    With pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.

    youdao

  • enable-call-by-reference元素通常用于引用传递参数不是按值传递后者需要参数复制

    The enable-call-by-reference element is generally used to pass parameters by reference rather than by value, which requires making a copy of the parameters.

    youdao

  • 表达式计算器支持具有通过传递”的参数函数调用支持具有“通过引用传递”的参数、对象数组函数字符串的函数调用。

    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.

    youdao

  • 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.

    youdao

  • 总的来说,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.

    youdao

  • 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.

    youdao

  • 然而必须注意这些可供选择方案会将交互方法按值传递(pass - by - value)改变为按引用传递(pass - by - reference)。

    However, you must be aware that these alternatives change the semantics of the interaction from pass-by-value to pass-by-reference.

    youdao

  • 如果正在使用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.

    youdao

  • 前面段落展示如何通过参数返回传递信息引用另一个序列

    The previous section showed how to reference another sequence diagram by passing information through parameters and return values.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定