資源描述:
《基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、基于手機(jī)的旅游路線查詢系統(tǒng)-數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)本科畢業(yè)論文(科研訓(xùn)練、畢業(yè)設(shè)計(jì))題目:基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)姓名:學(xué)院:軟件學(xué)院系:軟件學(xué)院專業(yè):軟件工程年級(jí):級(jí)轉(zhuǎn)專業(yè)學(xué)號(hào):指導(dǎo)教師(校內(nèi)):職稱:副教授年月日25基于手機(jī)的旅游路線查詢系統(tǒng)-數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)[引言]本文通過程序段、圖表、文字,對(duì)手機(jī)查詢旅游路線所需的數(shù)據(jù)庫(kù)進(jìn)行了描述,剖析了這個(gè)程序的流程概況:后臺(tái)使用MicrosoftAccess作為數(shù)據(jù)源,前臺(tái)使用WAP語(yǔ)言來對(duì)數(shù)據(jù)庫(kù)
2、進(jìn)行訪問操作。JAVA語(yǔ)言成為數(shù)據(jù)操作的載體,進(jìn)行數(shù)據(jù)庫(kù)數(shù)據(jù)的調(diào)用、添加、修改。由于只是供實(shí)驗(yàn)用的小程序,選擇用Tomcat5.0做服務(wù)器,不支持太多用戶同時(shí)訪問,數(shù)據(jù)庫(kù)則采用小型的MicrosoftAccess。數(shù)據(jù)庫(kù)的取用采用節(jié)約資源的原則,每次取用完,自動(dòng)將內(nèi)存回收,提高再次訪問的速度。數(shù)據(jù)庫(kù)接口的提供采用了多層結(jié)構(gòu),將數(shù)據(jù)庫(kù)連接、關(guān)閉封裝在底層的類中,上層的類只要用sql語(yǔ)句,就能返回結(jié)果。并以此為基礎(chǔ),提供旅游路線查詢系統(tǒng)所需要的各種接口及對(duì)數(shù)據(jù)庫(kù)管理的各種接口。有的功能由于數(shù)據(jù)的原因或?qū)嵱眯圆淮螅惶峁┙涌冢?/p>
3、能可根據(jù)需要進(jìn)行必要的擴(kuò)展。[關(guān)鍵詞]數(shù)據(jù)庫(kù)連接池ServletJavaServerPage25基于手機(jī)的旅游路線查詢系統(tǒng)-數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)TourismLineQuerySystemByMobilePhone—Designofdatabaseandqueryinterface[Abstract]Thepaperdescribethedatabasewhichareneededbythemobilephonetourismlinequerybyprograms,graphsandcharacters.Itanalyze
4、dthegeneralsituationofthisprogram.TheMicrosoftAccessisusedasthedatabaseresourceinthebackground,andthentheonthestageweuseWAPlanguagetovisitthedatabase.TheJAVAlanguageisusedasthecarrierofthedataoperation.Itcanbeusedforloading,addingchangingthedatabase.Forthereasonth
5、attheprogramsisonlyasmallprogramusedforexperiment,wechosetheTomcat5.0asserver.Itcouldnotbeabletoservetoomanyusersatthesametime.ThenthedatabasewechosetheMicrosoftAccess,knownasagooddatabaseforsmallsumsofusers.Webelieveaprincipleattheprocessofusingthedatabasethatthe
6、lesscomputerresourceweused,thebetterwecouldperformed.Soaftereverytimewefinishedthefetchofthedata,theprogramgivethememoryresourcebacktothecomputerautomatically.Itmakesthenextfetchingfaster.Thedatabaseinterfaceusedmultilayerstructure.Itmakestheconnectionandtheclosur
7、eofthedatabaseattheclassofgroundfloor.Itisonlyneedfortheclassoftheupperfloortousesqllanguagetogettheresult.Atthebaseofthis,weoffermanyinterfaceneededforthetourismlinequerysystemofqueryanddatabasemanagement.Somefunctionofferedonlytheinterfacebecauseofthepracticabil
8、ityorthelackingofthedatabaseresource.Thefunctioncouldbeextendifneeded.[KeyWord]ConnectionPoolServletJavaServerPage25基于手機(jī)的旅游路線查詢系統(tǒng)-數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)目錄第一章引言2第二章