变量作用域 meaning in Chinese
range of a variable
scope of variable
variable scope
variable size item
Examples
- Set the variable scope to limit variables to live only within a " session "
。还要设置变量作用域,以限制变量只在某个“会话”中活动。 - Variables have limited scope and are not part of the persistent database , they are not affected by transaction rollbacks
变量作用域有限,并且不是持久数据库的一部分,因而不受事务回滚的影响。 - For example , the explanation of stacks and register frames in chapter 6 connected with chapter 4 s explanation of variable scope
例如,在第6章中对栈和寄存器结构的解释要联系到第4章中对变量作用域的解释。 - Page is the default scope given to all data within your jsp page , and it allows you to use this data within the boundaries specified for local variables class method local variable scope
Jsp页面内所有数据的默认作用域都是page ,它允许您在为局部变量指定的范围内(类/方法/局部变量作用域)使用这种数据。