毕 业 设 计 ( 论 文 )
题 目在线跑腿系统
学生姓名
学 号
指导教师
所在学院
专业名称
班 级
摘要
随着信息技术和网络技术的飞速发展,人类已进入全新信息化时代,传统管理技术
已无法高效,便捷地管理信息。为了迎合时代需求,优化管理效率,各种各样的管理系
统应运而生,各行各业相继进入信息管理时代,在线跑腿系统就是信息时代变革中的产
物之一。
任何系统都要遵循系统设计的基本流程,本系统也不例外,同样需要经过市场进行
调研,论文需求进行分析,概要设计,系统详细设计,测试和编码等步骤,设计并实现
了在线跑腿系统。系统选用 B/S 模式,应用 nodejs 技术,MySQL 为后台数据库。系统主
要包括首页,个人中心,用户管理,跑腿管理,服务类型管理,服务信息管理,跑腿接
单管理,订单完成管理,订单评价管理,系统管理等功能模块。
本文首先介绍了在线跑腿系统的技术发展背景与发展现状,然后遵循软件常规开发
流程,首先针对系统选取适用的语言和开发平台,根据需求分析制定模块并设计数据库
结构,再根据系统总体功能模块的设计绘制系统的功能模块图,流程图以及 E/R 图。然
后,设计框架并根据设计的框架编写代码以实现系统的各个功能模块。最后,对初步完
成的系统进行测试,对功能、单元和性能进行测试。测试结果表明,该系统能够实现所
需的功能,运行状况尚可并无明显缺点。
关键词:在线跑腿;nodejs 技术;MySQL 数据库
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 课题研究现状......................................................................................................1
1.3 初步设计方法与实施方案..................................................................................2
1.4 本文研究内容......................................................................................................2
2 系统开发环境.........................................................................................................................3
2.1 NODEJS 技术.......................................................................................................3
2.2 Vue 介绍...............................................................................................................3
2.3B/S 结构简介.........................................................................................................4
2.4MySQL 数据库 .....................................................................................................4
3 系统分析.................................................................................................................................5
3.1 系统可行性分析..................................................................................................5
3.1.1 经济可行性...............................................................................................5
3.1.2 技术可行性...............................................................................................5
3.1.3 运行可行性...............................................................................................5
3.2 系统现状分析......................................................................................................5
3.3 功能需求分析......................................................................................................6
3.4 系统设计规则与运行环境...................................................................................7
3.5 系统流程分析.......................................................................................................8
3.5.1 操作流程....................................................................................................8
3.5.2 添加信息流程............................................................................................8
3.5.3 删除信息流程............................................................................................9
4 系统设计...............................................................................................................................10
4.1 系统设计主要功能............................................................................................10
4.2 数据库设计........................................................................................................11
4.2.1 数据库设计规范.....................................................................................11
4.2.2 E/R 图 ......................................................................................................11
4.2.3 数据表.....................................................................................................11
5 系统实现...............................................................................................................................17
5.1 系统功能模块.....................................................................................................17
5.2 后台模块.............................................................................................................18
5.2.1 管理员功能模块......................................................................................19
5.2.2 用户功能模块..........................................................................................22
5.2.3 跑腿功能模块..........................................................................................23
6 系统测试...............................................................................................................................25
6.1 功能测试............................................................................................................25
6.2 可用性测试........................................................................................................25
6.3 性能测试.............................................................................................................26
6.4 测试结果分析.....................................................................................................26
结论...........................................................................................................................................27
参考文献...................................................................................................................................28
致谢...................................................................................................................................29