資源描述:
《asp.net論文基于.net的城市公交查詢(xún)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線(xiàn)閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、基于.NET的城市公交查詢(xún)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)論文作者姓名:申請(qǐng)學(xué)位專(zhuān)業(yè):申請(qǐng)學(xué)位類(lèi)別:指導(dǎo)教師(職稱(chēng)):論文提交日期:4基于.NET的城市公交查詢(xún)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要隨著Internet的快速發(fā)展,互聯(lián)網(wǎng)已成為人們快速獲取、發(fā)布和傳遞信息的重要渠道,顯然它已成為社會(huì)生活的一部分。但我國(guó)的城市公交信息查詢(xún)卻還處于比較落后的水平上,廣大的市民獲取路線(xiàn)信息方式也比較少,最常用的方式只局限在詢(xún)問(wèn)和交通地圖上。而城市公交查詢(xún)系統(tǒng)就是使人們能夠在因特網(wǎng)上方便、簡(jiǎn)單的查詢(xún)出各條路線(xiàn),了解自己所經(jīng)過(guò)的每個(gè)站點(diǎn)等信息,以便能更好的制定自己的行動(dòng)計(jì)劃而設(shè)計(jì)的。它主要實(shí)現(xiàn)的模塊是公交信息的查詢(xún)模塊
2、,其中包括的功能有:線(xiàn)路查詢(xún)、站點(diǎn)查詢(xún)、站站查詢(xún)、車(chē)站查詢(xún);而系統(tǒng)管理模塊主要實(shí)現(xiàn)的是對(duì)各個(gè)數(shù)據(jù)表進(jìn)行添加、編輯、刪除等功能操作以及對(duì)留言版進(jìn)行一些相應(yīng)的回復(fù)。城市公交查詢(xún)系統(tǒng)開(kāi)發(fā)技術(shù)采用的是基于.NET的B/S架構(gòu),它的前端選用ASP.NET為主要的編程框架,其.ASPX文件包含組成用戶(hù)界面的HTML文本和控件,而后臺(tái)選用了C#編程語(yǔ)言。用.NET編程的最大好處在于易于管理和重用性比較高。數(shù)據(jù)庫(kù)選用的是SQLServer2000,而應(yīng)用程序通過(guò)ADO.NET與SQLServer2000數(shù)據(jù)庫(kù)建立鏈接,并且運(yùn)用SQL語(yǔ)言實(shí)現(xiàn)對(duì)其數(shù)據(jù)庫(kù)進(jìn)行操作。在此系統(tǒng)中,大量采用了存儲(chǔ)過(guò)程
3、來(lái)對(duì)數(shù)據(jù)庫(kù)進(jìn)行操作。關(guān)鍵詞:互聯(lián)網(wǎng);城市公交查詢(xún);.NET;存儲(chǔ)過(guò)程TheDesignandRealizationofCityBusInquirySystemBasedon.NETAbstractWiththerapiddevelopmentofInternet,theInternethasbecomeanimportantchannelofpeopleacquiring,publishingandtransmittinginformationandobviouslybecomeonepartofsociallife.ButChina'stechnologyofurbanp
4、ublictransportinformationinquiryisstillinarelativelybackwardlevel.Thenumerouscitizenshavealittleaccesstoacquiretheinformationaboutbuslines.Themostcommonwaysareconfinedtotrafficmapsorthereferencetostranger.AndtheurbanpublictransportsystemisdesignedforpeopletoinquireofalllinesintheInternetco
5、nvenientlyandsimplyandgettoknoweverysitethattheypassedawayinordertomaketheirplansmoreefficiently.Themainmoduleofthissystemisthebusinformationquerymodule.Itsfunctionsincludelineinquiry,siteinquiry,station-to-stationinquiryandstationinquiry.Thesystemmanagementmodulemainlyrealizesthefunctiona
6、loperationonadding,editing,deletingofalldatatablesandresponsestothemessagecorrespondingly.ThedevelopmenttechnologyofthecitybusinquirysystemadoptB/Sframeworkbasedon.NET.Itsfront-endpartusesASP.NETasthemajorframework.The.ASPXfilecontainsHTMLtextandcontrolswhichmakeupofuserinterface.Theback-e
7、ndchoosesC#asitsprogramminglanguage.Thegreatestbenefitofchoosing.NETtoprogrammingistheeasymanagementsandreusability.DatabaseusestheSQLServer2000,andtheapplicationaccessesthedatabasebyADO.NETandusesSQLlanguagetooperatethedatabase.Thestoredprocedureisusedalottoo