畢業(yè)論文 公交查詢系統(tǒng)設(shè)計與實現(xiàn).doc
約42頁DOC格式手機打開展開
畢業(yè)論文 公交查詢系統(tǒng)設(shè)計與實現(xiàn),目錄摘 要iabstractii1緒論11.1 數(shù)據(jù)庫技術(shù)11.1.1 數(shù)據(jù)庫體系結(jié)構(gòu)11.1.2 數(shù)據(jù)庫管理信息系統(tǒng)(dbms)11.2 公交查詢系統(tǒng)21.2.1 系統(tǒng)功能21.2.2系統(tǒng)運行環(huán)境21.2.4 系統(tǒng)開發(fā)工具21.2.4現(xiàn)狀與前景21.3 本文所作的工作32 基于eclispe平臺下的開發(fā)技術(shù)42.1 ...
內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
目 錄
摘 要 I
ABSTRACT II
1 緒 論 1
1.1 數(shù)據(jù)庫技術(shù) 1
1.1.1 數(shù)據(jù)庫體系結(jié)構(gòu) 1
1.1.2 數(shù)據(jù)庫管理信息系統(tǒng)(DBMS) 1
1.2 公交查詢系統(tǒng) 2
1.2.1 系統(tǒng)功能 2
1.2.2系統(tǒng)運行環(huán)境 2
1.2.4 系統(tǒng)開發(fā)工具 2
1.2.4現(xiàn)狀與前景 2
1.3 本文所作的工作 3
2 基于Eclispe平臺下的開發(fā)技術(shù) 4
2.1 Java語言介紹 4
2.1.1 Java 語言簡介 4
2.1.2 Java技術(shù)平臺簡介 7
2.1.3 Java 程序框架 7
2.1.4 Java 優(yōu)點 8
2.1.4 J2EE技術(shù)簡介 8
2.2 JSP技術(shù)介紹 8
2.2.1 JSP與ASP的簡單比較 8
2.2.2 JSP運行環(huán)境 9
2.2.3 JSP頁面示例 9
2.3 B/S結(jié)構(gòu)介紹 12
2.3.1 Java程序框架 13
2.3.2 B/S架構(gòu)具備極大的優(yōu)越性 13
2.4 J2EE所運用到的數(shù)據(jù)庫技術(shù) 14
2.4.1關(guān)系模型的基本概念 14
2.4.2關(guān)系型數(shù)據(jù)庫 16
2.4.3關(guān)系數(shù)據(jù)語言 17
2.5 SQL語言介紹 18
2.5.1 SQL的組成 18
2.5.2 SQL的數(shù)據(jù)查詢 19
2.5.3 SQL的數(shù)據(jù)更新 19
3公交查詢系統(tǒng)設(shè)計分析 21
3.1應用需求分析 21
3.2 系統(tǒng)功能模塊劃分 21
3.3 系統(tǒng)數(shù)據(jù)庫設(shè)計 24
3.3.1概念設(shè)計 24
3.3.2 邏輯設(shè)計 26
3.4 本章小結(jié) 28
4 公交查詢系統(tǒng)設(shè)計分析 29
4.1 查詢模塊的功能實現(xiàn) 29
4.2 管理更新的功能實現(xiàn) 31
4.3 公交線路管理 33
4.4 本章小結(jié) 35
5總結(jié) 35
參考文獻 35
致 謝 37
摘 要
如今計算機網(wǎng)絡(luò)發(fā)展非常迅速,時間的重要性對于人們來說不言而喻,人們出行越來越注重時間的節(jié)約,城市公交已經(jīng)成為出行的一種主要的方式,本文結(jié)合公交運行的實際來對公交查詢信息系統(tǒng)進行可行性研究,通過詳實的問題定義與需求分析并且進行了合理的設(shè)計,提出了在B/S模式下的三層體系結(jié)構(gòu),應用了當前最流行的Eclispe開發(fā)環(huán)境,后臺采用了以目前最穩(wěn)定的SQL Server2005數(shù)據(jù)庫為開發(fā)平臺。該系統(tǒng)可以幫助查詢?nèi)藛T找到能最快到達目的地,并且節(jié)約費用。通過瀏覽器查詢,通過計算機網(wǎng)絡(luò)全面聯(lián)網(wǎng),實現(xiàn)中心控制、自動更新、更多的查詢方式、和GIS系統(tǒng)的互聯(lián)互通等等更多更強大的功能。從這方面來說,此系統(tǒng)具有美好的應用前景。
關(guān)鍵詞:管理信息系統(tǒng);B/S結(jié)構(gòu);數(shù)據(jù)庫;WEB服務(wù)器;JSP
ABSTRACT
Now computer network development very quickly,The importance of time for people to self-evident,People pay more and more attention to the travel time saving,City bus travel has become one of the main way,Combining with the actual operation of the bus to query information system of public transport for feasibility study,Through detailed problem definition and demand analysis and the reasonable design,Put forward the B/S model with three layers of the system structure, the application of the most popular Eclispe development environment,the background to the most stable SQL Server2005 database for development platform. The system can help people find the soonest can query destination, and save cost. Through the browser queries, through the computer network comprehensive networking,Realize center control, automatic update, more inquires the way, and the GIS system interconnected and so on more powerful function. In this regard, the system has a good application prospect.
Key words: the management information system; The B/S structure; Database; WEB server. JSP.
摘 要 I
ABSTRACT II
1 緒 論 1
1.1 數(shù)據(jù)庫技術(shù) 1
1.1.1 數(shù)據(jù)庫體系結(jié)構(gòu) 1
1.1.2 數(shù)據(jù)庫管理信息系統(tǒng)(DBMS) 1
1.2 公交查詢系統(tǒng) 2
1.2.1 系統(tǒng)功能 2
1.2.2系統(tǒng)運行環(huán)境 2
1.2.4 系統(tǒng)開發(fā)工具 2
1.2.4現(xiàn)狀與前景 2
1.3 本文所作的工作 3
2 基于Eclispe平臺下的開發(fā)技術(shù) 4
2.1 Java語言介紹 4
2.1.1 Java 語言簡介 4
2.1.2 Java技術(shù)平臺簡介 7
2.1.3 Java 程序框架 7
2.1.4 Java 優(yōu)點 8
2.1.4 J2EE技術(shù)簡介 8
2.2 JSP技術(shù)介紹 8
2.2.1 JSP與ASP的簡單比較 8
2.2.2 JSP運行環(huán)境 9
2.2.3 JSP頁面示例 9
2.3 B/S結(jié)構(gòu)介紹 12
2.3.1 Java程序框架 13
2.3.2 B/S架構(gòu)具備極大的優(yōu)越性 13
2.4 J2EE所運用到的數(shù)據(jù)庫技術(shù) 14
2.4.1關(guān)系模型的基本概念 14
2.4.2關(guān)系型數(shù)據(jù)庫 16
2.4.3關(guān)系數(shù)據(jù)語言 17
2.5 SQL語言介紹 18
2.5.1 SQL的組成 18
2.5.2 SQL的數(shù)據(jù)查詢 19
2.5.3 SQL的數(shù)據(jù)更新 19
3公交查詢系統(tǒng)設(shè)計分析 21
3.1應用需求分析 21
3.2 系統(tǒng)功能模塊劃分 21
3.3 系統(tǒng)數(shù)據(jù)庫設(shè)計 24
3.3.1概念設(shè)計 24
3.3.2 邏輯設(shè)計 26
3.4 本章小結(jié) 28
4 公交查詢系統(tǒng)設(shè)計分析 29
4.1 查詢模塊的功能實現(xiàn) 29
4.2 管理更新的功能實現(xiàn) 31
4.3 公交線路管理 33
4.4 本章小結(jié) 35
5總結(jié) 35
參考文獻 35
致 謝 37
摘 要
如今計算機網(wǎng)絡(luò)發(fā)展非常迅速,時間的重要性對于人們來說不言而喻,人們出行越來越注重時間的節(jié)約,城市公交已經(jīng)成為出行的一種主要的方式,本文結(jié)合公交運行的實際來對公交查詢信息系統(tǒng)進行可行性研究,通過詳實的問題定義與需求分析并且進行了合理的設(shè)計,提出了在B/S模式下的三層體系結(jié)構(gòu),應用了當前最流行的Eclispe開發(fā)環(huán)境,后臺采用了以目前最穩(wěn)定的SQL Server2005數(shù)據(jù)庫為開發(fā)平臺。該系統(tǒng)可以幫助查詢?nèi)藛T找到能最快到達目的地,并且節(jié)約費用。通過瀏覽器查詢,通過計算機網(wǎng)絡(luò)全面聯(lián)網(wǎng),實現(xiàn)中心控制、自動更新、更多的查詢方式、和GIS系統(tǒng)的互聯(lián)互通等等更多更強大的功能。從這方面來說,此系統(tǒng)具有美好的應用前景。
關(guān)鍵詞:管理信息系統(tǒng);B/S結(jié)構(gòu);數(shù)據(jù)庫;WEB服務(wù)器;JSP
ABSTRACT
Now computer network development very quickly,The importance of time for people to self-evident,People pay more and more attention to the travel time saving,City bus travel has become one of the main way,Combining with the actual operation of the bus to query information system of public transport for feasibility study,Through detailed problem definition and demand analysis and the reasonable design,Put forward the B/S model with three layers of the system structure, the application of the most popular Eclispe development environment,the background to the most stable SQL Server2005 database for development platform. The system can help people find the soonest can query destination, and save cost. Through the browser queries, through the computer network comprehensive networking,Realize center control, automatic update, more inquires the way, and the GIS system interconnected and so on more powerful function. In this regard, the system has a good application prospect.
Key words: the management information system; The B/S structure; Database; WEB server. JSP.