https://www.bilibili.com/video/BV1Xy42187Rz/演示視頻:
第5章 系統功能模塊的詳細設計
5.1 網頁主界面
網頁主界面主要有用戶注冊,用戶登錄,客房菜品信息的查看與預訂,管理員登錄等主要功能
圖5-1 系統主界面
5.2 用戶注冊、登陸的設計與實現
如圖5-2所示為用戶的注冊界面 ,客戶可以在這里注冊一個賬號,程序流程圖如5-3所示
圖5-2 用戶注冊界面
圖5-3 用戶登錄程序流程圖
5.3 用戶客房預定的設計與實現
如圖5-4所示為用戶預訂客房界面,用戶可以在這預定自己想要的客房,程序流程圖如太5-5所示
圖5-4 客房預訂界面
圖5-5 客房預定程序流程圖
5.4 用戶菜品預定的設計與實現
如圖5-6所示為用戶菜品預訂界面,用戶可以在這預定想要的菜品,程序流程圖如圖5-7所示
5-6 菜品預定界面
圖5-7 菜品預定程序流程圖
5.5 管理員后臺管理
對于管理員后臺管理,主要是對客房、餐桌、菜品的添加以及對客戶預定這些信息的管理,具體的程序流程圖,如圖5-8所示
圖5-8 管理員程序流程圖
5.5.1 添加客房、餐桌、菜品
如圖5-5所示為客房添加界面,管理員可以添加新類型客房
圖5-5 客房添加界面
如圖5-6 所示為餐桌添加界面,管理員可以添加新的餐桌
圖5-6 餐桌添加界面
如圖5-7所示是菜品添加界面,管理員可以添加新研發的菜品
圖5-7 菜品添加界面
5.5.2 管理客房、餐桌、菜品
如圖5-8所示為客房管理界面,管理員可以在這對各個客房進行管理
圖5-8 客房管理界面
如圖5-9所示為餐桌管理界面,管理員對餐桌的情況進行管理
圖5-9 餐桌管理界面
如圖5-10所示為菜品管理界面,管理員可以管理每天提供的菜品
圖5-10 菜品管理界面
5.6 本章小結
對于各個界面的設計與實現,通過系統界面的展示以及程序流程圖的說明,使各個模塊之間的實現與聯系看起來十分得清晰。
附錄1 譯文
JSP簡介
JSP技術使用Java編程語言編寫類XML的tags和scriptlets,來封裝產生動態網頁的處理邏輯。網頁還能通過tags和scriptlets訪問存在于服務端的資源的應用邏輯。JSP將網頁邏輯與網頁設計的顯示分離,支持可重用的基于組件的設計,使基于Web的應用程序的開發變得迅速和容易。 JSP(JavaServer Pages)是一種動態頁面技術,它的主要目的是將表示邏輯從Servlet中分離出來。 Web服務器在遇到訪問JSP網頁的請求時,首先執行其中的程序段,然后將執行結果連同JSP文件中的HTML代碼一起返回給客戶端。插入的Java程序段可以操作數據庫、重新定向網頁等,以實現建立動態網頁所需要的功能。 JSP與JavaServlet一樣,是在服務器端執行的,通常返回給客戶端的就是一個HTML文本,因此客戶端只要有瀏覽器就能瀏覽。 JSP的1.0規范的Zui后版本是1999年9月推出的,12月又推出了1.1規范。目前較新的是JSP1.2規范,JSP2.0規范的征求意見稿也已出臺。 JSP頁面由HTML代碼和嵌入其中的Java代碼所組成。服務器在頁面被客戶端請求以后對這些Java代碼進行處理,然后將生成的HTML頁面返回給客戶端的瀏覽器。Java Servlet是JSP的技術基礎,而且大型的Web應用程序的開發需要Java Servlet和JSP配合才能完成。JSP具備了Java技術的簡單易用,完全的面向對象,具有平臺無關性且安全可靠,主要面向因特網的所有特點。 自JSP推出后,眾多大公司都支持JSP技術的服務器,如IBM、Oracle、Bea公司等,所以JSP迅速成為商業應用的服務器端語言。
附錄2 英文參考譯文
JSP introduction
JSP technology using Java programming language writing class XML tags and scriptlets to packaging produce dynamic web pages processing logic. Web page can also through the tags and scriptlets access in server resources application logic. JSP page will logic and Web design display separation, support reusable component based design, based on Web application development become quickly and easily. JSP (JavaServer Pages) is a kind of dynamic Pages technology, its main purpose is to say logic separated from Servlet. Web server to meet a visit JSP page request, the first implement the code segment, and then will carry out the results with JSP document HTML code together back to the client. Insert the Java code segment can operate the database, the new orientation of web pages, in order to realize a dynamic web site needs to function. JSP and JavaServlet, is executed on the server, usually back to the client is an HTML text, so the client as long as there is the browser will be able to browse. JSP specification 1.0 the last version is launched in September 1999, and December and introduced a 1.1 standard. There is new is JSP1.2 standard, JSP2.0 standard draft has been issued. The JSP page from the HTML code and embed the Java code of. Server in a page is client request after the Java code for processing, then the generated HTML page back to the client browser. Java Servlet is JSP technology base, and large Web application development need Java Servlet and JSP fit to complete. JSP has the Java technology easy to use, fully object-oriented, with platform independence and safe and reliable, mainly to the Internet all the features. Since the introduction of JSP, many large companies are support JSP technology server, such as IBM, Oracle, Bea company, so JSP quickly become commercial application server end language. JSP can be used a simple simple equation expressed as: HTML + Java + JSP mark = JSP.
- 計算機畢業設計jsp網絡征婚交友網站mysql畢設44 2024-04-28
- 計算機畢業設計jsp網上購物系統ssh畢設54 2024-04-28
- 計算機畢業設計jsp網上訂餐系統mysql畢設40 2024-04-28
- 計算機畢業設計jsp網上報名系統ssh畢設91 2024-04-28
- 計算機畢業設計jsp看看springmvc畢設33 2024-04-28
- 計算機畢業設計jsp玩具商城ssh畢設33 2024-04-28
- 計算機畢業設計jsp物流倉儲調度系統ssh畢設10 2024-04-28
- 計算機畢業設計jsp爬蟲互聯網計算機人力資源需求分析系統ssh畢設89 2024-04-28
- 計算機畢業設計jsp汽車銷售服務系統springmvc畢設69 2024-04-28
- 計算機畢業設計jsp汽車租賃系統mysql畢設27 2024-04-28