校園跑腿小程序-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘? 要
隨著互聯(lián)網(wǎng)技術(shù)的發(fā)發(fā)展,計(jì)算機(jī)技術(shù)廣泛應(yīng)用在人們的生活中,逐漸成為日常工作、生活不可或缺的工具。在高校,各種管理系統(tǒng)層出不窮,為校園跑腿管理開發(fā)必要的系統(tǒng),能夠有效的提升管理效率。一直以來,校園跑腿一直沒有進(jìn)行系統(tǒng)化的管理,學(xué)生無法快速找到接單人,由此提出開發(fā)基于微信小程序的校園跑腿系統(tǒng),管理校園跑腿信息,學(xué)生可以在線查詢校園跑腿狀態(tài),發(fā)布校園跑腿、快遞配送、快遞代取等任務(wù),節(jié)省時(shí)間,提高在校期間的學(xué)習(xí)效率。
本文介紹了使用微信小程序技術(shù)開發(fā)校園跑腿小程序系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)過程,首先對(duì)實(shí)現(xiàn)該系統(tǒng)的技術(shù)進(jìn)行分析,說明選擇微信小程序技術(shù)和MySQL數(shù)據(jù)庫(kù)的必要性,然后對(duì)基于微信小程序的校園跑腿系統(tǒng)的需求進(jìn)行分析。并接著對(duì)系統(tǒng)進(jìn)行設(shè)計(jì),包括架構(gòu)設(shè)計(jì)、功能設(shè)計(jì)、數(shù)據(jù)庫(kù)設(shè)計(jì)。最后進(jìn)行了系統(tǒng)實(shí)現(xiàn)。針對(duì)系統(tǒng)用戶權(quán)限問題進(jìn)行了設(shè)計(jì),在前臺(tái)界面為提升用戶體驗(yàn),使用Html、Ajax、Div、CSS等技術(shù)進(jìn)行布局?;谖⑿判〕绦虻男@跑腿系統(tǒng)上線后,反應(yīng)良好,達(dá)到了所有的需求目的,完善了校園跑腿管理工作,為高校發(fā)展具有一定的實(shí)際價(jià)值。
關(guān)鍵詞:校園跑腿任務(wù)、快遞代取、學(xué)生、快遞配送、微信小程序
?
Abstract
With the development of Internet technology, computer technology is widely used in people's lives, and gradually becomes an indispensable tool for daily work and life. In colleges and universities, various management systems emerge in an endless stream. Developing necessary systems for campus errand management can effectively improve management efficiency. For a long time, there has been no systematic management of campus errands, and students cannot quickly find a receiver. Therefore, it is proposed to develop a campus errand system based on WeChat widgets to manage campus errand information. Students can query the status of campus errands online, publish tasks such as campus errands, express delivery, and express delivery, saving time and improving learning efficiency during school.
This article introduces the design and implementation process of developing a campus errand system using WeChat applet technology. First, it analyzes the technology used to implement the system, explains the necessity of selecting WeChat applet technology and MySQL database, and then analyzes the requirements of a campus errand system based on WeChat applet. And then design the system, including architecture design, functional design, and database design. Finally, the system is implemented. The system has been designed to address the issue of user permissions. In order to improve the user experience in the foreground interface, technologies such as Html, Ajax, Div, and CSS have been used for layout. After the launch of the campus errand system based on the WeChat applet, it has responded well, achieved all the needs and objectives, improved the campus errand management work, and has certain practical value for the development of universities.
Key words: campus errand task, express pickup, students, express delivery, WeChat widget
?
目? 錄
摘? 要 I
Abstract I
第一章 緒論 1
1.1系統(tǒng)開發(fā)的背景 1
1.2系統(tǒng)開發(fā)的意義 1
1.3本文研究?jī)?nèi)容 2
第二章 系統(tǒng)開發(fā)技術(shù)和工具 3
2.1 MYSQL數(shù)據(jù)庫(kù) 3
2.2 微信小程序介紹 4
第三章 系統(tǒng)分析 5
3.1系統(tǒng)需求分析 5
3.1.1 跑腿管理用例分析 5
3.1.2 用戶信息用例分析 6
3.2 非功能性需求分析 7
3.3 可行性分析 8
3.3.1技術(shù)可行性 8
3.3.2操作可行性 8
3.3.3經(jīng)濟(jì)可行性 8
第四章 系統(tǒng)設(shè)計(jì) 10
4.1系統(tǒng)功能設(shè)計(jì) 10
4.2 系統(tǒng)總體設(shè)計(jì) 11
4.2.1 系統(tǒng)流程圖 11
4.2.2 數(shù)據(jù)流圖 12
4.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 12
第五章 系統(tǒng)實(shí)現(xiàn) 18
5.1小程序首頁的實(shí)現(xiàn) 18
5.2 校園跑腿任務(wù)實(shí)現(xiàn) 18
5.3 校園跑腿接單界面 20
5.4 快遞代取任務(wù)實(shí)現(xiàn) 21
5.5 我的功能實(shí)現(xiàn) 22
第六章 系統(tǒng)測(cè)試 24
6.1 測(cè)試目的 24
6.2 功能測(cè)試 24
6.3 測(cè)試結(jié)果 26
結(jié)論 27
參考文獻(xiàn) 28
致 謝 29
校園跑腿管理系統(tǒng)的用戶是系統(tǒng)最根本使用者,發(fā)布者通過后臺(tái)的登錄頁面進(jìn)行登錄,發(fā)布者主要是發(fā)布快遞代取、快遞配送、校園跑腿任務(wù),查看任務(wù)狀態(tài)。最后點(diǎn)擊退出,注銷登錄信息。
接單用戶實(shí)現(xiàn)了微信小程序信息的查看,打開首頁,查看介紹、登錄后查看快遞代取、快遞配送、校園跑腿任務(wù)。在線接單,接單前要申請(qǐng)接單,審核通過后完成訂單任務(wù)。
?發(fā)布者用戶工作流程就是登錄后發(fā)布校園跑腿、快遞代取任務(wù)。查看信息。
登錄:用戶名和密碼進(jìn)行登錄。
注冊(cè):用戶名 、密碼、姓名、性別、校區(qū)、電話等信息注冊(cè)。
校園跑腿:用戶登錄后發(fā)布校園跑腿,包括發(fā)布人姓名、標(biāo)題、圖片、描述。其他用戶查看校園跑腿信息。
快遞代取任務(wù):用戶登錄后發(fā)布快遞代取任務(wù),包括發(fā)布人姓名、標(biāo)題、圖片、描述。其他用戶查看快遞代取信息。
我的:個(gè)人信息修改,投訴建議。個(gè)人信息修改中,輸入修改信息進(jìn)行更新。信息咨詢,發(fā)布問題。
接單用戶
登錄:接單用戶進(jìn)行登錄。
校園跑腿任務(wù),查看小程序端用戶發(fā)布的校園跑腿信息,可以在線申請(qǐng)接單。
快遞代取任務(wù):查看小程序端用戶發(fā)布的校園跑腿任務(wù)信息,可以在線申請(qǐng)接單。

