登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

危化品运输管理系统的设计与实现毕业论文

 2022-02-14 19:56:00  

论文总字数:32287字

摘 要

中国的科学技术在在大踏步式的前进,国外企业越来越多的落户于国内,在经济与科技飞速发展的同时必然也带来了各种各样关于危化品安全方面的问题。槽罐车被认为是高危车辆,大家在行驶途中都会及时躲避。这类化学用品严重危害着人民群众的人身安全,运输途中引起的重大交通事故更是数不胜数,因此而带来的毁灭性后果令人堪忧。因此有必要设计一个平台来综合管理这类危化品的运输,使得危化品的运输更加规范化、效率化,这样不仅减轻了人工管理的成本,同时也让货主对自己的货物以及运输的过程更加放心。

本毕业设计的主要内容是做一个规范化的管理系统平台,通过货主与管理员两种不同的参与者进入不同的模块分别管理,有效的避免了人工记账的繁琐。为了解决危化品运输的问题,所以本系统主要设计了:管理员与业主信息管理模块,业务登记模块(即订单),槽罐车信息管理模块(车牌车型),危化品运运送过程中的安全状态模块,司机工作管理模块等五个主要模块。

危化品运输管理系统的编码过程主要采用了S.S.H框架,即Strut2,Spring,Hibernate三大框架,并且以MyEclipse8.5为开发平台,运用JSP写前台页面,MySQL作为基础数据库进行信息管理。这样运用SSH的框架结构能够使模块更加清晰,便于开发和货主的使用。

关键词:危化品物流管理系统,S.S.H, MySQL,JSP, J2EE, JAVA

Design and implementation of hazardous chemicals transportation management system

Abstract

China's science and technology are striding forward in great strides, more and more foreign enterprises settled in China too。The development has also brought about a variety of issues concerning the safety of hazardous chemicals。And hazardous chemicals transport vehicles are often considered "road killers"",many drivers will avoid them。This kind of chemical products is a serious threat to the safety of the people,and the traffic accident also countless,the consequences of such accidents are irreversible。Therefore, it is necessary to design a platform to manage the transportation of hazardous chemicals,it will make the transportation of hazardous chemicals more standardized and efficient。The hazardous chemicals transportation management system not only reduces the cost of manual management,but also make owners at ease。

The main idea of this article is to show how to finish an excellent management system,and with two different participants the manual accounting will be very easy。In order to solve the problem of hazardous chemicals transportation,this system has five modules:Owner and administrator information management module,Business registration module,Vehicle information management module (i.e. tank car),Safety status module in the process of transportation of hazardous chemicals,Driver management module。

This platform mainly uses the S.S.H framework。And MyEclipse as the development platform,use JSP to write the front page,and this system will use MySQL as database。The use of SSH framework can make the module more clear, and also greatly improve the development and the use of shipper。

Keywords:Hazardous chemicals logistics management system,S.S.H,MySQL,JSP,Java

目录

摘要 I

Abstract II

目录 III

第一章 绪 论 1

1.1 课题研究背景 1

1.2 课题研究现状 1

1.3 课题研究的意义 2

1.4 论文组织结构 2

第二章 系统开发的环境和技术 3

2.1 系统开发环境 3

2.1.1 MyEclipse8.5简介: 3

2.1.2 MyEclipse8.5内置Tomcat简介: 3

2.1.3 MySQL数据库的使用简介: 3

2.2 系统开发的关键技术 4

2.2.1 MVC架构: 4

2.2.2 S.S.H框架: 5

1. Spring框架: 5

2. Struts 框架: 6

3.Hibernate框架: 6

第三章 需求分析 8

3.1 功能需求 8

3.2 性能需求分析 9

3.3 可靠性和可用性需求 9

3.4 出错处理需求 10

3.5 数据分析 10

第四章 系统总体概要设计 12

4.1 总体功能模块设计 12

4.2 系统整体模块 12

4.3 系统部分模块 13

4.3.1 系统管理员模块: 13

4.3.2 货主功能模块图 14

4.4 系统用例图 15

4.5 程序流程图 15

4.5.1 登录管理流程图: 15

4.5.2 订单流程图 16

4.5.3 车辆信息流程图 17

第五章 详细设计与实现 18

5.1 系统和数据库配置 18

5.2 概念模型设计 18

5.3 数据库逻辑模型 19

5.4 数据库表结构 20

第六章 系统功能实现 25

6.1 程序功能类图 25

6.1.1 车(Che)类图: 25

6.1.2 订单(Dingdan)类图: 25

6.1.3 货主(Fei)类图: 26

6.1.4 司机(Job)实体类: 26

6.1.5 状态(Zhuangtai)类图: 27

6.2 Hibernate配置文件 28

6.3 Struts配置文件 29

6.4 系统功能实现的主要模块 30

6.4.1 登录界面: 30

6.4.2 管理员登录模块: 31

6.4.3 管理员登陆后的主界面: 32

6.4.4 货主登陆界面 32

6.4.5 货主管理界面 34

6.4.6 订单信息页面: 35

6.4.7 危化品种类吨位饼状图 37

6.4.8 运输安全状态展示界面 39

6.4.9 管理员界面中司机信息操作界面 40

6.4.10 车辆信息操作界面 44

第七章 总结与展望 45

参考文献 48

致谢 51

第一章 绪 论

1.1 课题研究背景

请支付后下载全文,论文总字数:32287字

您需要先支付 50元 才能查看全部内容!立即支付

微信号:bysjorg

Copyright © 2010-2022 毕业论文网 站点地图