【正文】
本科 畢業(yè)設(shè)計(jì)(論文) 網(wǎng)上訂餐 系統(tǒng) 的設(shè)計(jì)與實(shí)現(xiàn) 學(xué) 院 計(jì)算機(jī)學(xué)院 專 業(yè) 軟件工程 年級(jí)班別 2021 級(jí) 軟件工程 4 班 學(xué) 號(hào) XXXXXXXXX 學(xué)生姓名 XXXXXXXX 指導(dǎo)教師 李勝蓮 2021年 5 月 摘 要 本 系統(tǒng)為顧客提供了各種美食的 詳細(xì)信息,可以方便顧客對(duì)美食進(jìn)行選購,顧客還可對(duì)自己的個(gè)人信息進(jìn)行修改,可以查看過往訂過的美食的信息;為餐廳提供了一個(gè)虛擬的店面,方便餐廳管理人員了解顧客的需求,進(jìn)而改變下一階段的銷售策略,還可以進(jìn)行美食管理,訂單管理,會(huì)員信息管理,其中,超級(jí)管理員還可以對(duì)管理員的信息進(jìn)行管理。 本系統(tǒng)開發(fā)使用 B/S 結(jié)構(gòu),嚴(yán)格的按照軟件工程的思想貫穿系統(tǒng)設(shè)計(jì),利用 Java語言,以 SQL Server 作為系統(tǒng)數(shù)據(jù)庫,實(shí)現(xiàn)網(wǎng)上訂餐系統(tǒng)的開發(fā)。這些先進(jìn)的開發(fā)思想和技術(shù)手段有力地保證了此系統(tǒng)可以安全地、高效地為餐廳的運(yùn)營和顧客的就 餐進(jìn)行服務(wù)。 本文介紹了經(jīng)過 可行性分析、 用戶需求分析后,對(duì)訂餐系統(tǒng)的基本設(shè)計(jì)、系統(tǒng)設(shè)計(jì)、詳細(xì)設(shè)計(jì)的開發(fā)研制過程。本文所設(shè)計(jì)的功能滿足餐廳的實(shí)際需求,使餐廳在訂餐方面更加科學(xué)化,減少了人物力資源的不合理消耗,最后實(shí)現(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)成及研究?jī)?nèi)容 ............................................................................................... 2 2 系統(tǒng)分析 ............................................................................................................................. 4 項(xiàng)目概述 ................................................................................................................... 4 可行性分析 ............................................................................................................... 4 需求分析 ................................................................................................................... 5 顧客網(wǎng)上訂餐功能分析 ....................................... 5 顧客用例圖 ................................................. 6 管理員后臺(tái)管理系統(tǒng)功能分析 ................................. 6 管理員和超級(jí)管理員用例圖 ................................... 7 系統(tǒng)具體功能列表 ........................................... 8 開發(fā)及運(yùn)行環(huán)境 ....................................................................................................... 8 關(guān)鍵技術(shù)簡(jiǎn)介 ........................................................................................................... 9 3 總體設(shè)計(jì) ........................................................................................................................... 10 設(shè)計(jì)目標(biāo) ................................................................................................................. 10 功能設(shè)計(jì) ................................................................................................................. 11 數(shù)據(jù)庫設(shè)計(jì) ............................................................................................................. 13 4 詳細(xì)設(shè)計(jì) ........................................................................................................................... 18 包的設(shè)計(jì) ................................................................................................................. 18 數(shù)據(jù)庫操作 Javabean 的編寫 ............................................................................... 18 控制器 Servlet 的編寫 ......................................................................................... 19 系統(tǒng) JavaBean 的編寫 ........................................................................................... 21 對(duì)象操作 DAO 的編寫 ............................................................................................. 21 網(wǎng)站前臺(tái)表現(xiàn)層 Jsp 的編寫 ................................................................................. 22 5 網(wǎng)站前臺(tái)系統(tǒng)實(shí)現(xiàn) ........................................................................................................... 25 網(wǎng)站前臺(tái)首頁 ......................................................................................................... 25 餐品查詢 模塊 ...............................................