国产乱人视频免费观看网站,九九精品视频在线观看,九九久re8在线精品视频,日韩久久精品五月综合

<menu id="zjelp"></menu>

    <th id="zjelp"><tbody id="zjelp"><form id="zjelp"></form></tbody></th>
    <small id="zjelp"><menuitem id="zjelp"></menuitem></small>
  • <small id="zjelp"></small>

    <address id="zjelp"></address>
    <address id="zjelp"></address>
    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文

    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文

    ID:14592425

    大?。?.13 MB

    頁(yè)數(shù):28頁(yè)

    時(shí)間:2018-07-29

    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文_第1頁(yè)
    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文_第2頁(yè)
    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文_第3頁(yè)
    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文_第4頁(yè)
    基于手機(jī)的旅游路線查詢系統(tǒng)---數(shù)據(jù)庫(kù)及查詢接口設(shè)計(jì)-畢業(yè)論文_第5頁(yè)
    資源描述:

    《基于手機(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第二章 

    當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

    此文檔下載收益歸作者所有

    當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
    溫馨提示:
    1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
    2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
    3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
    4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。