客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
JSP+SQL Server 网上列车查询系统
本系统开发工具:JSP+SQL Server
本设计包含内容:源代码 + 毕业论文 + 开题报告 + 答辩稿
论文大概:29页 1万
摘 要
随着科学的发展,时代的进步,我们已经步入信息化的时代,计算机网络的应用也越来越普遍,应用计算机网络传播信息和进行工作管理已经成为一种新的趋势。在日常生活中,随着旅游业和火车运输系统的快速发展,人们对于火车查询的要求越来越高,而且网络已经成为人们获取外界信息的必不可少的途径,于是设计了该系统——网上列车查询系统。
相比传统的火车查询方式,基于网络的火车查询系统的主要好处是一方面可以动态地管理火车内部的各种信息,只要把数据填充到数据库中用户就可以从中查询;另一方面,用户查询时间灵活, 可以在任何时间上网查询;另外查询速度快,用户在输入查询条件后立即就可以得到查询结果。基于web技术的火车查询系统将大大减轻工作人员的劳动强度,减少不必要的错误;所有资料直接保存在数据库中,有利于信息的管理。
本次设计采用Eclipse3.1和SQL Server 2000开发设计,采用Tomcat5.0网页发布服务器,并且应用了JSP和Java Bean的技术。划分为“用户查询”和“车次管理”两个模块,在“用户查询”模块中,实现了火车的车次查询、车站查询和站站查询三种查询方式,在站站查询中若两站间没有直达的列车,可实现一次转车。在车站查询和站站查询中可对列车车次进行查询,有效地节约了查询火车车次信息的时间。在“车次管理”模块中,实现了车次的增加、更新、删除和车站管理的功能,并且设置了管理员登陆界面和密码修改界面,有效地保证系统的安全性。
关键词 网上列车查询;列车时刻表;JSP;Tomcat5.0
Abstract
Along with the development of science and the progress of time, we have entered the era of information technology, the application of computer networks is increasingly common. It has become a new trend that the application of computer networks to disseminate information and to manage the work. In daily life, with the rapid development of tourism industry and the train transportation system, the high demands for Web-Based Train inquiries are increasing, and the network has become the indispensable mean for people to get information about outside. Eventually, we design the system -- the inquiry system of internet train.
Compared to the traditional train inquiry, on the one hand, the main benefit of Network -based train inquiry system is the dynamic management of the various train information, users will be able to query information as long as the data is filed to the database; on the other hand, for flexible inquiry time, users may get online inquiries information at any time.As the fast inquiring, Users will get search results when they input the conditions immediately. The Web-based technology train inquiry system will greatly reduce strength of the workforce, and to reduce unnecessary errors; all information was stored in a database directly and it is conducive to the management of information.
Internet inquiries train Eclipse3.1 system uses SQL Server 2000 and the development of design, Published used Tomcat5.0 website server, and application of the JSP and Java Bean technology. The two chapters of “The user enquires mold piece” and “The manager management of the train trips” are divided. In the “The user enquires mold piece”, can enquire the train messages by train number and train stations. If no trains are found between the two train stations, can transfer to another train to arrive instead. And during enquiring the train messages by train stations can be enquired by train number, so can cut down the time for enquiring the train messages. In the “The managers management of the train trips”, the functions of adding, updating and deleting the trains are achieved. In order to ensure the secure of the system effectively, a page is used to come into the manager system, and can be revised the password of the management system.
Keywords Train online inquiries; Train Schedules; JSP; Tomcat5.0
目 录
1 绪 论 1
2 开发工具简介与运行环境 2
2.1 开发工具简介 2
2.1.1 SQL Server 2000 简介 2
2.1.2 JSP技术介绍 2
2.2 运行环境 4
3 系统需求分析 5
3.1 社会和经济分析 5
3.2 应用分析 5
4 总体设计 6
4.1 系统功能模块划分 6
4.1.1 用户查询模块 6
4.1.2 管理员车次管理模块 7
4. 2 数据库设计 8
4.2.1 分析与设计数据库 8
4.2.2 在SQL Server 2000上创建数据库 10
5 详细设计 11
5.1 用户查询模块设计 11
5.1.1 用户查询主页面 11
5.1.2 火车车次查询页面 11
5.1.3 火车车站查询页面 13
5.1.4 火车站站查询页面 15
5.2 车次管理模块 18
5.2.1 管理员登录页面 18
5.2.2 管理员增加车次页面 18
5.2.3 管理员更新车次的页面 19
结束语 22
致 谢 23
参考文献 24

