Web信息系統(tǒng)的微信平臺遷移技術(shù)研究
本文選題:Web系統(tǒng)遷移 + 微信公眾平臺 ; 參考:《沈陽工業(yè)大學》2017年碩士論文
【摘要】:隨著移動通信技術(shù)的快速發(fā)展和移動終端上網(wǎng)便捷性的不斷提高,移動終端已經(jīng)超越PC成為人們訪問互聯(lián)網(wǎng)資源的主要終端設備。然而當使用移動終端訪問專為PC設計的Web頁面時,頁面布局的不合理、噪聲信息多、用戶體驗差等適配問題,給用戶瀏覽帶來了很大的不便。如何將原有的Web頁面轉(zhuǎn)換為適合移動終端瀏覽的頁面,為移動端用戶提供快速、具有良好用戶體驗的瀏覽服務有著重要的意義。本文的研究目的是給出一種將傳統(tǒng)Web信息系統(tǒng)平滑遷移到移動平臺的應用解決方案,并開發(fā)一套通用型適配系統(tǒng)。該方案以微信公眾平臺作為移動端信息展現(xiàn)平臺,采用頁面轉(zhuǎn)換技術(shù)對原Web頁面進行分割、信息提取以及重新排版,將原頁面轉(zhuǎn)換為適合用戶在移動端瀏覽的頁面,同時結(jié)合頁面緩存技術(shù),實現(xiàn)Web信息系統(tǒng)的微信平臺遷移。論文首先對適配系統(tǒng)中的頁面轉(zhuǎn)換技術(shù)進行了研究。提出了基于DOM樹的網(wǎng)頁信息抽取算法,通過信息抽取將網(wǎng)頁的主題內(nèi)容與噪音內(nèi)容分離開來,然后對抽取出的內(nèi)容進行重組,完成適配。考慮到網(wǎng)站內(nèi)的網(wǎng)頁通常是由一個或多個模板生成,同一模板構(gòu)建的網(wǎng)頁風格相似,為加快信息抽取,設計了基于網(wǎng)頁分割的網(wǎng)頁信息抽取模板生成算法。針對信息抽取模板生成過程中的關(guān)鍵問題網(wǎng)頁結(jié)構(gòu)相似性度量,為提高聚類的準確度,提出一種改進的基于子樹匹配的網(wǎng)頁結(jié)構(gòu)相似性度量算法。其次,采用Java語言設計實現(xiàn)了適配系統(tǒng)。系統(tǒng)分為基礎服務和適配服務兩個部分,包括頁面模板庫生成、頁面轉(zhuǎn)換以及頁面緩存等功能模塊。頁面模板庫生成模塊首先對Web網(wǎng)站的站內(nèi)頁面進行抓取,并根據(jù)網(wǎng)頁結(jié)構(gòu)相似性對抓取的網(wǎng)頁進行分類,然后對每一類網(wǎng)頁生成相應的頁面信息抽取模板,頁面轉(zhuǎn)換模塊則根據(jù)被處理網(wǎng)頁是否有匹配的頁面信息抽取模板而做出相應的轉(zhuǎn)換處理。適配系統(tǒng)中還加入了頁面緩存模塊,以提高對重復請求的響應速度,進而提升系統(tǒng)的處理性能。通過實際網(wǎng)站的測試表明,本文所開發(fā)的系統(tǒng)可自動完成網(wǎng)頁在移動端的適配轉(zhuǎn)換,轉(zhuǎn)換后的頁面內(nèi)容顯示準確合理,頁面排版良好,并且可根據(jù)不同的屏幕尺寸自動調(diào)整布局。系統(tǒng)實現(xiàn)了Web信息系統(tǒng)移動端的遷移,并且運行穩(wěn)定,處理性能良好。
[Abstract]:With the rapid development of mobile communication technology and the increasing convenience of mobile terminals, mobile terminals have become the main terminal equipment to access Internet resources. However, when the mobile terminal is used to access the Web page designed for PC, the unreasonable layout of the page, the many noise information, the poor user experience and so on bring great inconvenience to the user browsing. How to convert the original Web pages into pages suitable for mobile terminal browsing is of great significance to provide mobile users with fast browsing services with good user experience. The purpose of this paper is to provide an application solution for smooth migration of traditional Web information system to mobile platform and to develop a general adaptation system. The scheme takes the WeChat public platform as the mobile information display platform, uses page conversion technology to segment, extract and rearrange the original Web pages, and converts the original pages into pages suitable for users to browse on the mobile side. At the same time, the migration of Web information system based on WeChat platform is realized by using page caching technology. In this paper, the technology of page conversion in adaptation system is studied. A Dom tree based information extraction algorithm is proposed, which separates the topic content from the noise content, then reorganizes the extracted content to complete the adaptation. Considering that the web pages in a website are usually generated by one or more templates and the web pages constructed by the same template are similar in style, in order to speed up information extraction, a page information extraction template generation algorithm based on web page segmentation is designed. In order to improve the accuracy of clustering, an improved similarity measurement algorithm based on subtree matching is proposed to solve the key problem in the process of generating template for information extraction. Secondly, the adaptation system is designed and implemented by Java language. The system is divided into two parts: basic service and adaptation service, including page template library generation, page conversion, page cache and other functional modules. The page template library generation module firstly grabs the pages in the Web site and classifies the captured pages according to the structural similarity of the web pages, and then generates the corresponding page information to extract the template for each kind of web pages. The page conversion module extracts the template according to whether there is a matching page information and makes the corresponding conversion processing. A page cache module is added to the adaptation system to improve the response speed to repeated requests and improve the processing performance of the system. The test of the actual website shows that the system developed in this paper can automatically complete the adaptation conversion of the web page on the mobile side, the page content after the conversion is accurate and reasonable, and the page layout is good. And can adjust the layout automatically according to the different screen size. The system realizes the migration of the mobile end of the Web information system, and runs stably and has good processing performance.
【學位授予單位】:沈陽工業(yè)大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP311.56;TP393.092
【相似文獻】
相關(guān)期刊論文 前10條
1 朱松巖;;網(wǎng)頁設計之特性分析[J];山東省農(nóng)業(yè)管理干部學院學報;2009年03期
2 安琳;;國外網(wǎng)頁信息存檔項目及相關(guān)問題研究[J];圖書館建設;2009年12期
3 蔣桂梅;;網(wǎng)頁設計的藝術(shù)性[J];電腦知識與技術(shù);2010年05期
4 龍正義;;網(wǎng)頁長期保存的策略與方法研究[J];檔案管理;2010年03期
5 李志義;梁士金;;國內(nèi)網(wǎng)頁去重技術(shù)研究:現(xiàn)狀與總結(jié)[J];圖書情報工作;2011年07期
6 王爍;;美國網(wǎng)頁歸檔項目——Internet Archive發(fā)展研究[J];蘭臺世界;2012年17期
7 栗勇兵;韓平;董啟雄;;網(wǎng)頁信息自動提取的設計與實現(xiàn)[J];計算機光盤軟件與應用;2012年18期
8 何立波;周世波;;網(wǎng)頁設計中的藝術(shù)研究[J];考試周刊;2011年25期
9 秦永平;網(wǎng)頁信息共享技術(shù)[J];計算機應用;2000年02期
10 項鎮(zhèn);網(wǎng)頁設計新概念[J];江西教育學院學報(自然科學);2001年06期
相關(guān)會議論文 前10條
1 吳建軍;;談網(wǎng)頁設計的藝術(shù)性表現(xiàn)[A];經(jīng)天緯地——全國測繪科技信息網(wǎng)中南分網(wǎng)第十九次學術(shù)交流會優(yōu)秀論文選編[C];2005年
2 韓近強;趙靜;楊冬青;唐世渭;姚小波;;基于領(lǐng)域知識的網(wǎng)頁篩選系統(tǒng)[A];第十九屆全國數(shù)據(jù)庫學術(shù)會議論文集(技術(shù)報告篇)[C];2002年
3 昝紅英;蘇玉梅;孫斌;俞士汶;;基于淺層分析的網(wǎng)頁相關(guān)度研究[A];語言計算與基于內(nèi)容的文本處理——全國第七屆計算語言學聯(lián)合學術(shù)會議論文集[C];2003年
4 孫靜;劉正捷;奚小玲;王慧;;幫助盲人理解網(wǎng)頁信息的一種網(wǎng)頁結(jié)構(gòu)劃分方法[A];第一屆建立和諧人機環(huán)境聯(lián)合學術(shù)會議(HHME2005)論文集[C];2005年
5 曹淮;晁丁丁;;3D元素在網(wǎng)頁信息傳達中的應用研究[A];2006年中國機械工程學會年會暨中國工程院機械與運載工程學部首屆年會論文集[C];2006年
6 唐超;劉辰;楊正球;;使用多層迭代分析和分類網(wǎng)頁文檔的方法[A];2007北京地區(qū)高校研究生學術(shù)交流會通信與信息技術(shù)會議論文集(上冊)[C];2008年
7 馬驍;王曉龍;王軒;卜永忠;;基于網(wǎng)頁信息結(jié)構(gòu)的網(wǎng)頁體裁聚類分析[A];第四屆全國信息檢索與內(nèi)容安全學術(shù)會議論文集(上)[C];2008年
8 羅陽;季鐸;張桂平;王瑩瑩;;面向單一網(wǎng)頁的雙語資源挖掘方法[A];第六屆全國信息檢索學術(shù)會議論文集[C];2010年
9 于滿泉;譚松波;許洪波;;網(wǎng)頁內(nèi)部結(jié)構(gòu)挖掘技術(shù)研究[A];NCIRCS2004第一屆全國信息檢索與內(nèi)容安全學術(shù)會議論文集[C];2004年
10 王宇;黃煒;肖艷芹;任建立;李天柱;;ORBASE用于基于內(nèi)容的Web查詢[A];第十七屆全國數(shù)據(jù)庫學術(shù)會議論文集(技術(shù)報告篇)[C];2000年
相關(guān)重要報紙文章 前10條
1 本報記者 曾居仁 通訊員 郝金榮;貴州“萬村千鄉(xiāng)”網(wǎng)頁工程開辟為農(nóng)服務新渠道[N];中國氣象報;2012年
2 壯壯;批量保存網(wǎng)頁信息[N];電腦報;2004年
3 羅震宇 嚴小斌;一種新型WEB開發(fā)技術(shù)的探討[N];中國冶金報;2011年
4 錢鵬;網(wǎng)盡Web頁中的好東東[N];電腦報;2004年
5 星之海洋;邁出網(wǎng)頁制作的第一步[N];電腦報;2004年
6 河南 張金貴;FrontPage2000組件詳解(四)[N];電腦報;2001年
7 楓爾;網(wǎng)站瀏覽提速的五大秘方[N];中國證券報;2004年
8 飄零劍客;網(wǎng)絡監(jiān)控利器——AnyView[N];中國電腦教育報;2004年
9 八戒;眨眼之間 答案立現(xiàn)[N];電腦報;2013年
10 ;網(wǎng)絡應用 天龍八“步” 申請上網(wǎng)賬號[N];電腦報;2002年
相關(guān)博士學位論文 前10條
1 陳潔;基于概念融合的網(wǎng)頁篩選技術(shù)研究[D];北京郵電大學;2013年
2 龔昌盛;基于語義標注的網(wǎng)頁廣告加載模型研究[D];武漢大學;2010年
3 孫建濤;Web挖掘中的降維和分類方法研究[D];清華大學;2005年
4 徐晴陽;基于關(guān)系子群發(fā)現(xiàn)算法的聚焦爬行技術(shù)[D];吉林大學;2008年
5 曹魯慧;Web個人信息集成問題研究[D];山東大學;2012年
6 劉馨月;Web挖掘中的鏈接分析與話題檢測研究[D];大連理工大學;2012年
7 羅娜;基于本體的主題爬行技術(shù)研究[D];吉林大學;2009年
8 張勇實;基于鏈接相似性分析的WEB結(jié)構(gòu)挖掘方法研究[D];哈爾濱工程大學;2012年
9 宗校軍;中文網(wǎng)頁定題采集及分類研究[D];華中科技大學;2006年
10 余偉;基于用戶個性挖掘的Web社區(qū)營銷研究[D];武漢大學;2011年
相關(guān)碩士學位論文 前10條
1 敖志敏;基于網(wǎng)頁相似度的搜索算法改進的研究[D];上海師范大學;2015年
2 楊尋;地域文化的視覺元素在旅游網(wǎng)頁設計中的應用研究[D];西南交通大學;2015年
3 張W,
本文編號:2076194
本文鏈接:http://sikaile.net/guanlilunwen/ydhl/2076194.html