交通信息網(wǎng)上查詢系統(tǒng).doc
約44頁(yè)DOC格式手機(jī)打開展開
交通信息網(wǎng)上查詢系統(tǒng),的設(shè)計(jì)與實(shí)現(xiàn)摘要 當(dāng)前我國(guó)交通網(wǎng)上信息系統(tǒng)的發(fā)展處于一個(gè)較高的水平,廣大乘客可以通過(guò)許多的方式獲得交通信息,例如:通過(guò)使用火車、飛機(jī)時(shí)刻表,或者是到各個(gè)旅游網(wǎng)站、地圖網(wǎng)站去查詢。但大多數(shù)的查詢方式都只提供了一種交通工具的查詢,要么只有火車、要么就只有飛機(jī)或者公交車,很少有同時(shí)包含三種查詢方式的。為了...
內(nèi)容介紹
此文檔由會(huì)員 csfujixie 發(fā)布
交通信息網(wǎng)上查詢系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
摘要 當(dāng)前我國(guó)交通網(wǎng)上信息系統(tǒng)的發(fā)展處于一個(gè)較高的水平,廣大乘客可以通過(guò)許多的方式獲得交通信息,例如:通過(guò)使用火車、飛機(jī)時(shí)刻表,或者是到各個(gè)旅游網(wǎng)站、地圖網(wǎng)站去查詢。但大多數(shù)的查詢方式都只提供了一種交通工具的查詢,要么只有火車、要么就只有飛機(jī)或者公交車,很少有同時(shí)包含三種查詢方式的。為了解決這種問(wèn)題,設(shè)計(jì)一個(gè)包含三種查詢方式的交通信息網(wǎng)上查詢系統(tǒng)是具有一定實(shí)際應(yīng)用意義的。
在此背景下,本文首先考慮了我國(guó)交通的現(xiàn)狀和不同乘客的實(shí)際要求,分析了此系統(tǒng)應(yīng)該具有的功能;其次對(duì)系統(tǒng)的主要功能模塊進(jìn)行了詳細(xì)地描述,其中主要包括各查詢模塊(包括按列車查詢、按航班查詢和按公交車查詢)和管理更新模塊(包括列車信息管理、航班信息管理和公交信息管理,以及對(duì)管理員的管理),最后結(jié)合系統(tǒng)開發(fā)階段和調(diào)試階段發(fā)現(xiàn)的問(wèn)題,提出了系統(tǒng)需要完善的地方,總結(jié)了開發(fā)此系統(tǒng)所取得的經(jīng)驗(yàn)和體會(huì)。
該系統(tǒng)為瀏覽器/服務(wù)器結(jié)構(gòu),主要采用JSP、Hibernate和Java Bean技術(shù),用JAVA語(yǔ)言編寫,數(shù)據(jù)庫(kù)采用SOL Server 2000。
關(guān)鍵詞 交通信息網(wǎng)上查詢系統(tǒng) 三種查詢方式 瀏覽器/服務(wù)器結(jié)構(gòu) 數(shù)據(jù)庫(kù)
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 涉及技術(shù)介紹 2
1.5.1 數(shù)據(jù)庫(kù)技術(shù) 2
1.5.2 Dreamweaver技術(shù) 3
1.5.3 Hibernate技術(shù) 4
1.5.4 JSP技術(shù) 5
1.5.5 JavaBean技術(shù) 6
1.5.6 B/S結(jié)構(gòu)介紹 7
第二章 總體設(shè)計(jì) 9
2.1 系統(tǒng)概述 9
2.2 開發(fā)環(huán)境 9
2.2.1 硬件環(huán)境 9
2.2.2 軟件環(huán)境 9
2.3 數(shù)據(jù)流圖(DFD圖) 10
2.3.1 頂層圖 10
2.3.2 0層圖 10
2.3.3 1層圖 11
2.4 數(shù)據(jù)庫(kù)設(shè)計(jì) 14
2.4.1 概念設(shè)計(jì) 14
2.4.2 E-R圖 15
2.4.3 數(shù)據(jù)庫(kù)中表的具體設(shè)計(jì) 15
2.5 模塊結(jié)構(gòu)圖 19
2.6 各功能模塊簡(jiǎn)介 19
第三章 詳細(xì)設(shè)計(jì) 21
3.1 邏輯流程圖 21
3.2 具體功能詳細(xì)說(shuō)明 21
3.2.1 列車信息查詢模塊 22
3.2.2 航班信息查詢模塊 25
3.2.3 公交車信息查詢模塊 27
3.2.4 后臺(tái)管理模塊 32
第四章 總結(jié) 35
第五章 展望 39
謝辭 40
參考文獻(xiàn) 41
摘要 當(dāng)前我國(guó)交通網(wǎng)上信息系統(tǒng)的發(fā)展處于一個(gè)較高的水平,廣大乘客可以通過(guò)許多的方式獲得交通信息,例如:通過(guò)使用火車、飛機(jī)時(shí)刻表,或者是到各個(gè)旅游網(wǎng)站、地圖網(wǎng)站去查詢。但大多數(shù)的查詢方式都只提供了一種交通工具的查詢,要么只有火車、要么就只有飛機(jī)或者公交車,很少有同時(shí)包含三種查詢方式的。為了解決這種問(wèn)題,設(shè)計(jì)一個(gè)包含三種查詢方式的交通信息網(wǎng)上查詢系統(tǒng)是具有一定實(shí)際應(yīng)用意義的。
在此背景下,本文首先考慮了我國(guó)交通的現(xiàn)狀和不同乘客的實(shí)際要求,分析了此系統(tǒng)應(yīng)該具有的功能;其次對(duì)系統(tǒng)的主要功能模塊進(jìn)行了詳細(xì)地描述,其中主要包括各查詢模塊(包括按列車查詢、按航班查詢和按公交車查詢)和管理更新模塊(包括列車信息管理、航班信息管理和公交信息管理,以及對(duì)管理員的管理),最后結(jié)合系統(tǒng)開發(fā)階段和調(diào)試階段發(fā)現(xiàn)的問(wèn)題,提出了系統(tǒng)需要完善的地方,總結(jié)了開發(fā)此系統(tǒng)所取得的經(jīng)驗(yàn)和體會(huì)。
該系統(tǒng)為瀏覽器/服務(wù)器結(jié)構(gòu),主要采用JSP、Hibernate和Java Bean技術(shù),用JAVA語(yǔ)言編寫,數(shù)據(jù)庫(kù)采用SOL Server 2000。
關(guān)鍵詞 交通信息網(wǎng)上查詢系統(tǒng) 三種查詢方式 瀏覽器/服務(wù)器結(jié)構(gòu) 數(shù)據(jù)庫(kù)
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 涉及技術(shù)介紹 2
1.5.1 數(shù)據(jù)庫(kù)技術(shù) 2
1.5.2 Dreamweaver技術(shù) 3
1.5.3 Hibernate技術(shù) 4
1.5.4 JSP技術(shù) 5
1.5.5 JavaBean技術(shù) 6
1.5.6 B/S結(jié)構(gòu)介紹 7
第二章 總體設(shè)計(jì) 9
2.1 系統(tǒng)概述 9
2.2 開發(fā)環(huán)境 9
2.2.1 硬件環(huán)境 9
2.2.2 軟件環(huán)境 9
2.3 數(shù)據(jù)流圖(DFD圖) 10
2.3.1 頂層圖 10
2.3.2 0層圖 10
2.3.3 1層圖 11
2.4 數(shù)據(jù)庫(kù)設(shè)計(jì) 14
2.4.1 概念設(shè)計(jì) 14
2.4.2 E-R圖 15
2.4.3 數(shù)據(jù)庫(kù)中表的具體設(shè)計(jì) 15
2.5 模塊結(jié)構(gòu)圖 19
2.6 各功能模塊簡(jiǎn)介 19
第三章 詳細(xì)設(shè)計(jì) 21
3.1 邏輯流程圖 21
3.2 具體功能詳細(xì)說(shuō)明 21
3.2.1 列車信息查詢模塊 22
3.2.2 航班信息查詢模塊 25
3.2.3 公交車信息查詢模塊 27
3.2.4 后臺(tái)管理模塊 32
第四章 總結(jié) 35
第五章 展望 39
謝辭 40
參考文獻(xiàn) 41