特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

ajax技術(shù)在流量分析系統(tǒng)中的應(yīng)用.rar

RAR格式版權(quán)申訴手機(jī)打開(kāi)展開(kāi)

ajax技術(shù)在流量分析系統(tǒng)中的應(yīng)用,ajax技術(shù)在流量分析系統(tǒng)中的應(yīng)用1.8萬(wàn)字 46頁(yè)包括開(kāi)題報(bào)告和任務(wù)書(shū)摘要ajax為近兩年網(wǎng)路上熱門(mén)的討論話題,它的全名為asynchronous javascript and xml(異步的javascript與xml),是一種建立互動(dòng)式網(wǎng)頁(yè)的瀏覽器端的開(kāi)發(fā)技術(shù),主要原理是運(yùn)用javascript針對(duì)網(wǎng)頁(yè)文件dom...
編號(hào):58-34995大小:486.40K
分類: 論文>計(jì)算機(jī)論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 20023286 發(fā)布

Ajax技術(shù)在流量分析系統(tǒng)中的應(yīng)用
1.8萬(wàn)字 46頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書(shū)


摘 要
Ajax為近兩年網(wǎng)路上熱門(mén)的討論話題,它的全名為Asynchronous JavaScript and XML(異步的JavaScript與XML),是一種建立互動(dòng)式網(wǎng)頁(yè)的瀏覽器端的開(kāi)發(fā)技術(shù),主要原理是運(yùn)用JavaScript針對(duì)網(wǎng)頁(yè)文件DOM(Document Object Model)進(jìn)行動(dòng)態(tài)顯示及交互控制,并使用XML和XSLT進(jìn)行資料交換及相關(guān)操作。它的優(yōu)點(diǎn)是整個(gè)網(wǎng)頁(yè)頁(yè)面不需要重新下載,加快網(wǎng)頁(yè)界面顯示速度,減少網(wǎng)路流量,減輕服務(wù)器負(fù)擔(dān),減少使用者等待頁(yè)面更新的時(shí)間,如果使用得當(dāng),能建立更具互動(dòng)性與親和性的使用操作界面,讓執(zhí)行網(wǎng)絡(luò)應(yīng)用程序也能像桌面應(yīng)用程序一樣方便,靈活,快速。
本文將Ajax技術(shù)運(yùn)用于流量分析系統(tǒng)的開(kāi)發(fā)中,改善一般動(dòng)態(tài)資料庫(kù)網(wǎng)頁(yè)操作過(guò)程中,需要頻頻換頁(yè)與重新載入的弊病,減輕服務(wù)器負(fù)擔(dān),解決前后端之間大量資料的傳輸及處理問(wèn)題,明顯改善網(wǎng)頁(yè)資料的顯示及處理速度。并且本文還闡述了流量分析系統(tǒng)中系統(tǒng)管理模塊和流量分析模塊中實(shí)時(shí)模式的開(kāi)發(fā)過(guò)程,包括系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)。

關(guān)鍵詞:Java ; Ajax ; 流量分析



Ajax Application in FlowAnalyzer System

Abstract
Ajax has becomes the popular topic of discussion on the Internet for the last two years.The name is shorthand for Asynchronous JavaScript And XML what are development technologies to create an interactive Web browser.Its main principle is to run the dynamic display and interaction control using JavaScript for Web Document DOM (Document Object Model)and use XML and XSLT to exchange informations and other related operations.Its advantage is the entire Web pages do not need to reload,speeding up the Web interface shows,reducing the network traffic,reducing the burden on the server, reducing the waiting time for users to update pages,and can establish more interactive and compatibility interfaces to use if used properly, so that the implementation of network applications can also like desktop applications,convenient,flexible,fast.
The Ajax technology will be used in the devlopment of the FlowAnalyzer system in this paper flow to treatment with the ills that need to change frequently and reloading the page in the course of operations for the general dynamic database pages,reduce the burden on the server,solve the problem of transfering and handling a great deal of informations between the front and end,improve the page display and information processing speed obviously.And this paper also described the development process of the system management model and the real-time pattern in the flow analysis module,including design and implementation.

Keywords: Java ; Ajax ; FlowAnalyzer




目 錄
1. 緒論 1
1.1 課題背景及來(lái)源 1
1.2 課題研究的意義 2
1.3 論文結(jié)構(gòu) 2
2. 基本理論知識(shí)及其應(yīng)用 3
2.1 Ajax技術(shù) 3
2.1.1 使用AJAX技術(shù)的原因 3
2.1.2 使用Ajax技術(shù)的步驟 7
2.1.3 使用Ajax技術(shù)的原則 10
2.2 Java編程 10
2.2.1 Java GUI 10
2.2.2 Java網(wǎng)絡(luò)編程 11
2.2.3 Java線程 12
3. 系統(tǒng)需求分析 14
3.1產(chǎn)品設(shè)計(jì)原則 14
3.2產(chǎn)品總體要求 14
3.3產(chǎn)品性能和可靠性要求 15
3.4產(chǎn)品硬件要求 16
3.5產(chǎn)品軟件要求 17
4. 系統(tǒng)詳細(xì)設(shè)計(jì) 21
4.1 總體設(shè)計(jì) 21
4.2 流量分析模塊功能 22
4.3 系統(tǒng)管理模塊功能 22
4.3.1 帳號(hào)管理 23
4.3.2 系統(tǒng)信息 23
4.3.3 系統(tǒng)設(shè)置 23
4.3.4 接口設(shè)置 23
4.3.5 系統(tǒng)工具 23
4.3.6 流程圖 24
5. 系統(tǒng)開(kāi)發(fā)與實(shí)現(xiàn) 26
5.1 開(kāi)發(fā)環(huán)境及工具 26
5.2 系統(tǒng)實(shí)現(xiàn) 26
5.2.1流量分析模塊數(shù)據(jù)庫(kù) 26
5.2.2流量分析模塊界面 26
5.2.3系統(tǒng)管理模塊數(shù)據(jù)庫(kù) 27
5.2.4系統(tǒng)管理模塊界面 29
5.2.5關(guān)鍵代碼實(shí)現(xiàn) 32
5.3 結(jié)果分析 36
6. 總結(jié) 38
致 謝 39
參考文獻(xiàn) 40


參考文獻(xiàn)
[1] Ryan Asleson, Nathaniel T.Schutta. Ajax基礎(chǔ)教程[M].北京:人民郵電出版社,2006:23-240.
[2] Dave Crane, Eric Pascarello, Darren James. Ajax實(shí)戰(zhàn)[M].北京:人民郵電出版社,2006:96-445.
[3] Nicholas C.Zakas. Ajax高級(jí)程序設(shè)計(jì)[M].北京:人民郵電出版社,2006.
[4] 施偉偉. 征服Ajax--Web 2.0快速入門(mén)與項(xiàng)目實(shí)踐(.net)[M].北京:人民郵電出版社,2006.
[5] 王沛, 馮曼菲.征服Ajax:Web2.0開(kāi)發(fā)技術(shù)詳解[M].北京:人民郵電出版社