【正文】
畢 業(yè) 設(shè) 計(論文) 中文題目 SNS社區(qū)博客系統(tǒng)的設(shè)計與實(shí)現(xiàn) 英文題目 Design and Implementation of a SNS Community Blog System 系 別: 計算機(jī)科學(xué)與技術(shù)系 專業(yè)年級: 計算機(jī)科學(xué)與技術(shù) 09 級 姓 名: 學(xué) 號: 指導(dǎo)教師: 職 稱: 講師 2021 年 5 月 20 日 誠信聲明書 I 畢業(yè)設(shè)計(論文)誠信聲明書 本人鄭重聲明:在畢業(yè)設(shè)計(論文)工作中嚴(yán)格遵守學(xué)校有關(guān)規(guī)定, 恪守學(xué)術(shù)規(guī)范;我所提交的畢業(yè)設(shè)計(論文)是本人在 指導(dǎo)教師的指導(dǎo)下獨(dú)立研究、撰寫的成果,設(shè)計(論文)中所引用他人的文字、研究成果,均已在設(shè)計(論文)中加以說明;在本人的畢業(yè)設(shè)計(論文)中未剽竊、抄襲他人的學(xué)術(shù)觀點(diǎn)、思想和成果,未篡改實(shí)驗(yàn)數(shù)據(jù)。 本設(shè)計(論文)和資料若有不實(shí)之處,本人愿承擔(dān)一切相關(guān)責(zé)任。 學(xué)生簽名: 年 月 日 摘要 II 摘 要 隨著計算機(jī)和互聯(lián)網(wǎng)技術(shù)的飛速發(fā)展,信息在各個領(lǐng)域已經(jīng)成為越來越重要的組成部分。博客是繼 Email、 BBS、 ICQ 之后的第四 代信息傳播方式,它在教育、科研、娛樂等方面得到了越來越廣泛的應(yīng)用,博客和博客文化深刻影響著人們的生活,成為目前最熱門的信息傳播平臺,具有良好的應(yīng)用前景。 本文以 MyEclipse 和 MySql 作為開發(fā)工具,在 Tomcat 模擬服務(wù)器的支持下,敘述了使用 JSP 技術(shù)開發(fā)一個 Web 應(yīng)用程序的過程。通過引入三層架構(gòu),結(jié)合 JSP 的具體開發(fā),成功模擬實(shí)現(xiàn)了一個博客網(wǎng)站的基本業(yè)務(wù)功能。 文章內(nèi)容一共分成 七 章,包括 引言 、 相關(guān)簡介與技術(shù) 、需求分析、 系統(tǒng) 設(shè)計 、系統(tǒng) 實(shí)現(xiàn)、系統(tǒng)測試及 總結(jié) 與展望 。首先說明論文 的研究背景、目的等,接著簡單介紹了 SNS,以及 相關(guān)技術(shù) 。然后 在 初步了解博客、 SNS 的基礎(chǔ)上,進(jìn)一步編寫了需求分析文檔,劃分了系統(tǒng)需要實(shí)現(xiàn)的功能 。需求分析之后,便是系統(tǒng)的設(shè)計階段,這一部分描繪了系統(tǒng)的整體結(jié)構(gòu), 完成了數(shù)據(jù)庫的 設(shè)計,并 創(chuàng)建了數(shù)據(jù)庫 。系統(tǒng)的實(shí)現(xiàn)部分, 這一章節(jié) 主要包括了系統(tǒng)的界面外觀和 Servlet 的設(shè)計,是系統(tǒng)完成后的演示。 最后就是進(jìn)行 系統(tǒng)的 測試 ,并 總結(jié)與展望。 關(guān)鍵詞: 三層架構(gòu) ; JSP; 博客 ; SNS; Servlet ABSTRACT III ABSTRACT As the fast development of puter and inter technology, information is playing a more and more important role in every field. Blog is the fourth generation munication method in succession of EMail, BBS,and ICQ, and is widely applied in education,scientific research, entertainment, etc. Blog and blog culture is imposing effect on peoples39。s life, and it bees one of the hottest information transmission platforms which has great application prospect. This thesis regards MyEclipse and MySql as the developing instrument, supported by Tomcat simulation server, have narrated the process that use JSP technology to develop a Web application program. Through introducing the three modules, bine the concrete development of JSP, succeeded simulate the basic business of a blog39。s website. The content of this thesis is divided into seven chapters altogether, including introduction, relevant profile and technology, requirement analysis, system design, system implementation, system test, system summarize and outset that the research background and the purpose, then it is briefly introduced SNS, and related technology. Then base on the surface acquaintance of blog and SNS, have written the file of requirement analysis, which have divided the functions of a blog system needing to be done. After the step of requirement analysis, it es to design system outline, this part has described the main structure of the system, pleting the database design and created a database. Then there is the realization of the system, including the appearance of the system and the Servlet design, also is the demo after pleting the system. Finally, is system tests then the summarizes and prospect. Key Words: threetier architecture。 JSP。 blog。 SNS。 Servlet目錄 IV 目 錄 第 1 章 引言 .................................................................................................................. 1 論文研究的背景、目的及意義 ...................................................................... 1 國內(nèi)外研究現(xiàn)狀及成果 .................................................................................. 2 論文的研究方法及思路 .................................................................................. 3 第 2 章 相關(guān)簡介與技術(shù) .............................................................................................. 4 簡介 SNS ......................................................................................................... 4 JSP 的基礎(chǔ) —— Servlet 技術(shù) ........................................................................... 5 JavaBean 原理和機(jī)制 ...................................................................................... 5 開發(fā)平臺: MyEclipse ..................................................................................... 6 數(shù)據(jù)庫: MySql ................................................................................................ 7 第 3 章 需求分析 .......................................................................................................... 8 引言 .................................................................................................................. 8 編寫目的 ................................................................................................ 8 項(xiàng)目背景 ................................................................................................ 8 任務(wù)概述 .......................................................................................................... 8 目標(biāo) ........................................................................................................ 8 硬件環(huán)境 ................................................................................................ 9 軟件環(huán)境 ................................................................................................ 9 功能模塊分析 .................................................................................................. 9 用戶模塊 ................................................................................................ 9 日志管理模塊 ...................................................................................... 10 相冊管理模塊 ...................................................................................... 11 好友管理模塊 ...................................................................................... 12 系統(tǒng)功能結(jié)構(gòu) ................................................................................................ 13 第 4 章 系統(tǒng)設(shè)計 ........................................................................................................ 14 系統(tǒng)架構(gòu) ........................................................................................................ 14 總體結(jié)構(gòu) .........................