• 还要设置变量作用域限制变量某个“会话”中活动。

    Set the variable scope to limit variables to live only within a "session".

    youdao

  • 清单10可以看出所有变量作用域Seam处理

    As you can see in Listing 10, all of the variable scoping is handled by Seam.

    youdao

  • 例如第6寄存器结构解释联系第4章中对变量作用域的解释。

    For example, the explanation of stacks and register frames in Chapter 6 connected with Chapter 4's explanation of variable scope.

    youdao

  • 意味着执行with过程中,实际上局部变量都被作用域链上的第二个位置,这会带来性能上的损失

    This means that local variables actually move to an identifier depth of two during execution of the with, imposing a performance penalty.

    youdao

  • 值得注意这里有一些例外情况GoogleChrome最新WebKit午夜版在访问变量时间保持得很稳定,不会随着作用域深度递增而增长

    The notable exceptions in this case are Google Chrome and the latest nightly WebKit as their variable access times remain roughly constant even as identifier depth increases.

    youdao

  • 编程基础变量数据类型引用指针作用域错误处理迭代核心算法-搜索排序

    The basics of Programming (variables, data types, references, pointers, scope, error handling, iteration, core algorithms - searching, sorting, etc.)

    youdao

  • 一个闭包封闭这些引用所以函数调用可以安全引用这些变量即使它们已经超出了函数作用域

    A closure "closes around" these references, so the function invocation can safely refer to the variables even when the variables have gone out of scope!

    youdao

  • 所有这四个变量都是循环声明的,尽管它们在循环内部使用,但作用域不止于此。

    All four variables are declared outside the loop and therefore have excessive scope even though they're only used inside the loop.

    youdao

  • 为了回答这个问题模拟了一系列测试,来测试不同作用深度中变量的性能。

    In order to answer this question, I set up a series of tests using variables of different scope-depth.

    youdao

  • 如果产生了异常那么那个限定了作用域变量进行赋值如清单18中的EL表达式显示的那样,变量不会为空

    If an exception was raised, then assignment to the scoped variable will occur: as the EL expression in Listing 18 suggests, its value will not be empty.

    youdao

  • 仔细检查函数所有使用变量如果一个变量不是当前作用定义的,而且使用了不止一次那么我们就应该把这个变量保存局部变量中,而使用这个局部变量来进行读写操作。

    Watch the variables being used in a function. If you notice a function using an out-of-scope variable more than once, store it in a local variable and use that instead.

    youdao

  • 管理变量成员作用域

    Managing variable and member scope.

    youdao

  • 内部以及lambda表达式一个局限性——它们引用来自它们词法作用域最终(final)局部变量

    One limitation of inner classes - and lambda expressions too - is that they can only refer to final local variables from their lexical scope.

    youdao

  • $onlyOne变量一个属性因为作用域这个类。

    The $onlyOne variable is said to be a class attribute, as it is scoped to the class.

    youdao

  • var属性会导致指定URL获取内容作为String存储限定作用域变量中,不是包含当前 JSP页面中。

    The var attribute causes the content fetched from the specified URL to be stored (as a String value) in a scoped variable, rather than included in the current JSP page.

    youdao

  • 容易导致 bug,变量可能目标作用域之外被重用

    This is bug-prone because variables can get reused outside of the scope in which they were intended to be used.

    youdao

  • Firefox 3.1Beta2表现有点出人意料对于局部变量执行的效率非常随着作用层数的增加,效率便大打折扣。

    Firefox 3.1 Beta 2 was somewhat surprising as local variable writes were very fast but performance degraded significantly once the variable was out of the local scope.

    youdao

  • my变量有时叫做词法变量因为它们的作用域仅仅依赖程序文本自身依赖于执行细节例如什么顺序执行什么。

    These 'my variables' are sometimes called' lexical 'because their scope depends only on the program text itself, and not on details of execution, such as what gets executed in what order.

    youdao

  • 通常选的scope属性用来指定var属性指定变量作用

    As usual, the optional scope attribute is used to specify the scope for the variable named by the var attribute.

    youdao

  • 成员变量默认为是公有的(Dart没有public这个关键字),尽管对于Dart来说“public”仅仅脚本,而并非一个涵盖整个页面作用域

    Class members and variables are considered public by default (there's no "public" keyword in Dart), although "public" for Dart is not a scope that encompasses the entire page - just the script.

    youdao

  • 如果指定var属性那么创建一个带有指定名称限定作用域变量,并将每次迭代当前索引变量

    If the var attribute is specified, then a scoped variable with the indicated name will be created and assigned the current value of the index for each pass through the iteration.

    youdao

  • SetValueBindingHandler定义了一个变量变量放置在Facelets 作用这样逻辑标记就可以重用变量

    The SetValueBindingHandler just defines a variable and puts the variable in the Facelets scope so your logic tags can reuse the variable.

    youdao

  • scope属性控制变量作用缺省情况下页面作用

    The scope attribute controls the scoping of this variable, and defaults to page scope.

    youdao

  • 根据声明这些变量方式位置这三类变量以下作用域

    There are five types of scope that these three types of variables can have, depending on how and where they are declared.

    youdao

  • 通过varstatus属性指定一个然后访问所生成限定了作用域变量count特性来实现一点的。

    This is done by specifying a value for the varStatus attribute and then accessing the count property of the resulting scoped variable.

    youdao

  • servlet上下文属性保存application 作用内的JSP/JSF变量类似

    The servlet context's attributes are the same thing as the JSP/JSF variables kept in the application scope.

    youdao

  • servlet上下文属性保存application 作用内的JSP/JSF变量类似

    The servlet context's attributes are the same thing as the JSP/JSF variables kept in the application scope.

    youdao

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

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

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