android平台的同城人人送app的设计与实现(附件)
本文根据众包模式设计实现了一个基于Android平台的同城人人送APP,本系统包括客户端和服务器端,客户端主要面向广大用户,用户以用户身份登录后可发布订单,以骑手身份登陆后可接受订单,服务器端用MySQL进行数据库的搭建,后台管理员可以对注册骑手的用户进行认证。该系统可以让附近的用户帮忙代取、代买物品或是帮别人代取和代买。本文首先介绍了这种众包物流在国内外的研究现状,其次对系统进行需求分析与设计,然后说明了主要功能的实现方法以及实现的功能模块,最后对系统进行了测试。
目录
摘要 1
关键词 1
Abstract. 1
引言
1 选题背景 1
1.1 课题意义 1
1.2 国内外研究现状 2
1.3 研究目标和内容 2
1.3.1 研究目标 2
1.3.2 研究内容 3
2 系统分析与设计 3
2.1 系统可行性分析 3
2.1.1 经济可行性 3
2.1.2 技术可行性 3
2.2 系统需求分析 3
2.2.1 用户需求分析及用例图设计 3
2.2.2 系统活动图设计 5
2.2.3 系统时序图设计 6
2.2.4 系统数据库概念结构设计 7
2.2.5 系统数据库表设计 8
3 开发平台和应用技术 10
3.1 Eclipse 10
3.2 Java Servlet 10
3.3 MySQL 10
3.4 C/S架构简介 10
4 系统实现 10
4.1 系统功能模块介绍 10
4.2 系统主要功能实现 11
4.2.1 自由抢单 11
4.2.2 邀单 11
4.2.3 选单 11
4.2.4 更换头像 12
4.3 系统功能模块界面 12
4.3.1 登陆注册模块实现 12
4.3.2 个人信息设置模块实现 1 *好棒文|www.hbsrm.com +Q: #351916072#
2
4.3.3 用户发布订单模块实现 13
4.3.4 用户选择骑手模块实现 13
4.3.5 用户确认订单并评论模块实现 14
4.3.6 用户关注骑手模块实现 15
4.3.7 骑手抢单模块实现 15
4.3.8 骑手取物送货模块实现 17
5 系统测试 18
5.1 系统测试意义 18
5.2 系统功能测试 18
5.2.1 注册登录测试 18
5.2.2 订单发布测试 19
5.2.3 地址编辑测试 20
5.2.4 个人信息修改测试 20
5.2.5 银行卡编辑测试 21
5.2.6 关注骑手测试 21
5.2.7 骑手接单测试 22
5.2.8 用户评价测试 22
6 总结和展望 22
致谢 23
参考文献 23
基于Android平台同城人人送APP的设计与实现
Design And Implementation Of Tongcheng Express Application Based on Android Platform
Student majoring in Computer Science and Technology SHAO Yingdan
Tutor YUAN Peisen
Abstract:According to the crowdsourcing model, this article designs and implements a tongcheng express system based on the Android platform. This system includes client and server side. Clientside is mainly for the majority of users. After registering to log in, users can release orders and riders can take orders. Serverside development with MySQL to build the database. Administrator can certified for registered riders. Users can help others take or buy something in the same city. Firstly, this article introduces the research on current situation of crowdsourcing logistics at home and abroad. Secondly, it states demand analysis and design for the system. Thirdly, this article introduces the method of the main function and the implemented functional modules. Finally, it shows the test results of this system.
Key words: Crowdsourcing Logistics; O2O Model; Tongcheng Express; Servlet Technology
引言
目录
摘要 1
关键词 1
Abstract. 1
引言
1 选题背景 1
1.1 课题意义 1
1.2 国内外研究现状 2
1.3 研究目标和内容 2
1.3.1 研究目标 2
1.3.2 研究内容 3
2 系统分析与设计 3
2.1 系统可行性分析 3
2.1.1 经济可行性 3
2.1.2 技术可行性 3
2.2 系统需求分析 3
2.2.1 用户需求分析及用例图设计 3
2.2.2 系统活动图设计 5
2.2.3 系统时序图设计 6
2.2.4 系统数据库概念结构设计 7
2.2.5 系统数据库表设计 8
3 开发平台和应用技术 10
3.1 Eclipse 10
3.2 Java Servlet 10
3.3 MySQL 10
3.4 C/S架构简介 10
4 系统实现 10
4.1 系统功能模块介绍 10
4.2 系统主要功能实现 11
4.2.1 自由抢单 11
4.2.2 邀单 11
4.2.3 选单 11
4.2.4 更换头像 12
4.3 系统功能模块界面 12
4.3.1 登陆注册模块实现 12
4.3.2 个人信息设置模块实现 1 *好棒文|www.hbsrm.com +Q: #351916072#
2
4.3.3 用户发布订单模块实现 13
4.3.4 用户选择骑手模块实现 13
4.3.5 用户确认订单并评论模块实现 14
4.3.6 用户关注骑手模块实现 15
4.3.7 骑手抢单模块实现 15
4.3.8 骑手取物送货模块实现 17
5 系统测试 18
5.1 系统测试意义 18
5.2 系统功能测试 18
5.2.1 注册登录测试 18
5.2.2 订单发布测试 19
5.2.3 地址编辑测试 20
5.2.4 个人信息修改测试 20
5.2.5 银行卡编辑测试 21
5.2.6 关注骑手测试 21
5.2.7 骑手接单测试 22
5.2.8 用户评价测试 22
6 总结和展望 22
致谢 23
参考文献 23
基于Android平台同城人人送APP的设计与实现
Design And Implementation Of Tongcheng Express Application Based on Android Platform
Student majoring in Computer Science and Technology SHAO Yingdan
Tutor YUAN Peisen
Abstract:According to the crowdsourcing model, this article designs and implements a tongcheng express system based on the Android platform. This system includes client and server side. Clientside is mainly for the majority of users. After registering to log in, users can release orders and riders can take orders. Serverside development with MySQL to build the database. Administrator can certified for registered riders. Users can help others take or buy something in the same city. Firstly, this article introduces the research on current situation of crowdsourcing logistics at home and abroad. Secondly, it states demand analysis and design for the system. Thirdly, this article introduces the method of the main function and the implemented functional modules. Finally, it shows the test results of this system.
Key words: Crowdsourcing Logistics; O2O Model; Tongcheng Express; Servlet Technology
引言
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/wljs/395.html