Of course, you can also create a global script and use conditionals and the environment variable HOSTNAME to choose the appropriate settings.
当然,您还可以创建一个全局的脚本,并使用条件和环境变量HOSTNAME以选择合适的设置。
Declarations for global and kernel variables accessed in the script.
_脚本中要访问的全局和内核变量的声明。
During the build process, a small script can do full text search and append the version number to those global names.
在构建流程中,一个小脚本可用来做全文搜索并将版本号附加到那些全局名称中。
Also when a global variable is referenced inside a function or another scope, the script engine has to search through the whole scope to find it.
当在函数或其它地方引用一个全局变量时,脚本引擎需要搜索整个全局命名空间。
Notice the global objects on the left side of the script editor as shown in figure 3.
注意脚本编辑器左侧的全局对象,如图3所示。
Many script engines maintain state of global variables and functions between calls to eval().
许多脚本引擎在eval()调用之间维持全局变量和函数的状态。
This script creates a global google object that you'll use later.
此脚本创建了一个全局google对象,您可以稍候使用。
Listing 1 shows a simple Perl script that accesses a global mailbox, downloads each message, and then reports the content to spamassassin and Razor.
清单1显示了一个简单perl脚本,它可以访问全局邮箱、下载每个消息、然后向spamassassin和Razor报告其中的内容。
Every script engine returned by a ScriptEngineManager instance is seeded with the same "global scope" bindings object.
ScriptEngineManager实例返回的所有脚本引擎都是“全局作用域”绑定对象。
The script assigns a value to the global variable bound to the computed field.
脚本将值指定给绑定到computed字段的全局变量。
A script engine's ScriptContext contains the "engine" and "global" scope bindings, as well as the input and output streams the engine USES for standard input and output operations.
脚本引擎的ScriptContext含有“引擎”和“全局”作用域绑定,以及用于标准输入和输出操作的输入和输出流。
Script engines are not required to make the global bindings accessible to scripts.
脚本引擎并不需要使脚本能够访问全局绑定。
We separate commands using a semi-colon (;) and use the same global substitution that we used in the second script to replace 'a' with 'a'.
我们使用分号(;)分隔命令,并使用第二个脚本中用到的全局替换来将‘a’替换为‘a’。
Is there something I can configure or anything so that the statement in the global part of the script are always executed?
有什么事我可以配置或任何这样的剧本全球部分语句都执行?
For this Sprite only, means local, only this function, only this script can use this variable, make this variable for all sprites, meant it was global.
对于只为一种精灵,意思是局部的,只有这个函数中,这个脚本中才可以用这个变量,这个变量为全部精灵而创建,意思是这个变量是全局的。
Environments - which environments your script is designed to run in. Each environment brings with it a certain set of predefined global variables.
指定脚本的运行环境。每种环境都有一组特定的预定义全局变量。
Controls the global audio Settings from script.
从脚本控制全局音频设置。
The reason for this is that global data ties all the separate parts of your script together, and often if you make a change in one part, something else will break in another part.
原因是全局变量把不同页面之间的变量结合在了一起,于是当你修改某一部分时,另一部分就会产生变化。
The reason for this is that global data ties all the separate parts of your script together, and often if you make a change in one part, something else will break in another part.
原因是全局变量把不同页面之间的变量结合在了一起,于是当你修改某一部分时,另一部分就会产生变化。
应用推荐