基于nodejs的在線跑腿系統(tǒng)設(shè)計與實現(xiàn)-計算機(jī)畢業(yè)設(shè)計源碼+LW文檔
摘要
隨著信息技術(shù)和網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,人類已進(jìn)入全新信息化時代,傳統(tǒng)管理技術(shù)已無法高效,便捷地管理信息。為了迎合時代需求,優(yōu)化管理效率,各種各樣的管理系統(tǒng)應(yīng)運而生,各行各業(yè)相繼進(jìn)入信息管理時代,在線跑腿系統(tǒng)就是信息時代變革中的產(chǎn)物之一。
任何系統(tǒng)都要遵循系統(tǒng)設(shè)計的基本流程,本系統(tǒng)也不例外,同樣需要經(jīng)過市場進(jìn)行調(diào)研,論文需求進(jìn)行分析,概要設(shè)計,系統(tǒng)詳細(xì)設(shè)計,測試和編碼等步驟,設(shè)計并實現(xiàn)了在線跑腿系統(tǒng)。系統(tǒng)選用B/S模式,應(yīng)用nodejs技術(shù),MySQL為后臺數(shù)據(jù)庫。系統(tǒng)主要包括首頁,個人中心,用戶管理,跑腿管理,服務(wù)類型管理,服務(wù)信息管理,跑腿接單管理,訂單完成管理,訂單評價管理,系統(tǒng)管理等功能模塊。
本文首先介紹了在線跑腿系統(tǒng)的技術(shù)發(fā)展背景與發(fā)展現(xiàn)狀,然后遵循軟件常規(guī)開發(fā)流程,首先針對系統(tǒng)選取適用的語言和開發(fā)平臺,根據(jù)需求分析制定模塊并設(shè)計數(shù)據(jù)庫結(jié)構(gòu),再根據(jù)系統(tǒng)總體功能模塊的設(shè)計繪制系統(tǒng)的功能模塊圖,流程圖以及E/R圖。然后,設(shè)計框架并根據(jù)設(shè)計的框架編寫代碼以實現(xiàn)系統(tǒng)的各個功能模塊。最后,對初步完成的系統(tǒng)進(jìn)行測試,對功能、單元和性能進(jìn)行測試。測試結(jié)果表明,該系統(tǒng)能夠?qū)崿F(xiàn)所需的功能,運行狀況尚可并無明顯缺點。
關(guān)鍵詞:在線跑腿;nodejs技術(shù);MySQL數(shù)據(jù)庫
Abstract
With the rapid development of information technology and network technology, human beings have entered a new information age, traditional management technology has been unable to efficiently and conveniently manage information. In order to meet the needs of The Times, optimize the management efficiency, a variety of management systems emerged, all walks of life have entered the era of information management, online errand system is one of the products of the information era change.
Any system must follow the basic process of system design, this system is no exception, also need to go through market research, paper demand analysis, outline design, system detailed design, testing and coding steps, design and implementation of the online errand system. The system uses B/S mode, nodeJS technology and MySQL as the background database. The system mainly includes home page, personal center, user management, errand management, service type management, service information management, errand management, order completion management, order evaluation management, system management and other functional modules.
This article first introduced the online running errands system technology development background and development of the status quo, and then follow the routine software development process, first of all, in view of the system and the selection of suitable language development platform, according to the requirement analysis module and database structure design, and then based on the system's overall function module design rendering system function module chart, flow chart and the E/R diagram. Then, design the framework and write code according to the designed framework to achieve each functional module of the system. Finally, the preliminarily completed system is tested for functionality, unit and performance. The test results show that the system can achieve the required functions, and the running condition is fair and there is no obvious defect.
Key words: Online errands; Nodejs technology; The MySQL database
目錄
1 緒論 1
1.1 課題背景 1
1.2 課題研究現(xiàn)狀 1
1.3 初步設(shè)計方法與實施方案 2
1.4 本文研究內(nèi)容 2
2 系統(tǒng)開發(fā)環(huán)境 3
2.1 NODEJS技術(shù) 3
2.2 Vue介紹 3
2.3B/S結(jié)構(gòu)簡介 4
2.4MySQL數(shù)據(jù)庫 4
3 系統(tǒng)分析 5
3.1 系統(tǒng)可行性分析 5
3.1.1 經(jīng)濟(jì)可行性 5
3.1.2 技術(shù)可行性 5
3.1.3 運行可行性 5
3.2 系統(tǒng)現(xiàn)狀分析 5
3.3 功能需求分析 6
3.4系統(tǒng)設(shè)計規(guī)則與運行環(huán)境 7
3.5系統(tǒng)流程分析 8
3.5.1操作流程 8
3.5.2添加信息流程 8
3.5.3刪除信息流程 9
4 系統(tǒng)設(shè)計 10
4.1 系統(tǒng)設(shè)計主要功能 10
4.2 數(shù)據(jù)庫設(shè)計 11
4.2.1 數(shù)據(jù)庫設(shè)計規(guī)范 11
4.2.2 E/R圖 11
4.2.3 數(shù)據(jù)表 11
5 系統(tǒng)實現(xiàn) 17
5.1系統(tǒng)功能模塊 17
5.2后臺模塊 18
5.2.1管理員功能模塊 19
5.2.2用戶功能模塊 22
5.2.3跑腿功能模塊 23
6 系統(tǒng)測試 25
6.1 功能測試 25
6.2 可用性測試 25
6.3性能測試 26
6.4測試結(jié)果分析 26
結(jié)論 27
參考文獻(xiàn) 28
致謝 29
本文主要劃分成7大部分:
第一部分為緒論,主要介紹了目前電腦技術(shù)發(fā)展?fàn)顩r、在線跑腿系統(tǒng)行業(yè)發(fā)展階段,分析當(dāng)前在線跑腿系統(tǒng)弊端以及使用信息技術(shù)來管理在線跑腿信息的好處。
第二部分為相關(guān)技術(shù)簡介,主要介紹了各技術(shù)的發(fā)展歷程,技術(shù)發(fā)展現(xiàn)狀,技術(shù)優(yōu)點以及選用該技術(shù)的原因等。
第三部分為系統(tǒng)分析,主要分析了軟件設(shè)計所需要的功能,。
第四部分為系統(tǒng)設(shè)計,主要進(jìn)行了系統(tǒng)的架構(gòu)設(shè)計、數(shù)據(jù)庫設(shè)計等
第五部分為系統(tǒng)詳細(xì)設(shè)計。
第六部分為系統(tǒng)調(diào)試與測試,利用測試方法進(jìn)行可行性測試、性能測試、系統(tǒng)測試等。
第七部分為總結(jié)與致謝,主要總結(jié)了程序設(shè)計的完成過程及完成情況,比對完成設(shè)計過程中施以援手的同學(xué)和老師表達(dá)中心的感謝和祝愿。
本文主要根據(jù)目前信息技術(shù)發(fā)展現(xiàn)狀結(jié)合人們對于在線跑腿態(tài)度的轉(zhuǎn)變引出開發(fā)在線跑腿系統(tǒng)的必要性。然后根據(jù)管理員,跑腿和用戶需求指定需求分析和可行性分析,并介紹應(yīng)用到的相應(yīng)技術(shù),包括nodejs技術(shù),B/S結(jié)構(gòu)等文中已做相關(guān)介紹和科普,然后展示相關(guān)模塊完成的實現(xiàn)代碼和截圖,并做相關(guān)測試確保程序能正常運行。
本設(shè)計所實現(xiàn)的是一個在線跑腿系統(tǒng),該系統(tǒng)嚴(yán)格按照需求分析制作相關(guān)模塊,并利用所學(xué)知識盡力完成,但是本人由于學(xué)識淺薄,無法真正做到讓該程序可以投入市場使用,僅僅簡單實現(xiàn)部分功能,希望日后還能改善。
本系統(tǒng)具有以下優(yōu)點:
該系統(tǒng)具有較高的適用性,選用B/S結(jié)構(gòu),可以在絕大部分個人平臺上使用該系統(tǒng)。
系統(tǒng)將用戶權(quán)限進(jìn)行劃分,管理員,跑腿和用戶都能看到及操作的信息不一樣,三者具備不同的操作權(quán)限。
該系統(tǒng)操作界面簡單明了,大部分人都可以正常使用。
但也存在以下問題需要改進(jìn):
運行時窗口不能被刷新,可以改進(jìn)。
系統(tǒng)過于簡單,顯示的信息有限。
不能添加多個管理員賬號,如果可以則將利于發(fā)展在線跑腿規(guī)模,便于在線跑腿信息集中管理。
不能實時接收在線跑腿業(yè)務(wù)的反饋建議,容易被忽視,不利于管理員服務(wù)客戶。



