script engine信息详情

script engine发音

意思翻译

脚本引擎

相似词语短语

script───vt.把…改编为剧本;vi.写电影脚本;n.脚本;手迹;书写用的字母

engine───n.引擎,发动机;机车,火车头;工具

script type───脚本类型

cursive script───草书;草写体

engrossing script───引人入胜的剧本

combustible engine───可燃发动机

diesel engine───n.柴油机;柴油机(等于diesel)

dancing script───舞蹈剧本

test script───测试脚本

双语使用场景

By a MIME type the script engine has declared it knows how to process.───通过脚本引擎声明的、知道如何处理的MIME类型。

script engine loads and executes scripts in a particular language.───脚本引擎可以在特定的语言中加载并执行脚本。

Integrating the script engine into your applications.───脚本引擎集成到应用程序中。

The best place to look first for a script-engine implementation is the open source Scripting project hosted by java. net (see Resources).───最好的方法是在java.net上托管的开源Scripting项目中查找脚本引擎实现(请参阅参考资料)。

Instead, it uses the Java scripting API's javax. script. Invocable interface to call a function maintained by the script engine.───与此不同,清单4中的方法使用Java脚本API的javax.script.Invocable接口调用由脚本引擎所维持的函数。

You might be wondering where you get the necessary JAR files for the script-engine implementation and language interpreters.───如何才能获取脚本引擎实现和语言解释器所需的JAR文件呢?

Gets the compiled state of a script engine, and, optionally, associated debugging information.───获取脚本引擎的已编译状态和关联的调试信息(可选)。

Give permissions to Run scripts if the directory contains server response files and the ISAPI extension is registered as a script engine.───如果目录包含服务器响应文件,且ISAPI扩展注册为脚本引擎,则给予“运行脚本”权限。

Method is called. Returns FALSE if the script engine will return no debug information.───如果脚本引擎将不返回调试信息,则返回FALSE。

英语使用场景

A script engine acts as a mediator between your scripting code and an underlying language interpreter or compiler that ultimately executes the code.

The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.