交通信息网上查询系统.doc
约44页DOC格式手机打开展开
交通信息网上查询系统,的设计与实现摘要 当前我国交通网上信息系统的发展处于一个较高的水平,广大乘客可以通过许多的方式获得交通信息,例如:通过使用火车、飞机时刻表,或者是到各个旅游网站、地图网站去查询。但大多数的查询方式都只提供了一种交通工具的查询,要么只有火车、要么就只有飞机或者公交车,很少有同时包含三种查询方式的。为了...
内容介绍
此文档由会员 csfujixie 发布
交通信息网上查询系统的设计与实现
摘要 当前我国交通网上信息系统的发展处于一个较高的水平,广大乘客可以通过许多的方式获得交通信息,例如:通过使用火车、飞机时刻表,或者是到各个旅游网站、地图网站去查询。但大多数的查询方式都只提供了一种交通工具的查询,要么只有火车、要么就只有飞机或者公交车,很少有同时包含三种查询方式的。为了解决这种问题,设计一个包含三种查询方式的交通信息网上查询系统是具有一定实际应用意义的。
在此背景下,本文首先考虑了我国交通的现状和不同乘客的实际要求,分析了此系统应该具有的功能;其次对系统的主要功能模块进行了详细地描述,其中主要包括各查询模块(包括按列车查询、按航班查询和按公交车查询)和管理更新模块(包括列车信息管理、航班信息管理和公交信息管理,以及对管理员的管理),最后结合系统开发阶段和调试阶段发现的问题,提出了系统需要完善的地方,总结了开发此系统所取得的经验和体会。
该系统为浏览器/服务器结构,主要采用JSP、Hibernate和Java Bean技术,用JAVA语言编写,数据库采用SOL Server 2000。
关键词 交通信息网上查询系统 三种查询方式 浏览器/服务器结构 数据库
The Design and Implementation of Online Traffic Information System
Abstract On current, the development of online information system of China Transportation is in a higher level. The extensive passengers can gain traffic information by a lot of ways, such as: use the train schedule, the aircraft schedule, or use the various travel sites, map sites to seek traffic information. But most sites only provide one means of transport queries, like use the train or plane or bus only, only a few inquiries that include three kinds of inquiry ways at the same time. To solve this problem, design a query system that contains three kinds of traffic information on-line inquiries is the practical application of the certain significance.
In this context, the paper firstly considers our present traffic status and different requirements of passengers, analyses the required function of the system. And then gives a detailed description of the main functional modules, mainly including every Query Module (including train inquiries, air inquiries and bus inquiries) and the Update Management Module (including train information management, air information management, bus information management and administrator management).In the end, according to the problems found in the development and debugging phase, propose what the system should be improved and sum up the development experiences.
This system is Browser/Server structure,and compiling with JAVA mostly adopts technology of JSP and Hibernate and JAVA Bean. Database adopts SQL Server 2000.
Key words The Design and Implementation of Online Traffic Information System Three kinds of inquiry ways Browser/Server structure Database
目录
第一章 引言 1
1.1 课题背景 1
1.2 本课题研究的意义 1
1.3 本课题的研究方法 2
1.4 本文所做工作 2
1.5 涉及技术介绍 2
1.5.1 数据库技术 2
1.5.2 Dreamweaver技术 3
1.5.3 Hibernate技术 4
1.5.4 JSP技术 5
1.5.5 JavaBean技术 6
1.5.6 B/S结构介绍 7
第二章 总体设计 9
2.1 系统概述 9
2.2 开发环境 9
2.2.1 硬件环境 9
2.2.2 软件环境 9
2.3 数据流图(DFD图) 10
2.3.1 顶层图 10
2.3.2 0层图 10
2.3.3 1层图 11
2.4 数据库设计 14
2.4.1 概念设计 14
2.4.2 E-R图 15
2.4.3 数据库中表的具体设计 15
2.5 模块结构图 19
2.6 各功能模块简介 19
第三章 详细设计 21
3.1 逻辑流程图 21
3.2 具体功能详细说明 21
3.2.1 列车信息查询模块 22
3.2.2 航班信息查询模块 25
3.2.3 公交车信息查询模块 27
3.2.4 后台管理模块 32
第四章 总结 35
第五章 展望 39
谢辞 40
参考文献 41
摘要 当前我国交通网上信息系统的发展处于一个较高的水平,广大乘客可以通过许多的方式获得交通信息,例如:通过使用火车、飞机时刻表,或者是到各个旅游网站、地图网站去查询。但大多数的查询方式都只提供了一种交通工具的查询,要么只有火车、要么就只有飞机或者公交车,很少有同时包含三种查询方式的。为了解决这种问题,设计一个包含三种查询方式的交通信息网上查询系统是具有一定实际应用意义的。
在此背景下,本文首先考虑了我国交通的现状和不同乘客的实际要求,分析了此系统应该具有的功能;其次对系统的主要功能模块进行了详细地描述,其中主要包括各查询模块(包括按列车查询、按航班查询和按公交车查询)和管理更新模块(包括列车信息管理、航班信息管理和公交信息管理,以及对管理员的管理),最后结合系统开发阶段和调试阶段发现的问题,提出了系统需要完善的地方,总结了开发此系统所取得的经验和体会。
该系统为浏览器/服务器结构,主要采用JSP、Hibernate和Java Bean技术,用JAVA语言编写,数据库采用SOL Server 2000。
关键词 交通信息网上查询系统 三种查询方式 浏览器/服务器结构 数据库
The Design and Implementation of Online Traffic Information System
Abstract On current, the development of online information system of China Transportation is in a higher level. The extensive passengers can gain traffic information by a lot of ways, such as: use the train schedule, the aircraft schedule, or use the various travel sites, map sites to seek traffic information. But most sites only provide one means of transport queries, like use the train or plane or bus only, only a few inquiries that include three kinds of inquiry ways at the same time. To solve this problem, design a query system that contains three kinds of traffic information on-line inquiries is the practical application of the certain significance.
In this context, the paper firstly considers our present traffic status and different requirements of passengers, analyses the required function of the system. And then gives a detailed description of the main functional modules, mainly including every Query Module (including train inquiries, air inquiries and bus inquiries) and the Update Management Module (including train information management, air information management, bus information management and administrator management).In the end, according to the problems found in the development and debugging phase, propose what the system should be improved and sum up the development experiences.
This system is Browser/Server structure,and compiling with JAVA mostly adopts technology of JSP and Hibernate and JAVA Bean. Database adopts SQL Server 2000.
Key words The Design and Implementation of Online Traffic Information System Three kinds of inquiry ways Browser/Server structure Database
目录
第一章 引言 1
1.1 课题背景 1
1.2 本课题研究的意义 1
1.3 本课题的研究方法 2
1.4 本文所做工作 2
1.5 涉及技术介绍 2
1.5.1 数据库技术 2
1.5.2 Dreamweaver技术 3
1.5.3 Hibernate技术 4
1.5.4 JSP技术 5
1.5.5 JavaBean技术 6
1.5.6 B/S结构介绍 7
第二章 总体设计 9
2.1 系统概述 9
2.2 开发环境 9
2.2.1 硬件环境 9
2.2.2 软件环境 9
2.3 数据流图(DFD图) 10
2.3.1 顶层图 10
2.3.2 0层图 10
2.3.3 1层图 11
2.4 数据库设计 14
2.4.1 概念设计 14
2.4.2 E-R图 15
2.4.3 数据库中表的具体设计 15
2.5 模块结构图 19
2.6 各功能模块简介 19
第三章 详细设计 21
3.1 逻辑流程图 21
3.2 具体功能详细说明 21
3.2.1 列车信息查询模块 22
3.2.2 航班信息查询模块 25
3.2.3 公交车信息查询模块 27
3.2.4 后台管理模块 32
第四章 总结 35
第五章 展望 39
谢辞 40
参考文献 41