This makes it a local variable.
这使得它成为了一个局部变量。
Overwriting a local variable in 64-bit mode.
在64位模式下重写局部变量。
Overwriting a local variable in 32-bit mode.
在32位模式下重写局部变量。
LCL_NUM_VALUE is the stack offset of the local variable num.
LCL_NUM_VALUE是本地变量num的堆栈偏移量。
Here the self identifier declares a thread local variable time.
这里的self标识符声明一个线程局部变量time。
A local variable set earlier in the template by XSL: variable.
在模板前面用xsl:variable建立的变量集合。
The second read stores the integer value in a local variable (x1 or x2).
第二次读取把整型值存储在一个本地变量中(x1或x2)。
In this class the keyword def is being used as a local variable modifier.
在这个类中关键字def被作为局部变量修饰符使用。
This field will hold the value of the static local variable I in GetMessage.
此字段将在GetMessage中保留静态局部变量i的值。
All local variable that are simple types display their values in this buffer.
所有简单类型的局部变量的值都会在这个buffer中显示。
Declare arrays whose length is a local variable, but don't try to go much further.
可以声明长度为本地变量的数组,但是就到此为止吧。
To create a thread-local variable, you instantiate an object of class ThreadLocal.
要创建一个线程局部变量,请实例化类ThreadLocal的一个对象。
A new local variable of the same type as the method's return value is created for you.
系统将为您创建与该方法的返回值类型相同的新局部变量。
The SimpleJNDI servlet stores the datasource name (jdbc/SimpleDB) in a local variable.
SimpleJNDIservlet 将数据源名称(jdbc/SimpleDB )存储在一个局部变量中。
That code block does nothing but increment the value of the local variable and return it.
代码段做的事就是增加本地变量的值并返回。
Reusing one local variable for several logically different values or objects is bug-prone.
为多个逻辑上不同的值或对象重用一个本地变量容易导致bug。
Well, I could add a new member field to the class and use that instead of a local variable.
是的,我可以在类中添加一个新的成员字段,并使用这个字段而不是局部变量。
A local variable is a variable that has its scope set to be visible in "This test only."
本地变量就是一个范围设置为“Thistest only”可见的变量。
First, we promoted the session variable to be a member variable, rather than a local variable.
首先我们设定Session变量为成员变量,而不是本地变量。
Using a local variable declared inside a sequence of instructions that is referenced only once.
在指令序列中使用仅引用一次的局部变量。
The local variable storage area is a general-purpose area for saving function-specific data.
本地变量存储区是用来保存函数专用数据的通用区域。
The lifetime of a local variable is limited to the lifetime of the block in which it is declared.
局部变量的生存期被限制为定义它的块的生存期。
A thread-local variable effectively provides a separate copy of its value for each thread that USES it.
线程局部变量高效地为每个使用它的线程提供单独的线程局部变量值的副本。
A local variable is a variable that is only available for use within the snippet in which it is declared.
局部变量是一种仅能在声明该变量的代码片段中使用的变量。
This section discusses how a given process's execution flow can be changed by overwriting a local variable.
本节将讨论如何通过重写局部变量更改给定进程的执行流程。
The name of each local variable corresponds to the name attribute of the respective input field in the form.
每个局部变量的名称都对应着表单中相应输入域的name属性。
So, in this function, we are using the back chain pointer, the link register save area, and one local variable.
所以,在这个函数中,我们使用了回链指针、链接寄存器保存区和一个本地变量。
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
应用推荐