【正文】
本科 畢業(yè)設計(論文) 網(wǎng)上訂餐 系統(tǒng) 的設計與實現(xiàn) 學 院 計算機學院 專 業(yè) 軟件工程 年級班別 2021 級 軟件工程 4 班 學 號 XXXXXXXXX 學生姓名 XXXXXXXX 指導教師 李勝蓮 2021年 5 月 摘 要 本 系統(tǒng)為顧客提供了各種美食的 詳細信息,可以方便顧客對美食進行選購,顧客還可對自己的個人信息進行修改,可以查看過往訂過的美食的信息;為餐廳提供了一個虛擬的店面,方便餐廳管理人員了解顧客的需求,進而改變下一階段的銷售策略,還可以進行美食管理,訂單管理,會員信息管理,其中,超級管理員還可以對管理員的信息進行管理。 本系統(tǒng)開發(fā)使用 B/S 結(jié)構(gòu),嚴格的按照軟件工程的思想貫穿系統(tǒng)設計,利用 Java語言,以 SQL Server 作為系統(tǒng)數(shù)據(jù)庫,實現(xiàn)網(wǎng)上訂餐系統(tǒng)的開發(fā)。這些先進的開發(fā)思想和技術(shù)手段有力地保證了此系統(tǒng)可以安全地、高效地為餐廳的運營和顧客的就 餐進行服務。 本文介紹了經(jīng)過 可行性分析、 用戶需求分析后,對訂餐系統(tǒng)的基本設計、系統(tǒng)設計、詳細設計的開發(fā)研制過程。本文所設計的功能滿足餐廳的實際需求,使餐廳在訂餐方面更加科學化,減少了人物力資源的不合理消耗,最后實現(xiàn)了提高工作效率的目的。 關(guān)鍵詞: JSP, Servlet, JavaBean, 購物車, 網(wǎng)上訂餐 Abstract This system can plete the main process management and medical economic management from the admission to discharge. At the same time, it can give the medical cost data, so as to make use of the medical information effectively and scientifically, and improve the level of management and service. The Hospital Management System provides detail information about the patients. It includes the register of patients, the settlement of accounts, the transfer of the patients, the statistics of the admitted to hospital and discharged from hospital, the inquiries of the patients and their prescriptions and etc. The development of the system to use B / S structure, in accordance with the strict idea of software engineering to design. With the use of PowerBuilder technology and SQL Server database as the advanced technology, to realize Hospital Inpatient Department Management System. These advanced ideas and technical means ensure that the new management system can work safely and efficiently to manage the actual Hospital Inpatient Department This paper introduces the development process of the system analysis, the general design and the details of the Hospital Inpatient Department Management System after the user demand analysis of the management system. This article designs the function satisfies the hospital medical supply store management the physical demand, enables the hospital the medical supply store management to be under the scientific management, reduced the character transport charges source unreasonable consumption, finally has realized the enhancement working efficiency goal. Keywords : JSP, Servlet, JavaBean, shopping cart, Food Ordering I 目 錄 1 緒論 ..................................................................................................................................... 1 題目背景及目的 ....................................................................................................... 1 國內(nèi)外研究狀況 ....................................................................................................... 1 國內(nèi)方面 ................................................... 1 國外方面 ................................................... 2 題目研究方法 ........................................................................................................... 2 論文構(gòu)成及研究內(nèi)容 ............................................................................................... 2 2 系統(tǒng)分析 ............................................................................................................................. 4 項目概述 ................................................................................................................... 4 可行性分析 ............................................................................................................... 4 需求分析 ................................................................................................................... 5 顧客網(wǎng)上訂餐功能分析 ....................................... 5 顧客用例圖 ................................................. 6 管理員后臺管理系統(tǒng)功能分析 ................................. 6 管理員和超級管理員用例圖 ................................... 7 系統(tǒng)具體功能列表 ........................................... 8 開發(fā)及運行環(huán)境 ....................................................................................................... 8 關(guān)鍵技術(shù)簡介 ........................................................................................................... 9 3 總體設計 ........................................................................................................................... 10 設計目標 ................................................................................................................. 10 功能設計 ................................................................................................................. 11 數(shù)據(jù)庫設計 ............................................................................................................. 13 4 詳細設計 ........................................................................................................................... 18 包的設計 ................................................................................................................. 18 數(shù)據(jù)庫操作 Javabean 的編寫 ............................................................................... 18 控制器 Servlet 的編寫 ......................................................................................... 19 系統(tǒng) JavaBean 的編寫 ........................................................................................... 21 對象操作 DAO 的編寫 ............................................................................................. 21 網(wǎng)站前臺表現(xiàn)層 Jsp 的編寫 ................................................................................. 22 5 網(wǎng)站前臺系統(tǒng)實現(xiàn) ........................................................................................................... 25 網(wǎng)站前臺首頁 ......................................................................................................... 25 餐品查詢 模塊 ...............................................