它包含全局变量和函数的定义。
This includes the definition of global variables and functions.
全局变量是非事务性状态对象。
下面是其余的全局变量及其描述。
The following is the remainder of the global variables and their descriptions.
必须使用GTT处理包的全局变量。
Global variables of the package will have to be handled using GTTs.
这些全局变量带来了两个不同的问题。
Two different issues arise because of these global variables.
全局变量在PHP应用程序中很方便。
在变量部分中定义全局变量。
The variable section is where most globally defined variables are defined.
名称空间全局变量和字符串。
但它缺少var声明,这是个全局变量。
But because it lacks a var declaration, it's a global variable.
全局变量应该全部大写。
错误全局变量和标准值。
所以abc的设计者让那些全局变量能持久化。
然后查看一些有趣的场景,了解全局变量的使用。
Then view some interesting scenarios on how global variables can be exploited.
出于编程目的,您要将每个字段绑定到全局变量。
For programmatic purposes, you will bind each field to a global variable.
此外,您不能更改全局变量定义,包括其默认值。
Furthermore, you cannot ALTER the global variable definition at all, including its default value.
HATS运行时收集并存储这些全局变量的数据。
The HATS runtime collects and stores the data in the global variable.
清单10向您展示了在需要时如何访问全局变量。
Listing 10 shows you how to access the global variables whenever and wherever you need to.
所以在比较关键的循环中,我们要不使用全局变量。
We should therefore not use global variables inside critical loops.
首先,了解什么是全局变量以及它涉及的基本操作。
First, learn what global variables are and the basic operations that can be performed with them.
如果回滚全局变量的创建,那么该变量将不再存在。
If the creation of a global variable is rolled back, then the variable no longer exists.
如果您不希望再保存全局变量的定义,则需要删除它。
When you no longer want the definition of the global variable to exist, you need to drop it.
这使得我们能够对代码进行重构,不再使用全局变量。
This can open up the possibility of refactoring this code down the road to not use the global variables at all.
包规范说明中声明的变量称作全局变量,或公共变量。
The variables declared in the package specification are called global variables or public variables.
如果您的PHP代码使用了全局变量,那么应该更新它。
If your PHP code USES global variables, you should update it.
这种模式通常用于全局变量访问、分支以及子程序调用。
This mode is often used for global variable access, branching, and subroutine calls.
在样式表中大量使用全局变量或模板参数作为通信工具。
Heavily using global variables or template parameters as communication vehicles within the stylesheet.
全局变量的所有者被显式授予了有关该变量的所有权限。
The owner of the global variable is explicitly granted all privileges on the variable.
文件首先得到数据库句柄,句柄保存在一个全局变量中。
The file starts with getting the database handle, which it stores in a global variable.
在这个程序中,解析器使用全局变量来追踪解析的消息列表。
In this program, the parser USES global variables to track the list of messages parsed.
在这个程序中,解析器使用全局变量来追踪解析的消息列表。
In this program, the parser USES global variables to track the list of messages parsed.
应用推荐