本次毕业设计按照如期要求将基本功能全部实现了,旅客查询方面,可选择游客身份直接进行列车信息查询,也可以查询到相应列车以后通过链接的方式直接进入购票系统。
摘要:本文介绍了通过ASP.NET技术来实现列车信息查询系统的开发。通过列车信息查询系统,乘客可以查询到列车车次、列车车型、途经站名、发出时间、到达时间、列车总容量及票数的多少等功能。开发出一个更便利的查询系统来提高效率,提高铁路系统的服务质量,实现服务的现代化,方便旅客的外出远行。该列车信息查询系统以Windows8为支撑平台,其中开发前端工具选用ASP.NET,VB语言作为在 ASP. NET中的编写程序的代码,用SQL 2008作为后端录入数据的数据库来进行本次的开发设计。本文中,通过对以上的这三种方法来做介绍,通过对列车查询系统各个功能及特点做了详细的介绍,并对这一查询系统是否能够稳定运行以及是否能达到达到预期期望进行了一系列的测试,在今后的生活中具有一定的实用性。
关键词: 列车;ASP.NET;信息查询;数据库
The design of train information inquiry system
Abstract: This article describes the use of ASP.NET technology for the development of train information query system and the implementation of train information query system to enable passengers to query through the train trips, models, originating station and terminal information of the train.The train passes the station, arrival time,stay time and mileage. A more convenient inquiry system has been developed to increase efficiency, improve the service quality of the railway system, modernize services, and facilitate the travel of travelers. The system uses ASP.NET as a development tool and the programming language selects VB language and Microsoft SQL Server 2008 as the basic technology of the database. In this article, a brief introduction is given to all three tools mentioned above. At the same time, a detailed description of the functions of each of the system's function modules is given. The train information inquiry system uses Windows 8 as the support platform, in which the front-end tool selects ASP.NET, C# language as the language for writing program code, and Microsoft SQL Server 2008 as the database for storing data in the background to carry out this development and design.In this paper,Through the above these three methods to make an introduction, through the train inquiry system each function and characteristics is introduced in detail, and the inquiry system can stable operation and whether it can achieve the desired expectations conducted a series of tests, in later life is practical.
Keywords: Train; ASP.NET; Information query; Database
目录
1 绪论 1
1.1 研究背景及意义 1
1.2 国内外现状 2
1.2.1 国内现状 2
1.2.2 国外状况 3
1.3 研究目的 4
1.4 论文组织安排 4
2 系统开发工具及平台 5
2.1 关于系统前端开发工具的选择 6
2.2系统后端开发工具选择 6
2.3 系统开发环境 7
2.4 系统开发工具介绍 7
2.4.1 VB语言介绍 7
2.4.2 ADO.NET技术介绍 7
3 系统分析 9
3.1 系统设计思想 9
3.2 系统需求分析 9
3.3 系统的可行性分析 10
3.4系统功能分析 10
3.4.1 车次查询 10
3.4.2 车型查询 10
3.4.3车站查询 10
3.5 系统逻辑流程图设计 11
4 数据库设计 13
4.1 数据流图 13
4.1.1 顶层图 13
4.1.2 0层图 13
4.1.3 1 层图 14
4.2数据表设计 15
4.2.1 管理员表 15
4.2.2 用户表 15
4.2.3 列车表 16
4.2.4 经过站表 16
5 系统功能详细设计及实现 17
5.1 登录主界面 17
5.2 用户注册界面 17
5.3 密码修改功能 18
5.4 用户模块主要功能 19
5.4.1 用户查询主界面 19
5.4.2车次查询功能 20
5.4.3 查询列车经过站功能 20
5.4.4 查询车型功能 21
5.4.5 查询起点功能 21
5.4.6 查询终点功能 22
5.5 管理员模块主要功能 23