資源描述:
《基于Web2.0網(wǎng)絡(luò)社區(qū)的設(shè)計(jì)與實(shí)現(xiàn)---畢業(yè)論文》由會(huì)員上傳分享,免費(fèi)在線(xiàn)閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、本科畢業(yè)論文基于Web2.0網(wǎng)絡(luò)社區(qū)的設(shè)計(jì)與實(shí)現(xiàn)DesignandImplementationofNetworkCommuityBasedonWeb2.0姓名:學(xué)號(hào):學(xué) 院:軟件學(xué)院系:軟件工程系專(zhuān)業(yè):軟件工程年級(jí):校內(nèi)指導(dǎo)教師:年月摘 要Web2.0是2003年之后互聯(lián)網(wǎng)的熱門(mén)概念之一。它的主要技術(shù)體現(xiàn)在博客,RSS,百科全書(shū),網(wǎng)摘,P2P,即時(shí)信息等上面。而至今沒(méi)有具體的定義。它能使信息及時(shí)的更新,用戶(hù)既是消費(fèi)者,又是制造者。本文中整體地闡述了采用這種即時(shí)的技術(shù)開(kāi)發(fā)的網(wǎng)絡(luò)社區(qū)。本文從整體上闡述了本社區(qū)的開(kāi)發(fā)流程,從概要設(shè)計(jì)到詳細(xì)設(shè)計(jì),然后到具體的系統(tǒng)實(shí)現(xiàn),再到最后的系統(tǒng)性能測(cè)試都
2、分章經(jīng)行了講解和描述。整個(gè)系統(tǒng)采用的是B/S模式和三層架構(gòu)進(jìn)行的設(shè)計(jì)和研發(fā)。該系統(tǒng)的后臺(tái)代碼主要采用C#編寫(xiě),界面設(shè)計(jì)則更多的依仗ASP.NET和Ajax,數(shù)據(jù)庫(kù)則采用SQLSERVER2005。在系統(tǒng)的實(shí)現(xiàn)過(guò)程中為了保證用戶(hù)的信息安全,密碼采用MD5的加密算法經(jīng)行加密。為了便于生成對(duì)象,系統(tǒng)也采用了工廠(chǎng)模式。本文中還著重介紹了本社區(qū)的主要功能:在前臺(tái),主頁(yè)顯示主要模塊和站點(diǎn)的信息,如流量,在線(xiàn)用戶(hù),總會(huì)員數(shù)等等,游客可以登陸社區(qū)查看帖子,尋找自己感興趣的內(nèi)容和資料,探討自己感興趣的話(huà)題。同時(shí),到注冊(cè)模塊注冊(cè)以后還可以在技術(shù)模塊提出問(wèn)題或者解決其他人的問(wèn)題,在商城模塊發(fā)布商品買(mǎi)賣(mài)信息
3、,在文學(xué)娛樂(lè)模塊書(shū)寫(xiě)心情,暢聊八卦;在后臺(tái),社區(qū)管理者能夠方便的管理論壇,刪除垃圾帖和違規(guī)用戶(hù)的ID,設(shè)置精華貼,更改用戶(hù)的權(quán)限,生成站點(diǎn)地圖等操作。關(guān)鍵詞:Web2.0;網(wǎng)絡(luò)社區(qū);網(wǎng)絡(luò)論壇AbstractAbstractWeb2.0hasbeenoneofthemostpopularconceptsinInternetsince2003.Ithasbeenusedonblog,Webcyclopedia,P2P,Instant-News,etc.However,ithasnotbeenwelldefinedsofar.Ithelpsinformationtoupdateintime
4、.Theusersarebothconsumersandproducers.Inthisthesis,anonlinecommunitywhichappliesthistechniqueistobedescribed.Thedevelopmentflowiscoveredinthethesis,fromsystemdesign,detaileddesign,implementation,tosystemperformancetest.B/Sandthreelayerarchitectureareappliedinthissystem.Thebackgroundofthissystem
5、isdevelopedinC#programminglanguage,whileUIreliesonASP.NetandAjax,databaseadoptsSQLServer2005.Forthesecurityofusers'information,MD5algorithmisusedforencryption.Factorypatternisusedtocreateobjects.Thethesisisfocusedonthemainfunctionsoftheonlinecommunity;inthefront,themainmodulesandsiteinformation
6、aredisplayed,suchasdatatraffic,onlineusers,totalVIPsandsoon.Thevisitorscouldbrowsethecommunitytosearchinterestingcontents,discussinterestingtopics.Meanwhile,afterregistered,theycanpostquestionsandsolvequestionsintechniquemodule,releasemessagesinshoppingmoduleandwriteessaysinliteralmodule.Intheb
7、ackground,theadministratorcouldmanagethecommunityconveniently,suchasdeletingspam,illegalusers'ID,changinguser'privilegeandgeneratingsitemap.Keywords:Web2.0;onlinecommunity;networkforum33 目 錄第一章緒論11.1研究背景及意義11.2研究現(xiàn)狀及存在問(wèn)題