In line 11, after the value of variable _x is a closed parenthesis highlighted in red.
在第11行上,变量值_ X后面是一个用红色突出显示的后圆括号。
Variables are always assigned by value, which means that when one variable is set equal to another variable, they are then independent of each other.
变量始终是由值指定的,这意味着设置一个变量等于另一个变量后,它们就相互独立。
In the matching case, you can ensure that rules only run depending on the value of an environment variable.
在匹配情况下你可以确保规则仅仅依赖一个环境变量的值而运行。
In most languages, we can use the tertiary operator? : to set the value of the new variable.
在大部分语言中,我们可以使用三元运算符?:来设置新变量的值。
For example, a compiler may choose to optimize a loop index variable by storing it in a register, or the cache may delay flushing a new value of a variable to main memory until a more opportune time.
例如,编译器为了优化一个循环索引变量,可能会选择把它存储到一个寄存器中,或者缓存会延迟到一个更适合的时间,才把一个新的变量值存入主存。
The value of the variable corresponds to the contents of the box.
变量的值对应的就是盒子里面的内容。
Notice the value of the hostname variable as a tooltip.
请注意作为工具提示的主机变量的值。
We want to copy the value of this variable to make creating the new one easier, so go ahead and copy the value of that variable to the clipboard.
我们需要复制该变量的值以使创建新的变量更加简单,因此继续下一步,将该变量的值复制到剪贴板。
If the target bus member is a cluster, then the cluster name is used as the value of the variable.
如果目标总线成员是集群,则将使用集群名称作为此变量的值。
What this means is you can use the string value of a variable to specify the name of another variable.
这表示可以使用某个变量的字符串值指定另一个变量的名称。
By clicking the value of a variable, you can change its value while a debug session is suspended at a breakpoint.
当调试会话在断点处暂停时,点击一个变量的值,就可以改变它的值。
Transition 1 the value of the state variable changes in response to events.
转换1状态变量的值根据事件而相应更改。
Also, it can be seen that the value of the variable cannot be changed as we set it to read-only.
此外,可以看到,该变量的值不可改变,因为我们已将之设置为只读。
In between live ranges, the value of a variable is not needed: it is dead, so its register can be used for other variables, allowing the compiler to allocate more variables to registers.
在生命范围之外,变量不再被使用,是死的,它的寄存器可以供其他变量使用,这样,编译器就可以安排更多的变量到寄存器当中。
That code block does nothing but increment the value of the local variable and return it.
代码段做的事就是增加本地变量的值并返回。
Leaving them out, however, can often lead to programming errors because the initial value of the variable depends on the context in which it is declared.
但如果没有它们,很可能会引发编程错误,因为变量的初始值依赖于上下文。
The READ privilege is required to reference a global variable and the WRITE privilege is required to modify the value of a global variable.
READ权限用于引用全局变量,而WRITE权限用于修改全局变量的值。
To guard yourself against XSS attacks, filter your input through the htmlentities() function whenever the value of a variable is printed to the output.
要防止受到XSS攻击,只要变量的值将被打印到输出中,就需要通过htmlentities()函数过滤输入。
Tracing the logic flow through the program, you see that the first time through the loop, the value of the variable I becomes 5.
通过跟踪程序的逻辑流可以看到,第一次通过循环后,变量i的值变为5。
When the value of an array variable is NULL, there is no memory allocated for it.
在阵列变量值为 NULL 时,不为它分配内存。
AVariableValue, the string value of the persisted variable.
持续性变量的字符串值。
The fact that the value of the variable in SuppressWarnings takes an array lets you suppress multiple warnings in the same annotation.
SuppressWarnings中变量的值采用数组,使您可以在同一注释中阻止多个警告。
The @Factory annotation attaches a method to the creation process of an outjected variable, specified in the value of the annotation, when that variable has no value bound to it.
@Factory注释向已提取变量的创建过程附加了一个方法,这是在注释的值中指定的,当该变量没有绑定任何值时就会使 用该方法。
The demo_form.tpl template (see Listing 9) contains an HTML form whose fields may be editable or not depending on the value of a variable named edit_mode.
demo_form . tpl模板(见清单9)包含了一个HTML表单,这个表单的域可能是可编辑的,也可能是不可编辑的,这取决于名为edit _ mode的变量值。
For Korn shell users, file name completion depends on the value of the EDITOR variable.
对于KornShell用户,文件名完成取决于EDITOR变量的值。
Modify the getMsg.rhtml view template to output the value of the variable @service_output, which is defined in the Helloadmin controller class's getMsg method.
修改getMsg.rhtml视图模板以输出在Helloadmin控制器类的getMsg方法中定义的 @service_output变量的值。
The get() accessor retrieves the current thread's value of the variable; the set() accessor modifies the current thread's value.
get()访问器检索变量的当前线程的值;set() 访问器修改当前线程的值。
The increment function should be called with a reference to the variable instead of the value of the variable.
应该用变量的引用调用increment函数,而不是使用变量的值。
This creates a child element of with the tag name set to be "feet" and the value set to the value of the variable ft.
这样创建了子元素,其标记名称被设置为“feet”,并且将数值设置为变量ft的值。
This creates a child element of with the tag name set to be "feet" and the value set to the value of the variable ft.
这样创建了子元素,其标记名称被设置为“feet”,并且将数值设置为变量ft的值。
应用推荐