基于spring的軟件測(cè)試專業(yè)網(wǎng)站表現(xiàn)層設(shè)計(jì)與實(shí)現(xiàn).rar
基于spring的軟件測(cè)試專業(yè)網(wǎng)站表現(xiàn)層設(shè)計(jì)與實(shí)現(xiàn),基于spring的軟件測(cè)試專業(yè)網(wǎng)站表現(xiàn)層設(shè)計(jì)與實(shí)現(xiàn)1.5萬(wàn)字47頁(yè)包括開(kāi)題報(bào)告,任務(wù)書(shū),答辯ppt,論文摘要隨著軟件產(chǎn)業(yè)的發(fā)展,軟件測(cè)試的重要性愈發(fā)突出,本課題就是要建立一個(gè)專業(yè)的軟件測(cè)試網(wǎng)站供高校同學(xué)學(xué)習(xí)和交流。本人承擔(dān)的是網(wǎng)站的表現(xiàn)層的設(shè)計(jì)和實(shí)現(xiàn),主要使用了ajax技術(shù)。目前,ajax成為web技術(shù)領(lǐng)域的研究熱點(diǎn),...
該文檔為壓縮文件,包含的文件列表如下:
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/35046.gif)
內(nèi)容介紹
原文檔由會(huì)員 915 發(fā)布
基于Spring的軟件測(cè)試專業(yè)網(wǎng)站表現(xiàn)層設(shè)計(jì)與實(shí)現(xiàn)
1.5萬(wàn)字 47頁(yè)
包括開(kāi)題報(bào)告,任務(wù)書(shū),答辯PPT,論文
摘要
隨著軟件產(chǎn)業(yè)的發(fā)展,軟件測(cè)試的重要性愈發(fā)突出,本課題就是要建立一個(gè)專業(yè)的軟件測(cè)試網(wǎng)站供高校同學(xué)學(xué)習(xí)和交流。本人承擔(dān)的是網(wǎng)站的表現(xiàn)層的設(shè)計(jì)和實(shí)現(xiàn),主要使用了Ajax技術(shù)。
目前,Ajax成為web技術(shù)領(lǐng)域的研究熱點(diǎn),越來(lái)越多的網(wǎng)站采用Ajax技術(shù),并帶來(lái)了良好的反響,如Google。Ajax技術(shù)引入了異步調(diào)用,彌補(bǔ)BS系統(tǒng)用戶體驗(yàn)方面的缺陷。對(duì)比Applet,Flash等傳統(tǒng)的web技術(shù),Ajax不需要專門的軟件支持即可以在大多數(shù)流行瀏覽器中直接使用。Ajax通過(guò)XMLHttpRequest對(duì)象來(lái)發(fā)送異步請(qǐng)求的,用戶不需要等待頁(yè)面刷新。
Ajax涉及到的關(guān)鍵技術(shù)包括Javascript、XMLHttpRequest、DOM、XML。其中,使用XHTML和CSS標(biāo)準(zhǔn)化呈現(xiàn),使用DOM實(shí)現(xiàn)動(dòng)態(tài)顯示和交互,使用XML和XSTL進(jìn)行數(shù)據(jù)交換與處理,使用XMLHttpRequest對(duì)象進(jìn)行異步數(shù)據(jù)讀取,使用JavaScript綁定和處理所有數(shù)據(jù)。
本課題主要關(guān)于在J2EE平臺(tái)上整合Ajax應(yīng)用,使用了不刷新、可動(dòng)態(tài)配置的Tab頁(yè)、數(shù)據(jù)聯(lián)動(dòng)等Ajax技術(shù)。
關(guān)鍵詞:Ajax,軟件測(cè)試,XMLHttpRequst,Javascript,DOM,數(shù)據(jù)聯(lián)動(dòng),Tab頁(yè)
The Design and Implementation of Software Testing Website Performance Layer Based on the Spring Technology
Abstract
With the development of the software industry, the importance of software testing is becoming prominent, The task is to establish a professional software testing site for college students to study and exchange. I am responsible for the performance levels for the design and realization of the main use of Ajax technology.
Currently, Ajax web technology as a research focus, a growing number of websites using Ajax technology, and generate a good response, such as Google. Ajax technology introduces the asynchronous call, to make up for the defects of the BS systems in user’s experience. Compared with the traditional Applet and Flash web technology, Ajax do not need special software to support ,it can run in the most popular browsers directly. Ajax through the XMLHttpRequest object to send asynchronous requests. Users do not need to wait for pages updating.
Ajax relates to the key technologies including Javascript, XMLHttpRequest, DOM and XML. Among them, XHTML and CSS are used to show in standardization, the use of DOM display and interaction dynamically, XSTL and XML are used to exchange and process data, To perform a asynchronous data reading through XMLHttpRequest object, JavaScript bundled with the use and processing of all data.
The topic is on the J2EE platform application integrated with Ajax, mainly use the Ajax technology such as No Refreshing, Dynamic Allocation of the Tab pages, Data Linkage as so on .
Key words : Ajax, Software Testing, XMLHttpRequst, Javascript, DOM, Data Linkage, Tab Pages
目錄
1. 緒論 1
1.1 課題背景及來(lái)源 1
1.2 課題研究的意義 1
1.3 論文結(jié)構(gòu) 2
2. 軟件測(cè)試網(wǎng)站系統(tǒng)說(shuō)明 3
2.1 軟件測(cè)試網(wǎng)站系統(tǒng)需求 3
2.2 軟件測(cè)試網(wǎng)站系統(tǒng)設(shè)計(jì) 3
2.2.1 系統(tǒng)概述 3
2.2.2 學(xué)生端 4
2.2.3 管理員端 5
3. 相關(guān)技術(shù)介紹 7
3.1 Ajax定義 7
3.1.1 傳統(tǒng)Web界面的問(wèn)題 7
3.1.2什么是Ajax 7
3.2 Ajax Web應(yīng)用模型 8
3.3 JavaScript 12
3.4 XMLHTTPRequest對(duì)象 13
3.4.1 創(chuàng)建XMLHTTPRequest對(duì)象 14
3.4.2 XMLHTTPRequest對(duì)象的方法 15
3.3.3 XMLHTTPRequest對(duì)象的屬性 17
3.3.4 使用XMLHTTPRequest進(jìn)行交互的示例 17
3.5 DOM 18
3.5.1 DOM簡(jiǎn)介 18
3.5.2 XML DOM 19
3.5.3 使用DOM動(dòng)態(tài)編輯頁(yè)面 20
3.6 用CSS定義應(yīng)用的外觀 21
3.7 jQuery Tab 插件 22
4. 軟件測(cè)試網(wǎng)站開(kāi)發(fā)與實(shí)現(xiàn) 23
4.1 開(kāi)發(fā)環(huán)境及工具 23
4.2 系統(tǒng)實(shí)現(xiàn) 23
4.2.1 軟件測(cè)試網(wǎng)站流程圖 23
4.2.2 軟件測(cè)試網(wǎng)站界面實(shí)現(xiàn) 24
4.2.3 登錄的Ajax實(shí)現(xiàn) 32
4.2.4 Tab頁(yè)的動(dòng)態(tài)加載 34
4.2.5 數(shù)據(jù)聯(lián)動(dòng) 37
總結(jié) 39
致謝 40
參考文獻(xiàn) 41
參考文獻(xiàn)
4] Nathaniel T.Schutta,Ryan Asleson著,楊光譯.Ajax與Java高級(jí)程序設(shè)計(jì)[M]. 北京:人民郵電出版社,2006:1-230
[5] 楊國(guó)瑞, 張思博.基于Ajax的WEB應(yīng)用架構(gòu)設(shè)計(jì)[J]. 現(xiàn)代電子技術(shù),2006,15 (29):95-98
[6] 張學(xué)東. Ajax技術(shù)在Web應(yīng)用系統(tǒng)開(kāi)發(fā)中的應(yīng)用[J]. 華南金融電腦
[7] 王東亞, 賈卓生. Ajax在Web2.0中的應(yīng)用研究[J]. 科技資訊
[8] Linda Dailey Paulson. Building rich web applications with Ajax[J]. Computer
1.5萬(wàn)字 47頁(yè)
包括開(kāi)題報(bào)告,任務(wù)書(shū),答辯PPT,論文
摘要
隨著軟件產(chǎn)業(yè)的發(fā)展,軟件測(cè)試的重要性愈發(fā)突出,本課題就是要建立一個(gè)專業(yè)的軟件測(cè)試網(wǎng)站供高校同學(xué)學(xué)習(xí)和交流。本人承擔(dān)的是網(wǎng)站的表現(xiàn)層的設(shè)計(jì)和實(shí)現(xiàn),主要使用了Ajax技術(shù)。
目前,Ajax成為web技術(shù)領(lǐng)域的研究熱點(diǎn),越來(lái)越多的網(wǎng)站采用Ajax技術(shù),并帶來(lái)了良好的反響,如Google。Ajax技術(shù)引入了異步調(diào)用,彌補(bǔ)BS系統(tǒng)用戶體驗(yàn)方面的缺陷。對(duì)比Applet,Flash等傳統(tǒng)的web技術(shù),Ajax不需要專門的軟件支持即可以在大多數(shù)流行瀏覽器中直接使用。Ajax通過(guò)XMLHttpRequest對(duì)象來(lái)發(fā)送異步請(qǐng)求的,用戶不需要等待頁(yè)面刷新。
Ajax涉及到的關(guān)鍵技術(shù)包括Javascript、XMLHttpRequest、DOM、XML。其中,使用XHTML和CSS標(biāo)準(zhǔn)化呈現(xiàn),使用DOM實(shí)現(xiàn)動(dòng)態(tài)顯示和交互,使用XML和XSTL進(jìn)行數(shù)據(jù)交換與處理,使用XMLHttpRequest對(duì)象進(jìn)行異步數(shù)據(jù)讀取,使用JavaScript綁定和處理所有數(shù)據(jù)。
本課題主要關(guān)于在J2EE平臺(tái)上整合Ajax應(yīng)用,使用了不刷新、可動(dòng)態(tài)配置的Tab頁(yè)、數(shù)據(jù)聯(lián)動(dòng)等Ajax技術(shù)。
關(guān)鍵詞:Ajax,軟件測(cè)試,XMLHttpRequst,Javascript,DOM,數(shù)據(jù)聯(lián)動(dòng),Tab頁(yè)
The Design and Implementation of Software Testing Website Performance Layer Based on the Spring Technology
Abstract
With the development of the software industry, the importance of software testing is becoming prominent, The task is to establish a professional software testing site for college students to study and exchange. I am responsible for the performance levels for the design and realization of the main use of Ajax technology.
Currently, Ajax web technology as a research focus, a growing number of websites using Ajax technology, and generate a good response, such as Google. Ajax technology introduces the asynchronous call, to make up for the defects of the BS systems in user’s experience. Compared with the traditional Applet and Flash web technology, Ajax do not need special software to support ,it can run in the most popular browsers directly. Ajax through the XMLHttpRequest object to send asynchronous requests. Users do not need to wait for pages updating.
Ajax relates to the key technologies including Javascript, XMLHttpRequest, DOM and XML. Among them, XHTML and CSS are used to show in standardization, the use of DOM display and interaction dynamically, XSTL and XML are used to exchange and process data, To perform a asynchronous data reading through XMLHttpRequest object, JavaScript bundled with the use and processing of all data.
The topic is on the J2EE platform application integrated with Ajax, mainly use the Ajax technology such as No Refreshing, Dynamic Allocation of the Tab pages, Data Linkage as so on .
Key words : Ajax, Software Testing, XMLHttpRequst, Javascript, DOM, Data Linkage, Tab Pages
目錄
1. 緒論 1
1.1 課題背景及來(lái)源 1
1.2 課題研究的意義 1
1.3 論文結(jié)構(gòu) 2
2. 軟件測(cè)試網(wǎng)站系統(tǒng)說(shuō)明 3
2.1 軟件測(cè)試網(wǎng)站系統(tǒng)需求 3
2.2 軟件測(cè)試網(wǎng)站系統(tǒng)設(shè)計(jì) 3
2.2.1 系統(tǒng)概述 3
2.2.2 學(xué)生端 4
2.2.3 管理員端 5
3. 相關(guān)技術(shù)介紹 7
3.1 Ajax定義 7
3.1.1 傳統(tǒng)Web界面的問(wèn)題 7
3.1.2什么是Ajax 7
3.2 Ajax Web應(yīng)用模型 8
3.3 JavaScript 12
3.4 XMLHTTPRequest對(duì)象 13
3.4.1 創(chuàng)建XMLHTTPRequest對(duì)象 14
3.4.2 XMLHTTPRequest對(duì)象的方法 15
3.3.3 XMLHTTPRequest對(duì)象的屬性 17
3.3.4 使用XMLHTTPRequest進(jìn)行交互的示例 17
3.5 DOM 18
3.5.1 DOM簡(jiǎn)介 18
3.5.2 XML DOM 19
3.5.3 使用DOM動(dòng)態(tài)編輯頁(yè)面 20
3.6 用CSS定義應(yīng)用的外觀 21
3.7 jQuery Tab 插件 22
4. 軟件測(cè)試網(wǎng)站開(kāi)發(fā)與實(shí)現(xiàn) 23
4.1 開(kāi)發(fā)環(huán)境及工具 23
4.2 系統(tǒng)實(shí)現(xiàn) 23
4.2.1 軟件測(cè)試網(wǎng)站流程圖 23
4.2.2 軟件測(cè)試網(wǎng)站界面實(shí)現(xiàn) 24
4.2.3 登錄的Ajax實(shí)現(xiàn) 32
4.2.4 Tab頁(yè)的動(dòng)態(tài)加載 34
4.2.5 數(shù)據(jù)聯(lián)動(dòng) 37
總結(jié) 39
致謝 40
參考文獻(xiàn) 41
參考文獻(xiàn)
4] Nathaniel T.Schutta,Ryan Asleson著,楊光譯.Ajax與Java高級(jí)程序設(shè)計(jì)[M]. 北京:人民郵電出版社,2006:1-230
[5] 楊國(guó)瑞, 張思博.基于Ajax的WEB應(yīng)用架構(gòu)設(shè)計(jì)[J]. 現(xiàn)代電子技術(shù),2006,15 (29):95-98
[6] 張學(xué)東. Ajax技術(shù)在Web應(yīng)用系統(tǒng)開(kāi)發(fā)中的應(yīng)用[J]. 華南金融電腦
[7] 王東亞, 賈卓生. Ajax在Web2.0中的應(yīng)用研究[J]. 科技資訊
[8] Linda Dailey Paulson. Building rich web applications with Ajax[J]. Computer
TA們正在看...
- 畢業(yè)論文之基于ios平臺(tái)的購(gòu)物客戶端.doc
- 畢業(yè)論文之基于flash的mv制作.doc
- 畢業(yè)論文之基于dreamweaver的學(xué)校網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn).doc
- 畢業(yè)論文之基于dreamweaver的高職教育網(wǎng)站設(shè)計(jì).doc
- 畢業(yè)論文之基于dreamweaver的讀書(shū)網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn).doc
- 畢業(yè)論文之基于java的電信運(yùn)營(yíng)計(jì)費(fèi)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
- 畢業(yè)論文之基于java的局域網(wǎng)聊天系統(tǒng).doc
- 畢業(yè)論文之基于java技術(shù)設(shè)計(jì)的網(wǎng)上書(shū)店.doc
- 畢業(yè)論文之基于java語(yǔ)言的學(xué)生信息管理系統(tǒng)的設(shè)計(jì)...doc
- 畢業(yè)論文之基于jsp的web郵箱開(kāi)發(fā)與設(shè)計(jì).doc