1、 I 课题名称 火车票订票系统 学生姓名 专 业 班 级 指导教师 II 摘 要 随着我国铁路交通的不断发展,简单的窗口售票模式已经不能满足方便人们 出行的目的。采用先进的网络技术开发出方便快捷的网上订票系统是现代客运业 务发展的必然需求。本次设计的火车票网上订票系统通过访问主页,可以实现个 人信息注册、车次车票价格查询、在线订票退票等基本功能,为用户提供方便快 捷的订票服务。 本系统采用了 B/S 模式的结构设计,采用 Java 语言开发。界面设计采用 MyEclipes8.5 作为前台应用开发工具。后台选用 MySQL5.5 数据库进行支持,采 用 MySQL Workbench 提供数据
2、库可视化设计、模型建立、以及管理功能。利用 目前比较流行的 Tomcat6.X 搭建 Web 应用服务器,提供通过网页访问功能。采 用 MVC 开发模式实现系统的高内聚低耦合,确保系统的扩展性和安全性。 本系统共有六个功能模块:登录功能模块、个人主页模块、查询功能模块、 火车票预定模块、车次管理功能模块及火车票管理功能模块。通过登录站点 http:/localhost:8080/TBS/ 可以访问系统主页面,普通用户可以进行个人资料的注 册、车次车票查询、订票退票等操作,管理员用户可完成车票的管理、车次的管 理、途径站点的管理等功能。 念白念白 III Abstract With the co
3、ntinuous development of China railroad transportation, the simple window ticket sales mode can not meet the purpose to make people travel convenient. Using the advanced network technology to develop convenient and fast online tickets booking system is the necessary of modern passenger transport busi
4、ness. Through the home page, the online train tickets booking system achieved some basic functions such as personal information registration, train lines inquiry and prices inquiry online tickets booking and refunding and so on, that can provide convenient and fast service for users.nianbai The B/S
5、mode was adopted in the system for the structural design, and developed by Java language. In the interface design, the MyEclipes8.5 was used as the front desk software developing tool, and MySQL5.5 database was used to support the background. By means of the MySQL Workbench, it provides database vis
6、ual design, model establishment, and management function. It was used that present partly fashionable Tomcat6.X to build the Web AS, and to visit web function. The MVC development module was used to implement the systems high cohesion together with low coupling to make sure the expansibility and safety of the system.nianbai There were total six function modules in the system, that includes the login function module, the individual h