Integrating the script engine into your applications.
将脚本引擎集成到应用程序中。
The script engine creates a transient dynamic assembly.
脚本引擎创建瞬态动态程序集。
By a MIME type the script engine has declared it knows how to process.
通过脚本引擎声明的、知道如何处理的MIME类型。
The script engine USES the reflection emit APIs to emit the code into the dynamic assembly.
脚本引擎使用反射发出API将代码发出到动态程序集中。
NET starts its application domain and launches the script engine to compile and execute the program.
NET启动它的应用程序域并启动脚本引擎以编译和执行程序。
At the same time, I create instances of all the objects I want to be visible to the script engine at runtime.
同时,我创造我想要的可看见的在脚本引擎运行期间所有对象的函数。
Firefox determines that a script is long-running by timing how long the script engine has been executing code continuously.
Firefox是根据脚本引擎持续执行代码的时间来判断一段脚本是否失控。
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.
当在函数或其它地方引用一个全局变量时,脚本引擎需要搜索整个全局命名空间。
Whenever a script is intended to run in a browser (client-side), experienced developers include code that detects the version of the script engine.
每当想要在浏览器(客户端)中运行一个脚本时,有经验的开发人员就会在代码中包括检测脚本引擎版本的代码。
The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.
一个脚本引擎通常包括的组件有:符号表、词法分析器、语法分析器、语义检查器、中间代码生成器、代码优化器、代码生成器、虚拟机。
Add this script to the activation engine to automatically activate the network identity.
将这个脚本添加到激活引擎,以自动地激活网络标识。
A script engine ACTS as a mediator between your scripting code and an underlying language interpreter or compiler that ultimately executes the code.
脚本引擎充当脚本代码和最后执行代码的底层语言解释器或编译器之间的中间程序。
Following best practices, the database for a messaging engine is created by executing a generated DDL script.
按照最佳实践,消息传递引擎的数据库是通过执行生成的ddl脚本创建的。
For example, a PHP script might use a template engine to separate business logic from the presentation, and be considered two separate tiers.
例如,php脚本可能使用一个模板引擎把业务逻辑与表示分隔开,它可以被看作单独的两层。
During the activation phase, the activation engine reads the parameters from an XML file (activation profile), validates the parameters, and passes them to each registered script.
在激活阶段中,激活引擎从XML文件(激活配置文件)中读取参数,验证这些参数,并将它们传递到各个注册的脚本。
Similarly, the activation engine provides a tool for registering an activation script with such dependencies.
类似地,该激活引擎为注册带有这种依赖关系的激活脚本提供了相应的工具。
Above the simulation engine is the script environment (the code for the actual simulation).
上面的模拟引擎是脚本环境(真实模拟的代码)。
The XI Engine is based on a script representing the relationship between the two information structures.
XIEngine基于一个表示这两种信息结构间关系的脚本。
Installation script: simplifies installing the engine, Eclipse plugin, and web tooling, and can be used to quickly generate a demo installation.
安装脚本:简化引擎安装,包括Eclipse插件和Web工具,可以用来快速的生成一个安装好的示例。
Although this article USES Apache and a CGI script for the suggestion engine, the tools built should function with most Web servers.
虽然本文将使用Apache和一个cgi脚本作为建议引擎,但是所构建的工具应该能够在大多数Web服务器上正常运行。
Every script engine returned by a ScriptEngineManager instance is seeded with the same "global scope" bindings object.
ScriptEngineManager实例返回的所有脚本引擎都是“全局作用域”绑定对象。
Safari also USES script engine execution time to determine when a script has become long-running. After some digging around in the WebKit source code, it looks like the default timeout is 5 seconds.
Safari同样根据脚本引擎持续执行脚本的时间来判断,当我对Webkit的源代码进行反复研究后,发现默认的超时时间是5秒,一旦达到这个上限,就会给出下面的对话框提示。
During boot, the activation engine retrieves script command line options from the activation profile XML file, located on the virtual floppy.
在启动期间,激活引擎从位于虚拟软盘中的激活概要XML文件中检索脚本命令行选项。
If a factory says it can create a script engine for the desired language, the manager asks the factory to create one, which it returns to the caller.
如果工厂说可以创建所需语言的脚本引擎,那么管理程序将要求工厂创建一个引擎并将其返回给调用者。
To use one of these scripting languages, install the script-engine implementation JAR file from this project along with the scripting-language interpreter JAR file itself.
要使用其中的脚本语言,需要安装此项目中的脚本引擎实现JAR文件,和脚本语言解释器JAR文件。
You might be wondering where you get the necessary JAR files for the script-engine implementation and language interpreters.
如何才能获取脚本引擎实现和语言解释器所需的JAR文件呢?
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含有“引擎”和“全局”作用域绑定,以及用于标准输入和输出操作的输入和输出流。
Listing 7 enhances the search engine script from Listing 6 with these additional parameters, and adds paging support with the Pager class in pear.
清单7使用这些额外的参数对清单6中的搜索引擎脚本进行了增强,并使用PEAR中的Pager类添加了分页支持。
The start Derby task is responsible for loading the embedded database engine into memory and should come before all other Derby tasks in the Ant script.
startderby任务负责将嵌入式数据库引擎加载到内存中,因此在ant脚本中应该放在所有其他derby任务的前面。
Each script-engine instance has a default context where you can store variables with the put method and the output of any executed script is directed to System.out by default.
每个脚本引擎实例都具有一个默认的上下文,在其中,可以用put方法存储变量,而所执行的脚本的输出则被默认定向到System . out。
应用推荐