{$cfg_webname}
主页 > 计算机 > JSP >

共享快递盒管理系统的设计(MySQL)

来源:wenku163.com  资料编号:WK16313275 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313275
资料介绍

共享快递盒管理系统的设计(MySQL)(论文13500字,程序代码,MySQL数据库)
摘要:当今社会,互联网技术的发展逐渐从快转变为精,计算机的用途也随着其外形由笨重复杂到精致灵巧变得愈来愈广泛,人们的生活、学习、工作方式都在发生潜移默化的改变。就购物方式来说,越来越多的人会选择网上选取自己需要的商品而非实体店,这带动了快递行业的发展。每一个快递都包裹得严严实实,很多人在取得自己的物品后就将快递的包装随意丢弃,而快递企业也不注重这些废料的回收利用,这带来了严重的环境污染和资源消耗问题。共享快递模式的出现,在一定程度上解决了快递过度包装的问题,同时有效地管理快递盒需要信息技术的支持。本文主要就是研究共享快递盒管理系统的构建。
本文主要介绍的是基于B/S架构的共享快递盒管理系统的设计与实现。系统主要采用了JAVA编程语言,采用了一些JSP的开发技术,使用MYSQL数据库来支撑系统的数据流动。在本系统三个权限用户的业务流程中,普通用户可以及时查看正在使用的快递盒的回收情况并向系统反馈,快递员可以及时地折叠带回流出的快递盒,管理员可以在后台对系统中所有的信息进行管理。整个系统使共享快递盒的回收以及管理变得高效化,其页面清晰自然、操作简便敏捷,是一款高效实用的信息管理工具。
关键词:共享快递盒;B/S结构;信息管理
The management system of Shared express box
Abstract: In today's society, the development of Internet technology has gradually changed from fast to fine, and the use of computer has also become more and more extensive along with its appearance from bulky and complex to delicate and dexterous. People's life, study and work style are all changing imperceptibly. In terms of shopping mode, more and more people will choose the commodities they need online rather than in physical stores, which drives the development of express delivery industry, and a large number of delivery businesses are transacted every day. Every express delivery is tightly wrapped. Many people discard the package of express delivery at will after they get their own goods, and express delivery companies do not pay attention to the recycling of these wastes, which brings serious environmental pollution and resource consumption problems. The emergence of Shared express mode solves the problem of excessive package to some extent, and the effective management of express boxes needs the support of information technology. This paper mainly studies the construction of Shared express box management system.
This paper mainly introduces the design and implementation of the Shared express box management system based on B/S architecture. The system mainly USES the JAVA programming language, USES some JSP development technology, USES the MYSQL database to support the system data flow. In the business process of the three authorized users of the system, ordinary users can timely check the recycling situation of the express box in use and feedback to the system. The Courier can fold and bring back the outgoing express box in time. The administrator can manage all the information in the system in the background. The whole system makes the recovery and management of the Shared express box become efficient. The page is clear, natural, simple and agile. It is an efficient and practical information management tool.
Key words: Share express boxes; B/S structure; Information management
本系统拥有三个权限类型:普通用户可以当自己收到快递时在系统中点击“已收到”来反馈给快递员,同时还可以查看这个快递盒的回收情况,还有就是做一些个人信息的修改;快递员可以在折叠回收快递盒时在系统中记录回收说明,还有个人信息的修改;管理员的权限功能需求比较多,需要可以对系统用户、快递员、快递盒、流出信息以及回收信息等进行管理。
 

共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)
共享快递盒管理系统的设计(MySQL)


目 录
1.概述    1
1.1选题背景    1
1.2共享快递盒管理系统的发展现状    1
1.3共享快递盒管理系统的研究目的及意义    2
2.系统规划    3
2.1系统开发环境    3
2.1.1 JSP    3
2.1.2 B/S结构    3
2.1.3 MySQL    3
2.1.4 Tomcat    4
2.2共享快递盒管理系统可行性分析    4
2.2.1管理可行性    4
2.2.2 技术可行性    4
2.2.3 经济可行性    5
3.系统分析    5
3.1需求概述    5
3.2共享快递盒管理系统的业务流程分析    5
3.2.1用户注册登录业务流程图    5
3.2.2用户归还快递盒业务流程图    6
3.2.3快递员回收共享快递盒业务流程图    7
3.2.4 管理员的相关管理业务流程图    7
3.3共享快递盒管理系统的数据流分析    8
3.3.1 顶层数据流图    9
3.3.2一级数据流图    9
3.3.3共享快递盒回收管理数据流图    10
3.3.4管理员权限数据流图    10
3.4系统数据字典    11
4.系统设计    12
4.1系统功能设计    12
4.1.1系统功能结构    12
4.1.2功能模块说明    13
4.2 数据库设计    17
4.2.1 数据库概念结构设计    17
4.2.2 数据库表设计    20
5.系统的实施    21
5.1 登录注册模块    21
5.2 快递员管理模块    23
5.2.1快递员添加界面    23
5.2.2快递员查询界面    23
5.3 快递盒管理模块    24
5.3.1快递盒添加界面    24
5.3.2快递盒查询界面    24
5.4 流出信息管理模块    24
5.5 回收信息管理模块    25
6.结束语    26
6.1系统优缺点    26
6.2展望    26
参考文献    27
致谢    28

推荐资料