跳到主要內容

臺灣博碩士論文加值系統

(44.200.122.214) 您好!臺灣時間:2024/10/07 23:26
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:謝運財
研究生(外文):Yunn-Tsair Hsieh
論文名稱:網頁服務完整性之偵測
論文名稱(外文):Integrity Detection of WWW Services
指導教授:劉懷仁劉懷仁引用關係
指導教授(外文):Huai-Jen Liu
學位類別:碩士
校院名稱:中華大學
系所名稱:資訊工程學系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2005
畢業學年度:93
語文別:中文
論文頁數:38
中文關鍵詞: 全球資訊網 鏈結遺失 超鏈結 一致性資源定位器 網域
外文關鍵詞:WWWlost linkHyperlinkURLDomain Name
相關次數:
  • 被引用被引用:0
  • 點閱點閱:169
  • 評分評分:
  • 下載下載:14
  • 收藏至我的研究室書目清單書目收藏:1
從 1990 年全球資訊網(World Wide Web,WWW)出現以來,隨著網際網路 (Internet) 的成長及流行,在短短的時間內,風起雲湧的造成了網路上的一次革命。由於全球資訊網提供了大量的訊息,所以成為獲取各類資訊最重要的媒介。

因此大部份的公司行號都透過全球資訊網 (World Wide Web, WWW)來做為與客戶接觸的第一道門面。為了提供最新最完善的資訊,網頁的內容需要時時的變更,但往往因為管理上的關係,常常造成一些網頁 URL 位置的變動或者刪除,而無法與原網頁的路徑相符合,使得鏈結不上網頁,而造成客戶的困擾,對企業也產生了負面的印象,進而可能造成業務上的損失。

這個問題稱之為”lost link”,並且在瀏覽器(Browser)上顯示 HTTP 1.1 通訊協定中“error 404”的錯誤代碼。一般來說,瀏覽網頁時發生“error 404”錯誤代碼的機率是非常頻繁的。因此具有全球資訊網(World Wide Web, WWW)網站的企業及網站管理員,最希望有一種檢測工具,能夠來檢查所屬網站的所有鏈結 (Hyperlink) 是否正常的,以求網站的完整性,以提升企業的形象。在本篇論文中,我們提出一種以網域(Domain Name ) 為基準的檢測工具來解決這個問題。
World Wide Web (WWW) was developed in 1990. Since then, Internet grows very rapidly and becomes very popular. Only in a few years, Internet has resulted in a revolution of human communication. As it provides lots of information, Internet becomes the most important media for people to access and obtain information.

Now, most of companies are using World Wide Web (WWW) as the first interface with their clients. In order to provide most updated information, the contents in their web pages have to be frequently revised. However, because of poor management on web pages, people may delete or shift URL position accidentally, which causes mismatch with its original access path and leads to a failure in linking to web pages. Such a problem may cause inconvenience to customers, and it can further damage the image of the company and may cause business loss.

This problem is called "lost link ", and is shown with the wrong code of "error 404" on the browser. Generally speaking, it is very frequent that the probability of having "error 404" wrong code while browsing through web pages. Consequently enterprises and website administrators have hoped that there exists some tools to check the integrity of their websites and then to help improving the images of enterprises. In this thesis, we propose a kind of measuring tool taking network land (Domain Name ) as datum and solve this problem.
目錄

中文摘要.............................................................i
英文摘要............................................................ii
誌謝...............................................................iii
目錄................................................................iv
圖目錄..............................................................vi
表目錄.............................................................vii

第一章 緒論........................................................1
1.1 研究動機...................................................1
1.2 研究目的...................................................3
1.3 本文組織...................................................4

第二章 網頁檢查工具的探討..........................................5
2.1 Web 的應用架構.............................................5
2.2 HTML 架構..................................................6
2.3 BookMark 的檢測工具........................................8
2.4 網頁內容中所有超鏈結的檢測工具.............................9
2.5 具檢測網頁層次的超鏈結檢測工具............................11
2.6 總結......................................................14

第三章 偵測工具的實作.............................................16 3.1 框架(Frame)中 URL 的擷取................................17
3.2 超文字URL的擷取..........................................20
3.3 圖片 URL 的擷取...........................................21
3.4 Image Map URL 的擷取......................................21
3.5 背景圖片 URL 的擷取.......................................23
3.6 Embed Object URL 的擷取...................................23
3.7 下拉式選單 URL 的擷取......................................24
3.8 JavaScript 及 VBScript 設定的超鏈結的擷取..................26
3.8.1 網頁開啟新視窗:open() 方法..........................26
3.8.2 Location 物件..........................................26
3.8.3 OnClick 事件...........................................27
3.8.4 外部檔案.............................................. 27
3.9 無法擷取到的超鏈結........................................ 9

第四章 偵測與結果.................................................30
4.1 檢測的參數設定............................................30
4.2 檢測網站結果的失連率......................................34

第五章 結論及未來改善方向.........................................36
5.1 結論......................................................36
5.2 未來改善方向..............................................36

圖目錄

圖一:瀏覽器找不到網頁的畫面..........................................2
圖二:網頁內容中圖片無法顯示..........................................2
圖三:Web 的應用架構..................................................5
圖四:QuickLinks Bookmark Manager 檢測軟體.............................9
圖五:CSE HTML Validator 軟體........................................10
圖六:微軟 Visual InterDev 軟體檢測結果..............................11
圖七:Golives 測試結果...............................................12
圖八:為 W3C Link Check 軟體的畫面...................................13
圖九:為 W3C Link Check 軟體的檢測結果...............................14
圖十:分割視窗的檢測結果.............................................18
圖十一:未考慮分割視窗的檢測結果.....................................19
圖十二:Image Map....................................................22
圖十三:下拉式選單...................................................24
圖十四:檢測工具的架構...............................................30
圖十五:檢測工具提供的檢測方式.......................................31
圖十六:檢測超鏈結一層的結果.........................................31
圖十七:使用 CONTINUE 的功能,檢測超鏈結至第二層的結果...............32
圖十八:sitemap 外加的功能...........................................32
圖十九:為原受測 sitemap 及其子網域的 sitemap........................33
圖二十:檢測結束的檢測結果...........................................34

表目錄

表一:各類超鏈結檢測軟體功能比較表...................................15
表二:網站檢測結果...................................................35
1、Keith Brophy and Timothy Koets 著/Insight 工作室 譯,三週教你學會
VBScript 設計,松崗電腦圖書公司,台灣(1997年)。
2、Rick Darnell 著/InfoScope 譯,JavaScript 指令速查手冊,碁峯資訊股份有
限公司,台灣(1996年)。
3、Mark C.Beynolds and Andrew Wooldridge 著/游啟富 譯,JavaScript 徹底學
習,博碩顧問公司,台灣(1996年)。
4、曾德訓,HTML 4.0 活用網頁設計,博碩文化股份有限公司,台灣(1998年)。
5、WAK Productions 公司,QuickLinks BookMark Management 軟體使用說明,
http://www.wakproductions.com/。
6、HTMLValidator 公司,CSE HTML Validator 網站使用說明,
http://www.htmlvalidator.com。
7、陳若驄與余本恩與黃啟瀚,Visual InterDev 程式開發手冊,松崗電腦圖書資料股份
有限公司,台灣(1999年)。
8、Adobe 公司,Golives 軟體使用手冊,http://www.adobe.com。
9、World Wide Web Consortium (W3C) 組織,W3C Link Checker,
http://validator.w3.org/checklink。
10、Scot Hillier 著/劉得民 譯,深入 VBScript,松格資訊股份有限公司,台灣
(1997年)。
11、陳會安,ASP 網頁製作徹底研究,旗標出版股份有限公司,台灣(2000年)。
12、Frank Boumphery 著/李寶華 譯,專業 XML 技術寶典,碁峯資訊股份有限公司,
台灣(2000年)。
13、Duthie, G. Andrew 著/葉涼川 譯,Microsoft Visual interDev 6.0
Enterpise 進階程式設計實務,微軟出版社,彩華軟體代理發行,台灣,(1999
年)。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top