摘  要

随着互联网技术的发发展,计算机技术广泛应用在人们的生活中,逐渐成为日常工作、生活不可或缺的工具。在高校,各种管理系统层出不穷,为校园跑腿管理开发必要的系统,能够有效的提升管理效率。一直以来,校园跑腿一直没有进行系统化的管理,学生无法快速找到接单人,由此提出开发基于微信小程序的校园跑腿系统,管理校园跑腿信息,学生可以在线查询校园跑腿状态,发布校园跑腿、快递配送、快递代取等任务,节省时间,提高在校期间的学习效率。

本文介绍了使用微信小程序技术开发校园跑腿小程序系统的设计与实现过程,首先对实现该系统的技术进行分析,说明选择微信小程序技术和MySQL数据库的必要性,然后对基于微信小程序的校园跑腿系统的需求进行分析。并接着对系统进行设计,包括架构设计、功能设计、数据库设计。最后进行了系统实现。针对系统用户权限问题进行了设计,在前台界面为提升用户体验,使用Html、Ajax、Div、CSS等技术进行布局。基于微信小程序的校园跑腿系统上线后,反应良好,达到了所有的需求目的,完善了校园跑腿管理工作,为高校发展具有一定的实际价值。


关键词:校园跑腿任务、快递代取、学生、快递配送、微信小程序


 

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系统开发的背景 1

1.2系统开发的意义 1

1.3本文研究内容 2

第二章 系统开发技术和工具 3

2.1 MYSQL数据库 3

2.2 微信小程序介绍 4

第三章 系统分析 5

3.1系统需求分析 5

3.1.1 跑腿管理用例分析 5

3.1.2 用户信息用例分析 6

3.2 非功能性需求分析 7

3.3 可行性分析 8

3.3.1技术可行性 8

3.3.2操作可行性 8

3.3.3经济可行性 8

第四章 系统设计 10

4.1系统功能设计 10

4.2 系统总体设计 11

4.2.1 系统流程图 11

4.2.2 数据流图 12

4.3 数据库设计 12

第五章 系统实现 18

5.1小程序首页的实现 18

5.2 校园跑腿任务实现 18

5.3 校园跑腿接单界面 20

5.4 快递代取任务实现 21

5.5 我的功能实现 22

第六章 系统测试 24

6.1 测试目的 24

6.2 功能测试 24

6.3 测试结果 26

结论 27

参考文献 28

致 谢 29


校园跑腿管理系统的用户是系统最根本使用者,发布者通过后台的登录页面进行登录,发布者主要是发布快递代取、快递配送、校园跑腿任务,查看任务状态。最后点击退出,注销登录信息。

接单用户实现了微信小程序信息的查看,打开首页,查看介绍、登录后查看快递代取、快递配送、校园跑腿任务。在线接单,接单前要申请接单,审核通过后完成订单任务。


发布者用户工作流程就是登录后发布校园跑腿、快递代取任务。查看信息。

登录:用户名和密码进行登录。

注册:用户名 、密码、姓名、性别、校区、电话等信息注册。

校园跑腿:用户登录后发布校园跑腿,包括发布人姓名、标题、图片、描述。其他用户查看校园跑腿信息。

快递代取任务:用户登录后发布快递代取任务,包括发布人姓名、标题、图片、描述。其他用户查看快递代取信息。

我的:个人信息修改,投诉建议。个人信息修改中,输入修改信息进行更新。信息咨询,发布问题。


接单用户

登录:接单用户进行登录。

校园跑腿任务,查看小程序端用户发布的校园跑腿信息,可以在线申请接单。

快递代取任务:查看小程序端用户发布的校园跑腿任务信息,可以在线申请接单。

校园跑腿小程序-计算机毕业设计源码+LW文档_sed

校园跑腿小程序-计算机毕业设计源码+LW文档_微信小程序_02