網(wǎng)上美食商城設(shè)計(jì).docx
約39頁DOCX格式手機(jī)打開展開
網(wǎng)上美食商城設(shè)計(jì),[摘要] 論文介紹了網(wǎng)上美食商城的研究背景以及設(shè)計(jì)和實(shí)現(xiàn)。論文所實(shí)現(xiàn)的網(wǎng)上美食商城的設(shè)計(jì)與實(shí)現(xiàn)從符合操作簡單、界面簡潔美觀、靈活、安全的要求出發(fā),完成網(wǎng)上美食商城的設(shè)計(jì)與實(shí)現(xiàn)的全過程。該系統(tǒng)使用sturts2、spring、hibernate框架和oracle數(shù)據(jù)庫開發(fā),該系統(tǒng)分三個(gè)模塊:商戶模塊、用戶模塊和管理員模塊...
內(nèi)容介紹
此文檔由會(huì)員 xiaozbd 發(fā)布[摘要] 論文介紹了網(wǎng)上美食商城的研究背景以及設(shè)計(jì)和實(shí)現(xiàn)。論文所實(shí)現(xiàn)的網(wǎng)上美食商城的設(shè)計(jì)與實(shí)現(xiàn)從符合操作簡單、界面簡潔美觀、靈活、安全的要求出發(fā),完成網(wǎng)上美食商城的設(shè)計(jì)與實(shí)現(xiàn)的全過程。該系統(tǒng)使用Sturts2、Spring、Hibernate框架和Oracle數(shù)據(jù)庫開發(fā),該系統(tǒng)分三個(gè)模塊:商戶模塊、用戶模塊和管理員模塊,分別實(shí)現(xiàn)不同的功能。系統(tǒng)前臺(tái)能實(shí)現(xiàn)用戶訂餐、菜品查詢、用戶留言、用戶評(píng)價(jià)、購物車管理等功能,系統(tǒng)后臺(tái)能實(shí)現(xiàn)商戶的訂單管理、餐廳管理、餐品管理、評(píng)價(jià)管理、留言管理等功能,實(shí)現(xiàn)管理員的用戶管理、商戶管理、廣告欄管理和輪播廣告管理功能。該系統(tǒng)試運(yùn)行良好,可提供可靠的管理功能。該系統(tǒng)基于MVC三層模式開發(fā),實(shí)現(xiàn)了頁面與邏輯的分離。
[關(guān)鍵詞] 網(wǎng)上美食商城;Struts2;Spring;Hibernate;Oracle
Abstract: The paper simply introduced the design and realization of the Online Food mall development background, describes in detail the design idea of the whole system and its development process. Paper implemented Online Food mall from conforms to the design and implementation of simple operation, simple and beautiful interface, flexible, and the requirement of safety, to complete the Online Food mall system during the process of the design and implementation. The system uses Sturts2, Spring, Hibernate framework and Oracle database to develop, the Online Food mall system is divided into Three layer model: seller model, user model, admin model, to implement different functions. Front of the system can realize order management, meal query, user message management, user eva luation, shopping cart management, etc. Back of the system can realize order management, restaurant management, meal management ,user eva luation management, message management of the seller, it can also realize the user management, seller management, ad management and scrolling ad management of the admin. The system runs well and it can realize reliable management functions. The system is based on the MVC three-tier model development, realize the separation of page and logic.
Key words: Online Food mall system;Struts2;Spring;Hibernate;Oracle
目 錄
1 緒 論 1
1.1 研究意義 1
1.2 研究現(xiàn)狀及發(fā)展趨勢(shì) 1
2 系統(tǒng)分析 2
2.1 系統(tǒng)功能要求 2
2.2 系統(tǒng)開發(fā)功能 4
2.3 系統(tǒng)的可行性分析 5
2.3.1技術(shù)可行性 5
2.3.2 經(jīng)濟(jì)可行性 5
2.3.3操作可行性 5
3 總體設(shè)計(jì) 6
3.1 功能模塊劃分 6
3.1.1用戶模塊 6
3.1.2 商戶模塊 6
3.1.3 管理員模塊 7
3.2 系統(tǒng)模塊設(shè)計(jì)圖 7
3.2.1用戶模塊圖 7
3.2.2商戶模塊圖 8
3.2.3管理員模塊圖 8
3.3 數(shù)據(jù)庫模型 9
3.3.1 實(shí)體模型圖 9
3.4 開發(fā)工具和開發(fā)框架介紹 13
3.4.1 Java介紹 13
3.4.2 Struts2框架介紹 13
3.4.3 Spring框架介紹 14
3.4.4 Hibernate框架介紹 14
4 詳細(xì)設(shè)計(jì) 15
4.1 各模塊的功能 15
4.1.1 商戶模塊 15
4.1.2 用戶模塊 15
4.1.3 管理員模塊 16
4.2 系統(tǒng)數(shù)據(jù)庫的設(shè)計(jì) 16
4.2.1 數(shù)據(jù)庫表的結(jié)構(gòu) 16
4.2.2 數(shù)據(jù)庫選擇及理由 20
5 系統(tǒng)實(shí)現(xiàn) 22
5.1 登陸注冊(cè)功能的實(shí)現(xiàn) 22
5.2商戶模塊的實(shí)現(xiàn) 23
5.3用戶模塊的實(shí)現(xiàn) 27
5.4管理員模塊的實(shí)現(xiàn) 28
結(jié) 束 語 30
致 謝 31
參考文獻(xiàn) 32
附錄A 部分代碼 33