jss
美
英 
- 網(wǎng)絡(luò)系統(tǒng)和軟件雜志(Journal of Systems and Software)
例句
In the previous section, you've seen that JSServlet invokes init. jss (shown in Listing 16) before executing the requested script.
在前一節(jié)中,曾提及在執(zhí)行所請求的腳本之前,JSServlet會調(diào)用init.jss(如清單16所示)。
The BeanDemo. jss script (shown in Listing 23) imports the package containing the JavaBean with importPackage(Packages. jsee. demo).
jss腳本(如清單23所示)用importPackage(Packages.jsee.demo)導入了包含此JavaBean的那個包。
As you can see in Listing 11, the *. jss pattern is mapped to the servlet.
從清單11可以看出,*.jss模式被映射給此servlet。
Let's say you request a script named ParamDemo. jss with the URL shown in Listing 19.
假設(shè)您使用清單19所示的URL請求一個名為ParamDemo.jss的腳本。
The MonitorScript. jss file contains three JavaScript functions that are executed on the server.
jss文件包含3個在服務(wù)器上執(zhí)行的JavaScript函數(shù)。
The init. jss script also provides functions for getting and setting beans.
jss腳本還提供用于訪問和設(shè)置bean的函數(shù)。
This means that JSServlet will handle all requests whose URLs end with the . jss extension.
這意味著JSServlet將會處理URL以.jss擴展名結(jié)束的所有請求。
This is a simple servlet that handles all requests whose URLs end with the . jss extension.
這是一個簡單的servlet,它處理URL以.jss擴展名結(jié)束的所有請求。
A server-side JavaScript file named BackendScript. jss is used to process the submitted form data.
可以使用名為BackendScript.jss的服務(wù)器端JavaScript文件處理提交的表單數(shù)據(jù)。
More code will be added to init. jss and finalize. jss through this series.
本系列后面的文章將向init.jss和finalize.jss添加更多的代碼。
The . jss requests are handled by a servlet named JSServlet, which was presented in the first part of this series.
jss請求由本系列第一部分提供的一個名為JSServlet的servlet處理。
In ParamDemo. jss (see Listing 20), you can get the two request parameters with param. firstName and param. lastName.
在ParamDemo.jss(參見清單20)內(nèi),用param.firstName和param.lastName可以得到這兩個請求參數(shù)。
But some have hired shareholder identification companies such as JSS to dig up more information.
其中一些人聘請了股東識別公司如JSS去挖掘更多的信息。
Then, you can calculate the execution time in finalize. jss (see Listing 17).
之后,可以在finalize.jss內(nèi)(參見清單17)計算執(zhí)行時間。
Exploitation and Application of the JSS Polymer Waterproofing Mortar
JSS聚合物防水砂漿的開發(fā)應用
Analyzing reasons failing in running JSS job by PC Cluster system and their solved methods
系統(tǒng)無法運行JSS作業(yè)的原因分析及解決方法
New Research Method of JSS with Work Piece Delivery Time Limitation
有工件交貨期限制的車間作業(yè)調(diào)度方法研究
Listing 18. Getting request parameters in init. jss
清單18.在init.jss內(nèi)獲得請求參數(shù)。