国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于spring的軟件測試專業(yè)網站表現層設計與實現.rar

RAR格式版權申訴手機打開展開

基于spring的軟件測試專業(yè)網站表現層設計與實現,基于spring的軟件測試專業(yè)網站表現層設計與實現1.5萬字47頁包括開題報告,任務書,答辯ppt,論文摘要隨著軟件產業(yè)的發(fā)展,軟件測試的重要性愈發(fā)突出,本課題就是要建立一個專業(yè)的軟件測試網站供高校同學學習和交流。本人承擔的是網站的表現層的設計和實現,主要使用了ajax技術。目前,ajax成為web技術領域的研究熱點,...
編號:115-35046大小:1.63M
分類: 論文>計算機論文

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

內容介紹

原文檔由會員 915 發(fā)布

基于Spring的軟件測試專業(yè)網站表現層設計與實現
1.5萬字 47頁
包括開題報告,任務書,答辯PPT,論文


摘要
隨著軟件產業(yè)的發(fā)展,軟件測試的重要性愈發(fā)突出,本課題就是要建立一個專業(yè)的軟件測試網站供高校同學學習和交流。本人承擔的是網站的表現層的設計和實現,主要使用了Ajax技術。
目前,Ajax成為web技術領域的研究熱點,越來越多的網站采用Ajax技術,并帶來了良好的反響,如Google。Ajax技術引入了異步調用,彌補BS系統(tǒng)用戶體驗方面的缺陷。對比Applet,Flash等傳統(tǒng)的web技術,Ajax不需要專門的軟件支持即可以在大多數流行瀏覽器中直接使用。Ajax通過XMLHttpRequest對象來發(fā)送異步請求的,用戶不需要等待頁面刷新。
Ajax涉及到的關鍵技術包括Javascript、XMLHttpRequest、DOM、XML。其中,使用XHTML和CSS標準化呈現,使用DOM實現動態(tài)顯示和交互,使用XML和XSTL進行數據交換與處理,使用XMLHttpRequest對象進行異步數據讀取,使用JavaScript綁定和處理所有數據。
本課題主要關于在J2EE平臺上整合Ajax應用,使用了不刷新、可動態(tài)配置的Tab頁、數據聯動等Ajax技術。
關鍵詞:Ajax,軟件測試,XMLHttpRequst,Javascript,DOM,數據聯動,Tab頁



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 課題背景及來源 1
1.2 課題研究的意義 1
1.3 論文結構 2
2. 軟件測試網站系統(tǒng)說明 3
2.1 軟件測試網站系統(tǒng)需求 3
2.2 軟件測試網站系統(tǒng)設計 3
2.2.1 系統(tǒng)概述 3
2.2.2 學生端 4
2.2.3 管理員端 5
3. 相關技術介紹 7
3.1 Ajax定義 7
3.1.1 傳統(tǒng)Web界面的問題 7
3.1.2什么是Ajax 7
3.2 Ajax Web應用模型 8
3.3 JavaScript 12
3.4 XMLHTTPRequest對象 13
3.4.1 創(chuàng)建XMLHTTPRequest對象 14
3.4.2 XMLHTTPRequest對象的方法 15
3.3.3 XMLHTTPRequest對象的屬性 17
3.3.4 使用XMLHTTPRequest進行交互的示例 17
3.5 DOM 18
3.5.1 DOM簡介 18
3.5.2 XML DOM 19
3.5.3 使用DOM動態(tài)編輯頁面 20
3.6 用CSS定義應用的外觀 21
3.7 jQuery Tab 插件 22
4. 軟件測試網站開發(fā)與實現 23
4.1 開發(fā)環(huán)境及工具 23
4.2 系統(tǒng)實現 23
4.2.1 軟件測試網站流程圖 23
4.2.2 軟件測試網站界面實現 24
4.2.3 登錄的Ajax實現 32
4.2.4 Tab頁的動態(tài)加載 34
4.2.5 數據聯動 37
總結 39
致謝 40
參考文獻 41


參考文獻
4] Nathaniel T.Schutta,Ryan Asleson著,楊光譯.Ajax與Java高級程序設計[M]. 北京:人民郵電出版社,2006:1-230
[5] 楊國瑞, 張思博.基于Ajax的WEB應用架構設計[J]. 現代電子技術,2006,15 (29):95-98
[6] 張學東. Ajax技術在Web應用系統(tǒng)開發(fā)中的應用[J]. 華南金融電腦
[7] 王東亞, 賈卓生. Ajax在Web2.0中的應用研究[J]. 科技資訊
[8] Linda Dailey Paulson. Building rich web applications with Ajax[J]. Computer