【正文】
畢業(yè)論文(設(shè)計(jì)) 第 I 頁 網(wǎng)上訂餐系統(tǒng) 摘 要 本系統(tǒng)是利用 ASP 技術(shù)與 Access 數(shù)據(jù)庫(kù),基于 Inter 信息服務(wù)( IIS)平臺(tái),實(shí)現(xiàn)了一個(gè)小型網(wǎng)上訂餐系統(tǒng),有 2 大主要模塊 ,前臺(tái)管理包括瀏覽菜單、查詢訂購(gòu)菜單、結(jié)賬模塊、用戶信息管理功能。后臺(tái)管理包括商品管理、訂單管理、評(píng)論管理和系統(tǒng)用戶管理等模塊。通過互聯(lián)網(wǎng)客戶與旅行社或相關(guān)單位的網(wǎng)上交流及業(yè)務(wù)的完成。 本系統(tǒng)完成的主要功能:用戶通過瀏覽主頁面來實(shí)現(xiàn)會(huì)員的注冊(cè)功能,可以瀏覽商品的信息圖片與價(jià)格,用戶注冊(cè)為會(huì)員后可以購(gòu)買上架的食品。通過一個(gè)購(gòu)物車來計(jì)算用戶購(gòu)買物品的價(jià)錢。用戶可 對(duì)所買的物品進(jìn)行評(píng)論。后臺(tái)管理員方面,管理員有最高的權(quán)限,可以進(jìn)行新管理員的添加與信息的修改,新商品的添加,可以對(duì)商品的類別進(jìn)行轉(zhuǎn)移,對(duì)用戶的評(píng)論進(jìn)行管理,對(duì)用戶的訂單進(jìn)行管理。 本系統(tǒng)采用 B/S 模式:與傳統(tǒng)的 C/S 模式相比, B/S 結(jié)構(gòu)把處理功能全部移植到了服務(wù)器端,用戶的請(qǐng)求通過瀏覽器發(fā)出,無論是使用和數(shù)據(jù)庫(kù)維護(hù)上都比傳統(tǒng)模式更加經(jīng)濟(jì)方便。而且使維護(hù)任務(wù)層次化:管理員負(fù)責(zé)服務(wù)器硬件日常管理和維護(hù),系統(tǒng)維護(hù)人員負(fù)責(zé)后臺(tái)數(shù)據(jù)庫(kù)數(shù)據(jù)更新維護(hù)。采用 B/S 模式,突破傳統(tǒng)的文件共享模式,為網(wǎng)上訂餐的設(shè)計(jì)提供新的解決方 案。 關(guān)鍵詞: 網(wǎng)上訂餐系統(tǒng); ASP 技術(shù) ; B/S 畢業(yè)論文(設(shè)計(jì)) 第 II 頁 Abstract This system is uses the ASP technology and the Access database, based on the Inter message service (IIS) the platform, has implemented as mall online subscribing meal system, some 2 greatly main modules front end control including browse menu, inquiry order menu, knot account module, user information control function. Backend control including modity control, order form control, mentary control and module and so on system user control. Through Inter client and travel agency or correlation unit39。s online exchange and service pleting. This system pletes main function: The user through browses the hostage to implement member39。s registration function, may browse the modity the information picture and the price, the user registration may purchase the top carriage after the member food. Calculates the user purchase goods through a shopping vehicle the price. The user mayto the goods which buys carry on the mentary. The backend administrator aspect, the administrator has the highest permission, may carry on the new administrator’s increase and the information modification, the new modity increase, may carry on the transfer to the modity category, carries on the control to user39。s mentary, carries on the control to user39。s order form. We implement this small web station system to meet with the specific requirements of the graduating design in the department of puter science and technology, which is based on the IIS(Inter Information Service. traditional C/ the mode of S, the B/ the construction of S carries to handle function all transplantations arrived the server, the claim of the customer passes the browser sends out, regardless is to uses to support with database the top pares the traditional mode more economy convenience. And make support the mission level of structure turn: Managing person responsible for server hardware usually management with support, the system supports personnel responsible for the backstage database data renew maintenance. Adoption B/ the mode of S, break the traditional document share the mode, for the new solution in offering in design of the shopping. Keyword: ordering meals online; ASP Technology; B/S 畢業(yè)論文(設(shè)計(jì)) 第 III 頁 目 錄 摘 要 .............................................................. I ABSTRACT .......................................................... II 目 錄 ............................................................ III 第 1 章 引 言 ....................................................... 6 網(wǎng)上訂餐系統(tǒng)介紹 ...........................................................................................................................................6 網(wǎng)上訂餐 ....................................................... 6 研究的背景 ..................................................... 6 研究的目的 ..................................................... 7 開發(fā)所用軟件簡(jiǎn)介 ...........................................................................................................................................8 Dreamweaver 技術(shù)簡(jiǎn)介 ............................................ 8 Fireworks ...................................................... 8 Frontpage ...................................................... 8 ASP 和 IIS 簡(jiǎn)介 ................................................................................................................................................9 ASP 概況 ........................................................ 9 為什么采用 ASP................................................. 10 IIS 簡(jiǎn)介 ....................................................... 10 IIS 與 ASP 結(jié)合 ................................................. 10 ASP 的對(duì)象 ..................................................... 11 IIS 架設(shè)本地服務(wù)器 ............................................. 12 畢業(yè)論文(設(shè)計(jì)) 第 IV 頁 第 2 章 需求分析及設(shè)計(jì) .............................................. 14 系統(tǒng)概述 .......................................................................................................................................................... 14 網(wǎng)上訂餐面臨的挑戰(zhàn) ............................................ 14 網(wǎng)上訂餐的支持需求: .......................................... 15 訂餐系統(tǒng)模塊簡(jiǎn)介 ........................................................................................................................................ 15 第 3 章 數(shù)據(jù)庫(kù)設(shè)計(jì) .................................................. 21 數(shù)據(jù)庫(kù)的概念 ................................................................................................................................................ 21 數(shù)據(jù)庫(kù)設(shè)計(jì)概述 ............................................................................................................................................ 21 數(shù)據(jù)庫(kù)設(shè)計(jì)的步驟 ........................................................................................................................................ 22 數(shù)據(jù)庫(kù)的需求分析 ........................................................................................................................................ 23 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) ...................................................................................................................