全局变量
- 名global variable
-
要创建一个全局变量,可以使用新的CREATEVARIABLESQL语句。
To create a global variable , you use the new CREATE VARIABLE SQL statement .
-
可以使用SET,SELECTINTO,VALUESINTO语句改变全局变量的值。
The value of a global variable can be changed using the SET , SELECT INTO , VALUES INTO statements .
-
可以将global声明看作规则中的全局变量。
You can think of global declarations as global variables within your rules .
-
$wakestate变量被声明为一个全局变量,在整个对话管理器中有效。
The $ wake_state variable is declared to be a global and known throughout the dialog manager .
-
Transfer、类的静态属性、Application全局变量和利用隐藏域实现两个页面间的值传送。
Transfer , Category static attributes , application generic variables and the hidden domain to realize the value transmission between two pages .
-
当对全局变量检查权限时生成CHECKING审计记录
CHECKING audit records are generated whenever a privilege is checked for a global variable
-
一般而言,Java代码通过get()方法可以访问脚本环境中的所有全局变量和函数。
Generally , every global variable and function in the script environment is accessible from Java code through the get () method .
-
请注意,一旦创建完毕,全局变量的length属性和数据类型将不能更改。
Please note that the length attribute and data type of a global variable does not vary once it is created .
-
一个受欢迎的特性就是,不同于Bamboo中的全局变量,创建Plan变量并不需要管理员权限。
One welcomed feature is that unlike Bamboo globals , Plan variables do not require administrator privileges to create them .
-
脚本将值指定给绑定到computed字段的全局变量。
The script assigns a value to the global variable bound to the computed field .
-
全局变量在PHP应用程序中很方便。
Global variables are a convenience in PHP applications .
-
如果您的PHP代码使用了全局变量,那么应该更新它。
If your PHP code uses global variables , you should update it .
-
在C语言子程序中由于使用了全局变量,或是使用了静态变量,或是使用了指针参数,从而产生副作用。
The side effect of the subprogram is produced by using public variable , or static variable , or pointer parameter in C Program .
-
但它缺少var声明,这是个全局变量。
But because it lacks a var declaration , it 's a global variable .
-
如果您希望在状态机的其他位置使用Order,比如要在稍后的一个状态中使用,可以将Order的值赋值给一个全局变量。
If you want to use Order elsewhere in the state machine , such as in a later state , you can assign the value of Order to a global variable .
-
READ权限用于引用全局变量,而WRITE权限用于修改全局变量的值。
The READ privilege is required to reference a global variable and the WRITE privilege is required to modify the value of a global variable .
-
全局变量c之类的结构体的嵌套层次比数组更深,其值也可以用类似方法浏览。
Structures such as the global variable c have a deeper level of nesting than arrays do , and their values can be explored in a similar manner .
-
同样,如果可以的话,将对语句使用的授权ID进行检查,以查看是否拥有对全局变量的READ权限。
Also , if applicable , the authorization ID being used for the statement is checked for READ privilege on the global variable .
-
MFC中定义全局变量和全局函数的方法
In MFC Defines the Overall Situation Variable and the Overall Situation Function Method
-
无法在activex脚本中添加全局变量。
Cannot add global variables to ActiveX script .
-
全局变量表示一个可以使用SQL语句访问和修改的可变值。
A global variable is a representation of a changeable value which can be accessed and modified using SQL statements .
-
因此,由于status变量是一个局部变量,所以它不会显示在全局变量列表中,供业务状态机中其他代码片段使用。
Therefore , because it is a local variable , the status variable will not display in the list of global variables for use in other snippets within a business state machine .
-
这可以是schema元素、Web服务适配器或其他数据存储定义,不过也可以是全局变量。
This can be a schema element , a Web service adapter , or some other data store definition , but it can also be a global variable .
-
确保在其应用中使用的任何JavaScript全局变量不会与流行的Ajax库的全局变量发生冲突
Help ensure that any JavaScript globals used within their applications do not conflict with globals used by popular Ajax libraries
-
此代码将全局变量设置为文档通用ID的值加上两项的值。
This code sets global variables to the value of the universal ID of the document plus the values of the two items .
-
另外,用C语言模拟实现面向对象方法,能够较好地消除C语言程序中的全局变量,提高程序的可读性、可维护性和可移植性。
In addition , simulating the object-oriented method with C language can eliminate the global variables of C language programs and improve the readability , maintainability and portability . of the programs .
-
定义全局变量后,包括的任何JavaScript都可以安全地使用它,以指向Servlet。
After the global variable is defined , any JavaScript included can safely use it to point to the servlet .
-
此添加的代码行使editMode全局变量仅在用户编辑时为true。
This addition makes the editMode global variable true only when users are editing .
-
在程序的开始,我声明,一个全局变量X,它是一个全局的,因为它不在任何一个函数里面。
So I start this program by declaring as I did before a global variable X.It is global simply because it is not inside any of my functions .
-
第一个全局变量是标准错误消息(存储在syserrlist中)的数量。
The first is the number of standard error messages stored in sys_errlist .