Global variables should be in all caps.
全局变量应该全部大写。
Working with global variables and methods.
处理通用的变量和方法。
Error global variables and standard values.
错误全局变量和标准值。
Global variables are non-transactional state objects.
全局变量是非事务性状态对象。
Global variables are a convenience in PHP applications.
全局变量在PHP应用程序中很方便。
So ABC's designers made those global variables persistent.
所以abc的设计者让那些全局变量能持久化。
If your PHP code USES global variables, you should update it.
如果您的PHP代码使用了全局变量,那么应该更新它。
Two different issues arise because of these global variables.
这些全局变量带来了两个不同的问题。
This includes the definition of global variables and functions.
它包含全局变量和函数的定义。
We should therefore not use global variables inside critical loops.
所以在比较关键的循环中,我们要不使用全局变量。
Global variables of the package will have to be handled using GTTs.
必须使用GTT处理包的全局变量。
Using global variables to reduce complexity and improve performance.
使用全局变量降低复杂性并提升性能。
When you started another session, all your global variables were restored.
等到你下次启动另一个会话,你所有的全局变量就会恢复回来。
Then view some interesting scenarios on how global variables can be exploited.
然后查看一些有趣的场景,了解全局变量的使用。
The following is the remainder of the global variables and their descriptions.
下面是其余的全局变量及其描述。
Listing 11 shows two more global variables you can use to generate the HTML table.
清单11给出了另外两个您可以用来生成html表的全局变量。
In this program, the parser USES global variables to track the list of messages parsed.
在这个程序中,解析器使用全局变量来追踪解析的消息列表。
Data is stored in global variables called data fields, which the activities can access.
数据存储在各种活动可以访问的名为数据字段的全局变量中。
Remember in college when the teacher said you can't use global variables in your homework?
是否还记得在大学里老师告诉你不要在家庭作业里使用全局变量?
Listing 10 shows you how to access the global variables whenever and wherever you need to.
清单10向您展示了在需要时如何访问全局变量。
First, learn what global variables are and the basic operations that can be performed with them.
首先,了解什么是全局变量以及它涉及的基本操作。
The number of global variables is limited, so we can declare them when the report is initialized.
全局变量的数量是有限的,这样我们就可以在报表初始化时声明它们了。
For static DML statements in packages, the global variables are resolved during a bind operation.
对于包中的静态dml语句,将在进行绑定时解析全局变量。
Reentrant functions either use local variables or protect their data when global variables are used.
可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。
The variables declared in the package specification are called global variables or public variables.
包规范说明中声明的变量称作全局变量,或公共变量。
They are loaded following a sequential order, so we can reuse the global variables on the same level.
它们是按照序列性的顺序来载入的,这样我们就可以在同一层次上重复使用全局变量了。
Heavily using global variables or template parameters as communication vehicles within the stylesheet.
在样式表中大量使用全局变量或模板参数作为通信工具。
The indexed addressing mode makes the most sense as a way to access array elements for global variables.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
The indexed addressing mode makes the most sense as a way to access array elements for global variables.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
应用推荐