【正文】
2021 屆 分類號 : TP311 單位代碼: 10452 學(xué)士學(xué)位畢業(yè)設(shè)計 (論文 ) 麗嘉賓館管理系統(tǒng) 姓 名 黃 宗 臣 學(xué) 號 202113870417 年 級 2021 級 專 業(yè) 軟件工程 系(院) 信 息 學(xué) 院 指導(dǎo)教師 許 作 萍 2021 年 3 月 Hotel MANAGEMENT SYYTEM ON by Huang Zongchen Supervisor: Xu Zuoping March 2021 誠 信 聲 明 本人呈交給臨沂大學(xué)的這篇畢業(yè)論文,除了所注參考文獻(xiàn)和世所公認(rèn)的文獻(xiàn)外,全部是本人在指導(dǎo)老師指導(dǎo)下的設(shè)計成果。 學(xué)生簽名: 日 期: 經(jīng)檢查該畢業(yè)設(shè)計(論文)為獨(dú)立完成,不存在抄襲現(xiàn)象。 指導(dǎo)老師簽名: 日 期: 麗嘉賓館管理系 統(tǒng) 摘 要 隨著賓館行業(yè)競爭日益增強(qiáng),用戶的需求也越來越多,傳統(tǒng)的管理已經(jīng)不能滿足快消費(fèi)、快節(jié)奏的生活,而且在管理上產(chǎn)生的數(shù)據(jù)也是成倍地增長,這就要求賓館的運(yùn)行必須有科學(xué)化和系統(tǒng)化的管理。當(dāng)前社會環(huán)境下,計算機(jī)應(yīng)用廣泛,開發(fā)出一款實(shí)用性強(qiáng)、高效的系統(tǒng)具有很重要的意義。 本文明確了系統(tǒng)開發(fā)的目 的和意義,描述了系統(tǒng)的需求分析、系統(tǒng)設(shè)計、詳細(xì)設(shè)計和編碼等主要內(nèi)容,在大體上實(shí)現(xiàn)了系統(tǒng)的功能。本系統(tǒng)通過 SQL Server2021 數(shù)據(jù)庫與Visual Studio 2021 平臺連接,實(shí)現(xiàn)對數(shù)據(jù)的訪問和操作。基于 B/S 模式以網(wǎng)頁的形式實(shí)現(xiàn)后臺管理和前臺會員的功能。采用了三層架構(gòu)的形式:在數(shù)據(jù)訪問層對數(shù)據(jù)庫的操作封裝成類;在業(yè)務(wù)邏輯層對類中的方法進(jìn)行調(diào)用,實(shí)現(xiàn)數(shù)據(jù)的錄入和調(diào)出;在表現(xiàn)層采用文本框輸入、按鈕響應(yīng)事件,實(shí)現(xiàn)業(yè)務(wù)邏輯層功能的調(diào)用。在流程明確、目標(biāo)明確和框架明確的前提下,開發(fā)出界面美觀、功能清晰完善 的系統(tǒng)。 本文也對用戶體驗和系統(tǒng)架構(gòu)方面進(jìn)行了研究,完善了系統(tǒng)的實(shí)用性和易用性。為滿足日后需求增加,系統(tǒng)的可修改性也比較好。提高了代碼的重用性,旨在開發(fā)出易拓展、易維護(hù)、易使用的系統(tǒng)。 關(guān)鍵詞 :科學(xué)化;三層架構(gòu);易用性;數(shù)據(jù)庫; B/S 麗嘉賓館管理系 統(tǒng) Abstract With the increasing petition of hotel industry, the demand of the user is also increasing, the traditional management has been unable to meet the fast consumption, fast rhythm of life. But in the management of data is growing exponentially, this requires a scientific and systematic management. Now the puter technology perated into all walks of life, to develop practical significance is farreaching scientific and effective managementsystem. This page clear the system development goal and the introduces the main contents of the system requirement analysis, system design, detailed design and coding, on the whole to realize the function of the system. System uses SQL Server2021 database connection and Visual Studio 2021 platform, to realize the access and operation of data. Hotel Management System Based on B/S implementation, implementation management background and prospects of membership function in the form of a web page, using three layer architecture : access layer encapsulate database operations into categories in the data。call the method of business logic layer of the class。realize the data entry and out。using the input text box the button in response to events,in the presentation layer, business logic layer, function calls to achieve. In the process of clear, clear objectives and clear framework of the premise, to develop the system interface is beautiful, functional clear and plete. This paper also studied the user experience and system architecture, improve the usefulness and usability of the system. In order to meet the growing demand for the future, modifications of the system is also better. Improve the reusability of the code, To develop easy extension, easy maintenance, easy to use system. Key Words: Scientific。 response。 Usability。 database。 B/S 麗嘉賓館管理系 統(tǒng) 目 錄 前 言 ...................................................................... 1 第 1章 選題背景 ............................................................. 2 賓館管理系統(tǒng)現(xiàn)狀 .................................................... 2 賓館管理系統(tǒng)的優(yōu)勢 .................................................. 2 任務(wù)概述 ............................................................ 2 第 2章 解決方案的選擇 ....................................................... 4 系統(tǒng)說明 ............................................................ 4 可行性分析 .......................................................... 4 開發(fā)環(huán)境分析 .................................................. 4 經(jīng)濟(jì)可行性 .................................................... 5 操作可行性 .................................................... 5 技術(shù)可行性分析 ................................................ 5 第 3章 需求分析 ............................................................. 6 功能需求 ............................................................ 6 非功能需求 .......................................................... 6 外部接口需求 .................................................. 6 性能需求 ...................................................... 6 其它需求 ...................................................... 7 第 4章 數(shù)據(jù)庫設(shè)計 ........................................................... 8 概念結(jié)構(gòu)設(shè)計 ........................................................ 8 設(shè)計思路 ...................................................... 8 ER 圖 ....................................................... 8 邏輯結(jié)構(gòu)設(shè)計 ........................................................ 9 設(shè)計思路 ...................................................... 9 邏輯模型 ...................................................... 9 物理結(jié)構(gòu)設(shè)計 ....................................................... 10 存取方式 ..................................................... 10 存儲結(jié)構(gòu) ..................................................... 11 第 5章 UI設(shè)計 ............................................................. 14 賓館管理系統(tǒng)首頁界面 ............................................... 14 用戶注冊界面 ....................................................... 15 麗嘉賓館管理系 統(tǒng) 預(yù)定界面 ........................................................... 16 留言板界面 ......................................................... 17 后臺登錄界面 ....................................................... 18 后臺主界面 .........................................................