Of course, if the variable was not set and you have to create or modify it, you'll need to restart the servers within its scope in order for it to be activated.
当然,如果没有设置变量且您必须创建或修改它时,您将需要在其范围内重新启动服务器以便将其激活。
The scope of the domain is variable and can range from a cell, cluster, or node to a node group or application server.
域的范围是可变的,可以从单元、集群或节点,到节点组或应用程序服务器。
For example, the explanation of stacks and register frames in Chapter 6 connected with Chapter 4's explanation of variable scope.
例如,在第6章中对栈和寄存器结构的解释要联系到第4章中对变量作用域的解释。
The functions themselves only exist in the scope of the variable of which they are defined, so when that variable goes out of scope, so does the function.
函数本身仅存在于定义函数的变量范围内,因此当该变量超出范围时,函数也超出范围。
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.
仔细检查函数中所有使用的变量,如果有一个变量不是当前作用域定义的,而且使用了不止一次,那么我们就应该把这个变量保存在局部变量中,而使用这个局部变量来进行读写操作。
It explains how to initialize the session scope variable to display the data corresponding to the initial value of the Combo Box control at application startup.
本文阐述了如何初始化会话范围变量,使之显示出与应用程序启动时ComboBox控件的初始值相对应的数据。
Then, a JSP variable named varAlias is created in the page scope of the tag file with jspContext.setAttribute().
然后,通过 jspContext.setAttribute()在标记文件的页面范围内创建一个名为 varAlias的JSP变量。
Because tally is a local variable within the function, it is created anew with each call and falls out of scope and is destroyed automatically when each call returns.
由于tally是函数内的本地变量,它将在每次调用时重新创建并清空范围,并且在每个调用被返回时自动销毁。
The scope of a per-user variable is set to be visible in "all tests for this user," which makes it visible to all tests being executed by the same virtual user.
前用户变量的范围被设置为在“Alltestsforthisuser”中可见,这使得它对相同虚拟用户所执行的所有测试可见。
But lambda expressions are treated as values and can therefore be stored in a variable and executed after the block in which the captured variable was declared has gone out of scope.
但是,lambda表达式被视为值,因此可存储在变量中并在将捕获的变量声明为超出范围的代码块执行之后执行。
Then register_globals comes in -- and instead of just being available as $_GET['authorized'], there will also be a variable $authorized in global scope, with the value 1.
后来引入了 register_globals ——它取代了刚才使用的 $_GET['authorized'],同时在全局范围内还存在一个值为 1 的变量 $authorized。
The scope of the variable from the first test must also be set to "All tests for this user" for it to be visible to the second test.
来自首个测试的变量的范围,也必须设置为“Alltests for thisuser”,以让它对第二个测试可见。
The scope attribute controls the scoping of this variable, and defaults to page scope.
scope属性控制该变量的作用域,缺省情况下是页面作用域。
The var and scope attributes are used to specify a scoped variable that -- as a result of <fmt:parseDate> -- the Date object is assigned to.
var和scope属性用来指定限定了作用域的变量(作为 <fmt:parseDate> 的结果),将把Date对象赋给该变量。
The user variable is created and referenced by appending a period and name to the name of the scope object. For example, if a button has the following server-side onclick script.
通过在scope对象名称后附加句点和名称来创建并引用用户变量。
If the global scope requires the result of the event handler, set the result in the global result variable.
如果全局范围要求使用事件处理程序的结果,请在全局结果变量中设置该结果。
When a closure "captures" a variable it "lifts" the variable out of its local scope and effectively moves it into an anonymous object.
当一个闭包“捕获”一个变量时,它就会将这个变量提取出它的本地范围,移到一个匿名对象里。
Instead, the names of the input and output pins on the actions are labeled by a parameter, variable, or structural feature in the context classifier (the class owning the activity) that is in scope.
相反,操作上输入与输出的名字,会标上范围内背景标识符(拥有活动的类)中的参数、变量或者结构性特性。
puts a In Ruby 1.8, this code prints "42", because the block variable a is actually the same a of the containing scope.
putsa在Ruby 1.8中,这段代码会打印出“42”,因为块变量a和所包含域中的a就是一个变量。
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.
Firefox 3.1Beta2的表现有点出人意料,对于局部变量执行的效率非常高,但随着作用域层数的增加,效率便大打折扣。
The calculator makes use of the local statement to declare x as a local variable that is available only within the scope of the mycalc function.
这个计算器利用local语句将x声明为局部变量,只能在mycalc函数的范围内使用。
We nest an tag inside the first and indicate that within the scope of the iteration, variable name "swimmer" will be associated with the current element.
我们将一个标记嵌套在第一个中,并指示在迭代范围内,变量名“swimmer”将与当前的元素关联。
You can give it a name (that is, a class name), specify parameters (as in a constructor), and even use the .this keyword, which basically means referencing a variable within the scope of the function.
可以给其一个名称(也就是一个类名),指定参数(和在构造函数中一样),甚至可以使用关键字 .this,这意味着在函数范围内引用变量。
The [[Scope]] property is actually a list of variable objects accessible from the function’s containing scope.
实际上,[[Scope]]属性对应的是一个对象(Variable Objects)列表,列表中的对象是可以从函数内部访问的。
Consider the example in Listing 1, where a closure is defined in a class, and then invoked after the object variable goes out of scope.
考虑清单1中的示例,其中closure定义为类,并且在对象超出范围之外后进行调用。
The var and scope attributes specify a scoped variable for storing the results of the query.
var和scope属性规定存储查询结果的scoped变量。
You can also use the put and get methods of the scope object. Notice that the variable names are specified as strings.
还可以使用scope对象的put方法和get方法。
You can also use the put and get methods of the scope object. Notice that the variable names are specified as strings.
还可以使用scope对象的put方法和get方法。
应用推荐