青年中文青年中文

jsp的意思

jsp中文翻譯:

abbr.Java服務端網頁(一種建立動態網頁的技術,JavaServerPage)

相似詞語短語

jsp file───jsp文件

雙語使用場景

With all the prep work behind us, we're ready to use our custom tag within a JSP page.───我們完成了所有這些準備工作后,我們就可以在 JSP 頁面中使用我們的自定義標記了。

These are very simple JSP files.───這些是非常簡單的 JSp 文件。

Opened and examined a JSP in the JSP editor.───在JSP編輯器中打開和查看JSP。

To run any of them, you ll need to set up a JSP technology-compliant Web container, either on your local machine or on a test server.───要運行其中任何一個實踐示例,需要在本地機器或測試服務器上安裝符合JSP技術的Web容器。

To mimic this behavior, another logical mapping must take place in a test case -- JSP form names must be mapped to values.───要模擬這個行為,在測試用例中必須有另一個邏輯映射——JSP表單名稱必須映射到值。

The admin JSP files make up the front end for the admin part of the Web application.───管理JSP文件組成了Web應用程序管理部分的前端。

All business logic should be in classes, and if you absolutely had to have code in your JSP page, you would wrap it up in a custom tag.───所有的商業邏輯都應該在類中,如果你確實需要在你的JSP頁面中包含代碼,你應該用自定義標簽來包裝它。

Figure 3 displays the general concept of pulling the code from the JSP page and putting into a JSP tag.───圖3顯示了從JSP網頁中抽取代碼并將它們放入JSP標記中的一般概念。

Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages.───在之前關于servlet的文章中已經提到,JSP頁面使VXML頁面之間的鏈接變得輕而易舉。

英語使用場景

This little program is used on the JSP login random authentication code, I hope everyone likes.

Enter loancalculator. jsp in the URL field in the Configure URL dialog that pops up, leave the Label field empty, and click OK.

A JSP tag is simply a way of abstracting out code from a JSP file.

JSP , syntax summary, including a name, comment, use the method.

It introduced JSP. It introduced concept of JSP, document and syntax of ASP, build in object, sever module, form management, database access by WEB and applications in practice.

Change the default location in the Google Maps and set the default maps view to NORMAL View in RestaurantSearch.jsp (see Listing 2).

The optional scope attribute indicates the JSP scope that the setting of the default resource bundle applies to.

A static include is handled by the JSP container during the translation phase, while the JSP container is constructing the JSP page in memory.

I've included one of my favorite JSP tag libraries, DisplayTag (see Resources for a link), which makes displaying a tabular representation of a collection of Java objects easy.