基于Java铁路售票系统的设计与实现(含录像)(SqlServer)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

基于JAVA铁路售票系统的设计与实现(含录像)(SqlServer)(毕业论文14000字,程序代码,数据库)
摘  要
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。 作为计算机应用的一部分使用计算机对火车信息进行管理,具有手工管理所无法比拟的优点。例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高火车信息管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。
本文针对火车站的订票实际情况,按照软件工程的结构化设计思想,经过项目的可 行性研究和需求分析,总体设计,详细设计,以及编码实现和调试等步骤设计开发了火 车站网上订票系统。并运用数据流图和数据字典,E-R 图和数据库逻辑结构,层次图, 系统流程图,以及程序流程图,对该系统的数据需求,数据库,系统软件结构,系统流 程,以及处理过程等进行了分析和设计。
本系统前台主要使用JSP作为开发语言,后台使用SqlServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的铁路售票系统。

关键词:信息管理,火车售票,JSP,B/S结构

ABSTRACT
With the continuous improvement of science and technology, computer science increasingly mature, its powerful features for people to have a profound understanding, it has entered the human society in various fields and play an increasingly important role. As part of the computer application the use of computers to train information management, with a manual management of the incomparable advantages. For example: the rapid retrieval and search for convenient, high reliability, large storage capacity, confidentiality good, long life and low cost. These advantages can improve the efficiency of the train information management, the enterprise is also a scientific, standardized management, and an important condition for the world.
Aiming at the train station booking the actual situation, in accordance with a structured software engineering design, after the project can do research and needs analysis, general design, detailed design, coding and debugging steps as well as the design and development of fire station online booking system. And use the data flow diagram and data dictionary, E-R diagram and database logical structure, hierarchy diagram, system flow chart, and program flow chart of the system, data requirements, database, system software structure, system flow process, and process is analyzed and design.
The front of the system using JSP as a development language, the use of SqlServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure of railway ticketing system.

Key words: information management, train ticket, JSP, B / S structure

功能模块需求分析
本系统最大的特点是使用操作简单、友好的提示信息。本系统将实现以下基本功能:
(1)系统具有简洁大方的页面,使用简便,友好的错误操作提示
(2)管理员用户具有管理员信息管理、会员信息管理、车次信息管理、订单信息管理、公告管理、留言信息管理等功能
(3)具有较强的安全性,避免用户的恶意操作
管理员功能模块图说明:管理员是功能最多的一种用户角色。
(1)管理员管理模块:在该模块中完成管理员信息管理功能。管理员信息管理提供系统管理员的查询,增加和删除等功能操作。
(2)会员信息管理模块:在该模块中定义了注册会员信息的管理,其功能包括会员信息的查询、删除等操作。
(3)车次信息管理模块:在该模块中定义了对车次信息的管理,其功能包括车次信息录入、查询、删除等操作。
(4)订单信息管理模块:在该模块中定义了对订单信息的管理,其功能包括订单信息查询、受理、删除等操作。
(5)公告信息管理模块:在该模块中定义了对系统公告信息的管理,其功能包括公告信息添加、查询、删除等操作。
(6)留言信息管理模块:在该模块中定义了对留言信息的管理,其功能包括留言信息查询、删除等操作。
 

基于Java铁路售票系统的设计与实现(含录像)(SqlServer)
基于Java铁路售票系统的设计与实现(含录像)(SqlServer)
基于Java铁路售票系统的设计与实现(含录像)(SqlServer)
基于Java铁路售票系统的设计与实现(含录像)(SqlServer)
基于Java铁路售票系统的设计与实现(含录像)(SqlServer)


目  录
摘  要    I
ABSTRACT    II
第一章 绪论    1
1.1课题背景    1
1.2目的和意义    1
1.3开发工具及技术    1
1.3.1开发工具    1
1.3.2 JSP    2
1.3.3 JAVAScript    3
1.3.4 Struts 2简介    3
1.3.5 Hibernate简介    4
1.4软硬件需求    4
第二章 需求分析    5
2.1需求调研    5
2.2可行性分析    5
2.2.1技术的可行性    5
2.2.2经济的可行性    5
2.2.3操作可行性    5
2.2.4法律的可行性    6
2.3系统用户用例图    6
2.3.1管理员用例图    6
2.4功能模块需求分析    6
2.5设计的基本思想    7
2.6性能需求    8
2.6.1系统的安全性    8
2.6.2数据的完整性    8
2.7界面需求    8
第三章 系统分析与设计    10
3.1数据库的分析与设计    10
3.1.1数据库的概念结构设计    10
3.1.2数据库的逻辑结构设计    13
3.1.3数据库的连接原理    15
3.2中文乱码问题处理    16
第四章 系统功能实现    18
4.1系统登陆页面实现    18
4.2管理员功能模块    19
4.2.2会员信息管理    19
4.2.3车次信息管理    20
4.2.4订单信息管理    23
4.2.5公告信息管理    24
4.2.6留言信息管理    26
4.2.7修改登陆密码    27
4.2.8安全退出系统    27
4.3会员功能模块    27
4.3.1我的订单信息    27
4.4前台网站模块    28
4.4.1网站首面    28
4.4.2用户注册    29
4.4.3车票预订    30
4.4.4系统留言板功能    30
第五章 系统测试    31
5.1系统测试目的与意义    31
5.2测试过程    32
5.2.1主页面的登录模块测试    32
5.3其他错误    32
结  论    33
参考文献    34
致  谢    35