freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

旅游信息系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)java畢業(yè)論文(存儲(chǔ)版)

  

【正文】 網(wǎng)頁(yè) java 程序片段可以操縱數(shù)據(jù)庫(kù)、重新定向網(wǎng)頁(yè)以及發(fā)送 Email 等,實(shí)現(xiàn)建立動(dòng)態(tài)網(wǎng)站所需要的功能。 19 點(diǎn)擊頁(yè)面時(shí),顯示速度要盡可能的快。具體操作包括對(duì)旅游線路進(jìn)行添加操作,刪除操作,修改操作和查看操作。 管理員對(duì)用戶進(jìn)行管理,主要包括對(duì)后臺(tái)管理員進(jìn)行管理,對(duì)前臺(tái)登錄會(huì)員進(jìn)行管理兩種。此外,如果用戶對(duì)某一張圖片感興趣的話,用戶還可以點(diǎn)擊打開圖片,這個(gè)時(shí)候用戶將看到更加具體形象的圖片樣式和圖片信息。因此用戶僅僅需要登陸并打開此頁(yè)面,系統(tǒng)便會(huì)將用戶可能最感興趣的線路展現(xiàn)出來(lái)。國(guó)內(nèi)旅游線路 的界面模型如圖 6 所示: 10 圖 6 國(guó)內(nèi)旅游線路 推薦 出境旅游線路推薦主要是對(duì)外國(guó)一些著名的旅游線路進(jìn)行推薦。 推薦展示部分采用了三種推薦方法:基于用戶評(píng)論的推薦方法,基于用戶興趣的推薦方法,基于關(guān)鍵詞搜索的方法 。 用例視圖顯示誰(shuí)是相 關(guān)的用戶、用戶希望系統(tǒng)提供什么樣的服務(wù),以及用戶需要為系統(tǒng)提供的服務(wù) , 以便使系統(tǒng)的用戶更容易理解這些元素的用途 , 也便于軟件開發(fā)人員最終實(shí)現(xiàn)這些元素 。首先,后臺(tái)管理員輸入用戶名和密碼登陸后臺(tái)管理系統(tǒng),進(jìn)入系統(tǒng)后通過(guò)增加,刪除,修改及查詢數(shù)據(jù)庫(kù)的方式,對(duì)用戶信息,旅游線路信息,旅游圖片信息,用戶評(píng)論信息,旅游酒店信息,旅游租車信息進(jìn)行后臺(tái)的增加操作,刪除操 作,查找操作,修改操作,達(dá)到后臺(tái)修改的目的。 (2)開發(fā)工具 MyEclise: MyEclipse 是一個(gè)十分優(yōu)秀的用于開發(fā) Java, J2EE 的 Eclipse 插件集合 , MyEclipse 的功能非常強(qiáng)大 , 支持也十分廣泛 , 尤其是對(duì)各種開源產(chǎn)品的支持十分不錯(cuò) 。 經(jīng)濟(jì)可行性 本系統(tǒng)使用的基本開發(fā)工具為 MyEclipse, MYSQL(數(shù)據(jù)庫(kù)軟件), IIS ( Inter 信息服務(wù)器 ) , Dreamweaver 8 和 Photoshop 7 等軟件。 在硬件方面 , CPU : I5 處理器 、 32MHz 或更高 。 據(jù) CNN 公布的數(shù)據(jù) : 旅游業(yè)電子商務(wù)銷售額突破 270 億美元 , 占全球電子商務(wù)銷售總額的 20%以上 ; 全球約有 17 萬(wàn)家旅游企業(yè)在網(wǎng)上開展綜合 、 專業(yè) 、 特色的網(wǎng)站服務(wù) ; 全球約有 8500 萬(wàn)人次以上享受到旅游網(wǎng) 站服務(wù) ; 全球旅游電子商務(wù)連續(xù) 5 年以 350%以上的速度發(fā)展 ( 李江風(fēng) , 2020) 。 there are around more than 85000000 passengers enjoy travel website service. However, in China, there is still a gap between the level of development of tourism and foreign work. Therefore, the study on the development of the work of tourism in China, analyzed the existing problems, has the important countermeasures are put forward to promote the tourism development of China work. The tourism information system, mainly uses the backstage management, design front display the remended way, through the back page for tourist route information, tourist information, Turisthotellet information, increase, delete, modify the tourism image information, query, and display remended in the front page, the users are most concerned about, the tourism information interest through the system display. After the use of the remended method, the tourism information system bees more intelligent, personalized, automation, one of the main goals of the tourism information system design. A key point of this system, which is also a difficult problem, is the large amount of data query. In a system, the query is essential for the function, and the query design directly determines the performance of the system. This system uses two ways to solve this problem. Firstly: optimization in the HQL statement,avoiding full table scans and multitable unioninquiry, this can increase the speed of database query. Secondly, the data caching mechanism of Hibernate is used to keep the data, and save a lot of query time. This can rapidly improve the query speed. Keywords: Tourism Management System Tourism ment large data query optimzation I 目 錄 1 引言 .......................................................................................................................................... 3 選題背景 ............................................................................................................................... 3 目的和意義 ........................................................................................................................... 3 可行性分析 ........................................................................................................................... 4 技術(shù)可行性 ........................................................................................................................ 4 經(jīng)濟(jì)可行性 ........................................................................................................................ 4 運(yùn)行的可行性 .................................................................................................................... 4 2 需求分析 .................................................................................................................................. 5 開發(fā)環(huán)境及工具 ................................................................................................................... 5 系統(tǒng)的業(yè)務(wù)分析 ................................................................................................................... 5 系統(tǒng)流程圖 ........................................................................................................................ 5 系統(tǒng)用例圖 ........................................................................................................................ 7 系統(tǒng)的具體需求 ................................................................................................................... 8 系統(tǒng)前臺(tái)頁(yè)面業(yè)務(wù)邏輯 .................................................................................................... 9 系統(tǒng)后臺(tái)頁(yè)面業(yè)務(wù)邏輯 .................................................................................................. 14 系統(tǒng)性能需求 ..................................................................................................................... 18 3 概要設(shè)計(jì) ................................................................................................................................ 20 具體實(shí)現(xiàn)的技術(shù) ................................................................................................................. 20 功能結(jié)構(gòu)的思想設(shè)計(jì) ......................................................................................................... 21 系統(tǒng)的推薦方法 .............................................................................................................. 21 系統(tǒng)的功能結(jié)構(gòu)圖 .......................................................................................................... 21 系統(tǒng)數(shù)據(jù)流圖 ..................................................................................................................... 22 系統(tǒng)數(shù)據(jù)字典 ..................................................................................................................... 23 4 詳細(xì)設(shè)計(jì) ................................................................................................................................ 24 數(shù)據(jù)庫(kù)設(shè)計(jì) ............................................
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1