【正文】
畢業(yè)設(shè)計(jì)(畢業(yè)論文)基于JSP的外賣(mài)點(diǎn)餐系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘 要隨著電子商務(wù)的迅速發(fā)展以及時(shí)代的不斷進(jìn)步,今天的社會(huì)已經(jīng)成為了徹徹底底的信息化時(shí)代。生活水平的提高使得人們不再單純的滿(mǎn)足于實(shí)體消費(fèi),同時(shí)工作上的忙碌讓很多的人不得不通過(guò)網(wǎng)絡(luò)來(lái)解決一些實(shí)際的問(wèn)題。餐飲是必不可少的行業(yè),然而大部分的實(shí)體餐飲店由于受到環(huán)境、時(shí)間等因素的限制不再是人們唯一的去處,越來(lái)越多的消費(fèi)者逐漸將目光轉(zhuǎn)移到網(wǎng)絡(luò)訂餐,他們?cè)诿β档那闆r下更愿意通過(guò)網(wǎng)上訂餐來(lái)解決吃飯的問(wèn)題。同時(shí),企業(yè)經(jīng)營(yíng)者也不會(huì)放過(guò)這種絕佳的賺錢(qián)渠道。目前已經(jīng)有了越來(lái)越多的網(wǎng)上外賣(mài)點(diǎn)餐系統(tǒng)。通過(guò)結(jié)合如今騰飛的電子商務(wù)以及人們消費(fèi)觀念的改變同時(shí)結(jié)合實(shí)地考察開(kāi)發(fā)了本外賣(mài)點(diǎn)餐系統(tǒng),通過(guò)本系統(tǒng)能夠有效地解決消費(fèi)者吃飯的問(wèn)題,同時(shí)也為企業(yè)經(jīng)營(yíng)者開(kāi)拓了另一片投資賺錢(qián)的天地。本外賣(mài)點(diǎn)餐系統(tǒng)通過(guò)使用JSP + Mysql技術(shù)來(lái)進(jìn)行實(shí)現(xiàn),采用了Tomcat作為服務(wù)器平臺(tái),采用SSH框架技術(shù)來(lái)對(duì)程序進(jìn)行了高效的開(kāi)發(fā),本外賣(mài)點(diǎn)餐系統(tǒng)主要是通過(guò)前臺(tái)來(lái)面向全體消費(fèi)者,通過(guò)后臺(tái)來(lái)對(duì)前臺(tái)的主要信息進(jìn)行實(shí)時(shí)、統(tǒng)一、高效的管理。關(guān)鍵詞:外賣(mài)點(diǎn)餐;JSP程序語(yǔ)言;Tomcat服務(wù)器;Mysql數(shù)據(jù)庫(kù);SSH框架ABSTRACTWith the rapid development of emerce and the continuous progress of the times, today39。s society has bee an era of thorough information era. The improvement of living standards makes people no longer simply satisfied with the real consumption. While the busy work makes people have to solve some practical problems through the network.Catering industry is essential. However, due to restrictions by the environment, time and other factors, most of the entities restaurants are no longer the only place for people. More and more consumers gradually shift attention to online ordering. They engaged in more willing to through online in order to solve the food problem. At the same time, business operators will not let go of this great money channel. There are already a growing number of online takeaway ordering system.By bining now takeoff of electronic merce and people39。s consumption concept change and bining with the onthespot investigation developed the takeaway ordering system. Through this system that can effectively solve the eat problem of consumers and develop another piece of the money for enterprise managersThe takeaway ordering system uses JSP + Mysql technology to realize and use Tomcat as the server platform. Use SSH frame technology to develop the program efficiently, the takeaway ordering system is mainly through the foreground for all consumers, through the background on the front of the main information of realtime, unified and efficient management.Keywords: Takeaway Ordering。 JSP Programming Language。 Tomcat Server。 Mysql Database。 SSH Framework目 錄摘 要 1ABSTRACT 21 緒 論 1 課題的任務(wù)與目的 1 動(dòng)態(tài)網(wǎng)頁(yè)設(shè)計(jì)方案 1 開(kāi)發(fā)工具及環(huán)境 2:Windows 7 2:JSP 2:MySql 2:Tomcat 3:SSH 3 ASP技術(shù) 3 JSP技術(shù) 4 PHP技術(shù) 4 三種技術(shù)比較分析 52 網(wǎng)站分析 6 需求描述 6 網(wǎng)站功能分析 9 9 9 可行性分析 10 運(yùn)行環(huán)境 113 網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn) 12 網(wǎng)站總體結(jié)構(gòu)設(shè)計(jì) 12 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 12 12 13 具體功能設(shè)計(jì) 154 外賣(mài)點(diǎn)餐系統(tǒng)的功能實(shí)現(xiàn) 17 網(wǎng)站主頁(yè)面模塊 17 前臺(tái)功能模塊 17 我的信息 17 我的訂餐車(chē) 19 留言板 19 網(wǎng)站公告 20 后臺(tái)功能模塊 21 管理員登錄界面 21 注冊(cè)會(huì)員管理 21 菜品類(lèi)別管理 22 菜品管理 22 訂單管理 23 留言管理 23 公告管理 245 系統(tǒng)測(cè)試 25結(jié)束語(yǔ) 27參考文獻(xiàn) 28致 謝 2930第1章 緒 論 課題的任務(wù)與目的互聯(lián)網(wǎng)的發(fā)展勢(shì)必會(huì)使得越來(lái)越多的企業(yè)通過(guò)它來(lái)進(jìn)行宣傳與推廣,而計(jì)算機(jī)的普及讓更多的人將可通過(guò)網(wǎng)絡(luò)來(lái)進(jìn)行各種活動(dòng)包括娛樂(lè)、學(xué)習(xí)、工作、購(gòu)物等,甚至可以說(shuō),人們已經(jīng)離不開(kāi)網(wǎng)絡(luò)。大街小巷隨處可見(jiàn)人們用手機(jī)去瀏覽新聞,玩游戲,看電影,辦公,聊天。同時(shí)在各大企業(yè)的辦公室里,每個(gè)職員都擁有一臺(tái)自己的辦公計(jì)算機(jī)。種種現(xiàn)象均說(shuō)明如今已經(jīng)全面步入信息化時(shí)代。喜歡購(gòu)物是人們的天性,而通過(guò)網(wǎng)絡(luò)點(diǎn)外賣(mài)如今雖然已經(jīng)有很多的人在使用,但是更多的人還是依然去實(shí)體餐飲店消費(fèi)。其中,依然去實(shí)體店消費(fèi)的原因無(wú)外乎方便,省事。通過(guò)網(wǎng)絡(luò)點(diǎn)餐不僅麻煩而且安全性不夠,然后隨著互聯(lián)網(wǎng)技術(shù)的不斷提高,人么已經(jīng)發(fā)現(xiàn),安全問(wèn)題不再是很大的問(wèn)題,因?yàn)槿缃竦木W(wǎng)絡(luò)購(gòu)物有了更多的保障,比如說(shuō)如日中天的支付寶,便是為保障消費(fèi)者權(quán)益設(shè)置的第三方平臺(tái),這類(lèi)平臺(tái)如今在網(wǎng)絡(luò)上找到很多。通過(guò)這些第三方平臺(tái)的保障,人們會(huì)隨著時(shí)間的積累逐漸改變對(duì)互聯(lián)網(wǎng)的態(tài)度,網(wǎng)絡(luò)購(gòu)物自然也會(huì)逐漸興起。本次畢業(yè)設(shè)計(jì)即是通過(guò)實(shí)地考察和研究來(lái)進(jìn)行的,本外賣(mài)點(diǎn)餐系統(tǒng)通過(guò)結(jié)合消費(fèi)者的需求以及網(wǎng)站用戶(hù)體驗(yàn)度等方面最終進(jìn)