它包含全局变量和函数的定义。
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.
像以前一样,创建全局变量。
尽量减少全局变量的使用。
您还需要将所有全局变量放入该结构中。
You would also want to place any global variables in this structure.
全局变量应该全部大写。
错误全局变量和标准值。
他们的用户对全局变量的概念应该了然于胸。
Their users already understood the concept of global variables.
所以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.
接下来,添加一个全局变量以保存经理批准消息。
Next, add a global variable to hold the manager approval message.
此外,您不能更改全局变量定义,包括其默认值。
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.
业务状态机或流程编辑器中的清单列表包含全局变量。
The list of variables in the business state machine or process editor contains global variables.
如果您不希望再保存全局变量的定义,则需要删除它。
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.
这使得我们能够对代码进行重构,不再使用全局变量。
This can open up the possibility of refactoring this code down the road to not use the global variables at all.
应用推荐