目 录
摘 要 III
ABSTRACT IV
第一章 引言 1
1.1课题背景 1
1.2课题研究的意义 2
1.3课题目标 2
1.4 系统特点 3
1.5本文结构 4
第二章 设计技术与开发环境 4
2.1运行环境 4
2.2开发工具及技术简介 5
2.2.1开发工具简介 5
2.2.2技术简介 6
2.3 可行性分析 7
2.3.1 技术可性性 7
2.3.2经济的可行性 8
2.3.2政治的可行性 8
第三章 系统需求分析与设计 8
3.1需求分析 8
3.1.1功能需求 8
3.1.2权限与责任 9
3.2概要设计 10
3.2.1总体设计 10
3.2.2系统功能结构图 11
3.2.4模块结构 11
3.3数据库概念结构设计 12
3.3.1基本设计概念和处理流程 12
3.3.2数据库逻辑结构设计 17
第四章 系统详细设计 19
4.1管理员功能模块设计 19
4.1.1通知公告功能 19
4.1.2会员管理功能 20
4.1.3车票管理功能 21
4.1.4订单管理功能 22
4.1.5订单退票查询功能 23
4.1.6余票查询功能 23
4.1.7留言管理功能 24
4.2会员功能模块设计 25
4.2.1会员注册功能 25
4.2.2票务查询功能 26
4.2.3会员订票功能 27
4.2.4订单退票功能 31
4.2.5车票改签功能 32
第五章 系统测试 34
5.1系统测试目的与意义 34
5.2测试过程 34
5.2.1主页面的登录模块测试 34
5.3其他错误 35
结 论 37
参考文献 38
致 谢 39
摘 要
随着互联网日益深入社会生活,以网站作为对外的展示窗口,进行内外信息交流,已成为大众的迫切需要。当作当今相对发达的轨道交通工具之一——客车,在铁路交通、航空都迈入网络售票的,开发一套汽车售票系统已经迫在眉睫,开发该系统可以有利于车站工作人员可以及时获取各列车票的发售情况、旅客订票情况;可以在系统中操作退、改签等操作,大大的提高了工作效率。其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。
本系统使用JAVA技术制作网站动态页面,用JAVA语言做连接数据库的程序,使用MYSQL数据库作为系统数据库,开发一个具有用户管理(系统用用户)、票务管理(订单管理、出售、改签、退票、售票情况查询)、基础信息管理(票务信息、新闻公告、留言信息管理)。
关键词:SSH框架技术,网上售票系统,设计与实现
ABSTRACT
With the Internet into the social life, external display as a window to the website, carry out internal and external information exchange, has become the urgent need for the public. As one of the rail transport in relatively developed -- in the bus, railway transportation, airlines are entering the network ticketing, develop a set of auto ticketing system has been imminent, the development of the system can be beneficial to the station staff can get the train tickets on sale situation, passengers booking; can operate the withdrawal, change in system operation, greatly improves the work efficiency. Its development mainly includes two aspects: the background of the establishment and maintenance of database and front-end application development. For the former requirement to establish data consistency and integrity, good data security database. For the latter request application procedure function is complete, easy to use etc..
The system uses JAVA technology for the production of dynamic pages, using JAVA language program to connect to the database, using the database of MYSQL as database system, the development of a user (user management system), ticket management (query order management, sales, catering, ticketing, refund situation), basic information management (ticket information, news the announcement, message information management).
Keywords: SSH Framework Technology, Online ticketing system, Design and Implementation