高校校园跑腿系统的设计app-计算机毕业设计

随着计算机技术的发展,带来社会各行业的进步,信息化逐渐运用到人们的生活中,电子商务的发展又促进了快递行业的诞生,由此延伸出相应的跑腿业务,特别是在校园内最后一公里为模式的平台迅速发展起来。为解决高校内短距离业务的需求,特开发高校校园跑腿系统,针对校园内的礼物代发、药品代买、快递代取、打印服务、餐品代买等进行管理,实现平台内发布方和接手方的沟通桥梁,通过交流达成交易,为双方带来便利,提高跑腿信息发布的效率。

本文先提出了开发基于Android的高校校园跑腿系统的背景意义,然后通过功能性和非功能性分析阐述本系统的需求,然后从功能设计和数据库设计两方面进行系统的设计建模。在技术实现部分采用了Java作为开发后台的编程语言,客户端使用Android,数据库选择MySQL。最后进行了代码的编写,并说明了实现流程。最终,通过软件测试来验证基于Android的高校校园跑腿系统的功能要求。综合表明,本基于Android的高校校园跑腿系统满足了跑腿的基本业务,帮助用户及时发布和接手任务,提供了深层次的跑腿功能平台。

With the development of computer technology, it has brought the progress of various industries in society, and informatization has been gradually applied to people's life. The development of e-commerce has promoted the birth of the express industry, which extends the corresponding errand business, especially the platform based on the last kilometer in the campus has developed rapidly. In order to meet the needs of short-distance business in Colleges and universities, the university campus errand system is specially developed to manage the gift distribution, drug purchase, express delivery, printing service and meal purchase on campus, so as to realize the communication bridge between the publisher and the receiver in the platform, reach a transaction through communication, bring convenience to both sides and improve the efficiency of errand information release.

This paper first puts forward the background significance of developing the campus errand system based on Android, then expounds the requirements of the system through functional and non functional analysis, and then carries on the design modeling of the system from two aspects of functional design and database design. In the technical implementation part, Java is used as the programming language of the development background, Android is used for the client, and MySQL is selected for the database. Finally, the code is written and the implementation process is explained. Finally, through software testing to verify the functional requirements of college campus running system based on Android. The comprehensive results show that the university campus running system based on Android meets the basic business of running errands, helps users release and take over tasks in time, and provides a deep-seated running function platform.

目  录
摘 要    I
Abstract    II
第一章 绪论    1
1.1 选题背景    1
1.2 选题意义    1
1.3 研究现状    2
第二章 相关技术介绍    4
2.1 Java语言    4
2.2 小程序技术    4
2.3 Mysql数据库    5
第三章 系统分析    7
3.1可行性分析    7
3.1.1 操作可行性    7
3.1.2 经济可行性    7
3.1.3 技术可行性    7
3.2 需求分析    7
3.2.1非功能性需求    7
3.2.2功能需求    8
3.3 系统用例    9
3.3.1 会员功能需求    9
3.3.2 管理员功能需求    10
第四章 系统设计    12
4.1系统详细设计    12
4.1.1功能设计    12
4.2.2服务器端流程设计    13
4.2.3小程序端流程设计    15
4.2 数据库设计    16
4.2.1逻辑结构设计    17
4.2.2物理结构设计    17
第五章 系统实现    22
5.1 运行环境    22
5.2 服务器功能实现    22
5.2.1管理员登录    22
5.2.2管理主界面    23
5.2.3跑腿订单信息管理    23
5.2.4用户管理    24
5.3 小程序端功能实现    25
5.3.1会员注册    25
5.3.2会员登录    25
5.3.3跑腿订单查看    26
5.3.4用户购买    27
5.3.5用户评论    28
第六章 系统测试    29
6.1 测试说明    29
6.2 功能测试    29
6.3 测试说明    31
总结    34
参考文献    35
谢 辞    37

基于Android的高校校园跑腿系统为用户提供跑腿服务,系统包括Android端和后台。

Android端用户可以先进行注册,填写个人的基本信息提交到服务器,服务器把数据保存到数据库。管理员对会员的信息进行验证后,会员通过验证后的用户名和密码进行登录,登录之后发布信息,信息包括礼物代发、药品代买、快递代取、打印服务、餐品代买等。发布的跑腿订单在首页展示,对这些跑腿订单具有时间的会员在线接单。点开我的功能模块,修改个人信息,重新登录,查看我的收藏,我的跑腿订单等功能。

管理员是后台的管理者,对用户提交的跑腿订单进行审核,如果发布的是广告或者违规的内容进行删除,也可以要求会员进行修改后重新提交,管理员对跑腿订单的分类进行管理,系统不限于礼物代发、药品代买、快递代取、打印服务、餐品代买,也可以添加别的类别,管理员还可以对评论信息进行管理,发布信息公告推送给Android用户端。

高校校园跑腿系统的设计app-计算机毕业设计_第1张图片

高校校园跑腿系统的设计app-计算机毕业设计_第2张图片 

高校校园跑腿系统的设计app-计算机毕业设计_第3张图片 

 

你可能感兴趣的:(程序论文,毕设代码,计算机毕业设计程序源码,微信小程序,spring,boot)