青年中文青年中文

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.