Java 应用与开发 - JSP (Java Server Page)大纲 JSP 概述 JSP 指令 JSP 动作 JSP 脚本 JSP 内置对象 本节习题 Java 应用与开发 JSP (Java Server Page) 王晓东 wangxiaodong@ouc.edu.cn 中国海洋大学 December 3, 2018 大纲 JSP 概述 JSP 指令 JSP 动作 JSP 脚本 JSP 内置对象 本节习题 学习目标 1. 理解 JSP 和 JSP 脚本 JSP 内置对象 本节习题 大纲 JSP 概述 JSP 指令 JSP 动作 JSP 脚本 JSP 内置对象 本节习题 JSP 基本概念 ▶ JSP(Java Server Page),即 Java 服务器页面。 ▶ JSP 是 Servlet 的扩展。 ▶ JSP 将使用 Java 类编写动态 Web 组件的方式转变为使 用文本编写��用标记型语法和过程性语法�合�,降低了 指令 ▶ page 指令,用于定义 JSP 页面级的其他元素特征。 ▶ include 指令,用于嵌入另一个文本文件的内容到本页面。 ▶ taglib 指令,用于引入第三方 JSP 扩展标记类库。 O JSP 指令的语法 1 <%@ 指令名 属性名="值" 属性名="值" %> 大纲 JSP 概述 JSP 指令 JSP 动作 JSP 脚本 JSP 内置对象 本节习题 page 指令 page0 码力 | 47 页 | 740.36 KB | 1 年前3
KiCad 6.0 快速入门 a project-based workflow. A KiCad project is a folder with a project file, a schematic, a board layout, and optionally other associated files such as symbol and footprint libraries, simulation data, the board editor and layout begins. The schematic describes which components are in the design and how they are connected; the board editor uses this information to make layout easier and to prevent prevent mismatches between the schematic and PCB. The layout process requires careful placement of each footprint on the circuit board. After component placement, copper tracks are drawn between components0 码力 | 54 页 | 2.47 MB | 1 年前3
Blender v4.1 ManualExtending Blender Application Templates Keymap Customization Working Limits Operators Blender’s Directory Layout Appendices Troubleshooting Startup 3D Viewport Graphics Hardware Crashes Python Errors Recovering join the effort and Contribute to this Manual. View Source View Translation Report issue on this page About Blender Introduction Who uses Blender? Key Features Blender’s History Version/Revision Support Development Blender Chat Other Useful Links View Source View Translation Report issue on this page Introduction Welcome to Blender! Blender is a free and open-source 3D creation suite. With Blender0 码力 | 6263 页 | 303.71 MB | 1 年前3
Python AdminUI. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 页面操作 15 3.1 Update page content in Page Actions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2 Use a timer adminui import * app = AdminApp() def on_submit(form_data): print(form_data) @app.page('/', 'Form') def form_page(): return [ Form(on_submit = on_submit, content = [ TextField('Title', required_message="The 然后,您将页面添加到你的应用中。使用 @app.page 修饰器,后跟一个自定义函数(可以任意命名),该函 数返回一个页面元素数组,将在用户访问特定 url 时显示: @app.page('/', 'Form') def form_page(): (下页继续) 4 Chapter 1. 安装和快速入门 Python AdminUI (续上页) return [ ...put page contents here0 码力 | 67 页 | 653.37 KB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2019.1)Bob <- Alice : Yet another authentication Response @enduml PlantUML 语言参考指引 (1.2019.1) 5 / 145 1.8 Page Title, Header and Footer 1 时序图 你还可以用语句 autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 <- Alice : Yet another authentication Response @enduml 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. Pages can display headers and footers using header and footer footer. @startuml PlantUML 语言参考指引 (1.2019.1) 6 / 145 1.9 分割示意图 1 时序图 header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml0 码力 | 146 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.3 语言参考指引Bob <- Alice : Yet another authentication Response @enduml PlantUML 语言参考指引 (1.2019.3) 5 / 156 1.8 Page Title, Header and Footer 1 时序图 你还可以用语句 autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 <- Alice : Yet another authentication Response @enduml 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. PlantUML 语言参考指引 (1.2019.3) 6 / 156 1.9 分割示意图 1 时序图 Pages Pages can display headers and footers using header and footer. @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml0 码力 | 157 页 | 1.78 MB | 1 年前3
PlantUML 1.2019.2 语言参考指引Bob <- Alice : Yet another authentication Response @enduml PlantUML 语言参考指引 (1.2019.2) 5 / 156 1.8 Page Title, Header and Footer 1 时序图 你还可以用语句 autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 <- Alice : Yet another authentication Response @enduml 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. PlantUML 语言参考指引 (1.2019.2) 6 / 156 1.9 分割示意图 1 时序图 Pages Pages can display headers and footers using header and footer. @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml0 码力 | 157 页 | 1.78 MB | 1 年前3
KiCad 6.0 原理图编辑器another. The Schematic Editor is an integrated application where all functions of drawing, control, layout, library management and access to the PCB design software are carried out within the editor itself described in this manual use the key labels that appear on a standard PC keyboard. On an Apple keyboard layout, use the key in place of , and the key in place of . Many actions do not have hotkeys assigned materials. 用于仿真软件(如 SPICE)的(创建 - 定制 - 网表和文件 - 文件,生成网表)。 Defining a circuit for transferring to PCB layout. 原理图主要由符号,电线,标签,连接点,总线和电源端口组成。 为了清晰起见,您可以放置纯粹的图形元素,如 总线条目,注释和折线。 Symbols are added to the schematic0 码力 | 141 页 | 5.23 MB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2019.4)Bob <- Alice : Yet another authentication Response @enduml PlantUML 语言参考指引 (1.2019.4) 5 / 164 1.8 Page Title, Header and Footer 1 时序图 你还可以用语句 autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 <- Alice : Yet another authentication Response @enduml 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. PlantUML 语言参考指引 (1.2019.4) 6 / 164 1.9 分割示意图 1 时序图 Pages Pages can display headers and footers using header and footer. @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml0 码力 | 165 页 | 1.89 MB | 1 年前3
Debian GNU/Linux 安裝手冊 January 8, 2024volunteers improving and adding more features. More information can be found on the Debian Installer page, on the Wiki and on the debian-boot mailing list. 1.6 取得 Debian For information on how to download Internet or from whom official Debian installation media can be purchased, see the distribution web page. The list of Debian mirrors contains a full set of official Debian mirrors, so you can easily find CD/DVD- ROMs; see the Debian FAQ, under “The Debian FTP archives”, for more infor- mation about the layout and contents of the archives. 系統中很多軟體所使用的許可證是 GNU General Public License(通用公共許可證),通常簡稱為“GPL”。 GPL0 码力 | 120 页 | 643.51 KB | 1 年前3
共 459 条
- 1
- 2
- 3
- 4
- 5
- 6
- 46













