食物分享平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘 要
隨著信息技術(shù)的發(fā)展,基于web模式的管理系統(tǒng)逐漸普及,網(wǎng)上查找信息是目前廣受歡迎的模式。食物分享平臺(tái)可以適應(yīng)現(xiàn)代化快節(jié)奏的生活方式,滿足各類人群足不出戶的在線查找菜單,利用食物分享平臺(tái)可以獲取美食制作的方法,并可以和其他用戶進(jìn)行交流,提高了美食的宣傳效率。因此,開發(fā)一個(gè)適合會(huì)員在線查找菜譜的食物分享平臺(tái)具有非常重要的意義。
食物分享平臺(tái)使用Java技術(shù),MySQL數(shù)據(jù)庫進(jìn)行開發(fā),系統(tǒng)后臺(tái)使用springboot框架進(jìn)行開發(fā),具有低耦合、高內(nèi)聚的特點(diǎn),前臺(tái)使用jquery、Html等技術(shù)進(jìn)行頁面布局。最后對(duì)食物分享平臺(tái)進(jìn)行測(cè)試,查看系統(tǒng)的功能、負(fù)載能力和系統(tǒng)的兼容性,結(jié)果表明本系統(tǒng)符合實(shí)際要求,完成了即定要求。本文從需求分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)現(xiàn)和系統(tǒng)測(cè)試方面進(jìn)行闡述。系統(tǒng)的開發(fā),幫助管理員有效的對(duì)美食進(jìn)行管理,提高了美食傳播的效率。
關(guān)鍵詞:食物分享,菜譜,springboot,Java
?
Abstract
With the development of information technology, the management system based on web mode is gradually popularized, and searching information online is currently a popular mode. The food sharing platform can adapt to the modern fast-paced lifestyle, meet the online search menu of all kinds of people at home, use the food sharing platform to obtain the methods of food production, and communicate with other users, improving the efficiency of food publicity. Therefore, it is of great significance to develop a food sharing platform suitable for members to find recipes online.
The food sharing platform uses Java technology, MySQL database for development, and the system background uses the springboot framework for development, which has the characteristics of low coupling and high cohesion. The front end uses jquery, Html and other technologies for page layout. Finally, the food sharing platform was tested to check the function, load capacity and compatibility of the system. The results showed that the system met the actual requirements and completed the predetermined requirements. This paper describes the requirements analysis, system design, system implementation and system testing. The development of the system helps administrators to effectively manage food and improve the efficiency of food dissemination.
Keywords: food sharing, recipes, spring boot, Java
?
本系統(tǒng)選擇的Java語言開發(fā),通過訪問MySQL數(shù)據(jù)庫來存儲(chǔ)食物分享平臺(tái)的數(shù)據(jù),無論從技術(shù)成熟度亦或是軟件結(jié)構(gòu)來看,都具備開發(fā)食物分享平臺(tái)的前提條件和研究目標(biāo)。本文利用軟件工程的思路進(jìn)行分析,設(shè)計(jì)和實(shí)現(xiàn),安排了七個(gè)章節(jié)來進(jìn)行闡述,下面進(jìn)行簡(jiǎn)單的介紹。
第一章首先提出開發(fā)食物分享平臺(tái)的背景意義,闡述國(guó)內(nèi)外研究的現(xiàn)狀并進(jìn)行比較,最后得出展望,
第二章介紹系統(tǒng)的關(guān)鍵技術(shù),包括Java語言、前臺(tái)技術(shù)。
第三章進(jìn)行需求分析。先介紹開發(fā)系統(tǒng)的可行性,然后規(guī)劃系統(tǒng)提出需求,并利用用例圖來分析各個(gè)角色所要具有的功能。
第四章對(duì)系統(tǒng)進(jìn)行詳細(xì)的設(shè)計(jì)。
第五章介紹食物分享平臺(tái)的實(shí)現(xiàn)過程,包括截圖和實(shí)現(xiàn)流程。
第六章進(jìn)行系統(tǒng)的測(cè)試,通過測(cè)試用例來逐條測(cè)試完善系統(tǒng)。
第七章對(duì)食物分享平臺(tái)進(jìn)行總結(jié)和工作展望。
?
食物分享平臺(tái)主要有如下幾類用戶:第一類是游客(未注冊(cè)用戶),第二類是正式用戶(已注冊(cè)用戶),第三類是后臺(tái)管理員。
食物分享平臺(tái)為管理員和會(huì)員使用,當(dāng)前臺(tái)用戶沒有登錄時(shí),屬于游客,所以從用戶角度劃分,本系統(tǒng)包括了三類用戶,即管理員、會(huì)員、游客。食物分享平臺(tái)功能包括前臺(tái)和后臺(tái)。食物分享平臺(tái)包括了前后臺(tái)兩大功能板塊,功能涉及注冊(cè)與登錄模塊、管理員功能模塊、個(gè)人用戶模塊、美食瀏覽模塊、美食檢索模塊、美食信息模塊、訂單管理模塊、購(gòu)物車管理模塊。
食物分享平臺(tái)后臺(tái)管理系統(tǒng)是一個(gè)結(jié)合現(xiàn)代計(jì)算機(jī)編程技術(shù)而開發(fā)的一個(gè)管理系統(tǒng),是為了使網(wǎng)上后臺(tái)管理者能夠在管理后臺(tái)美食美食的過程中運(yùn)用系統(tǒng)軟件來對(duì)美食,訂單,管理人員等方面進(jìn)行一個(gè)有效,系統(tǒng),方便,快捷的管理過程。

