资源描述:
《bbs论坛系统设计与实现—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、BBS论坛系统设计与实现摘要在二十一世纪,地球因为互联网的存在,早已变成一个村落。人们在互联网世界里尽情的遨游,享受着Internet带来的无限乐趣。我们习惯了上网看新闻、去论坛看帖、网上购物、撰写自己的网络日志等等。当然,最离不开的,还是各种搜索引擎,帮我们找到想要的信息。总之,互联网已经成为我们的一种生活方式,一个巨大的知识库。这篇设计论文,围绕如何构建网上论坛系统展开研究。网上论坛系统是最常见的网络形式,其主要功能是给网友一个交流的平台,大家畅所欲言,互相学习和帮助。论文分为六个部分。从系统的需求分析开始,一直到系统详细设计、系统测试与维护,详细论述了系统的整个开发过程。本系统基于B
2、/S模式,采用流行的JSP+JavaBean+后台数据库三层架构。在设计过程中,将页面显示与功能逻辑实现分离开来,提高了代码的重用,有利于日后系统的维护和升级。本系统设计完成后可实现简单的看帖、发帖功能,经作者测试可在多个平台使用。关键词:BBS系统;B/S模式;JavaBean;帖子AbstractInthe21th,theEarthbecomesavillage,BecausethepresenceoftheInternet.PeopletravelingaroundinInternetworld,andenjoythemselvesinit.Weusedtowatchnews,bro
3、wsetopicsinwebforum,goshoppingonE-businesswebsit,writeourblogandsoon.Ofcourse,Themostnecessaryarenumbersofsearchingengineswhichhelpusfindthedesiredinformation.Inaword,Internetturnstoatypeofourlifestyle,ahugerepository.Thisdissertationfocusingonhowtobuildasimpleonlineforumsystem.Onlineforumsystemis
4、oneofthemostcommonformofnetwork,anditsmainfunctionisgivingInternetusersaplatformtoexchange,communicating,learningandhelpingeachother.Thedissertationincludesixparts,whichBeginningwithsystemdesiringanalysisandendofsystemtest,andmakeadetailedanalysisofthewholedevelopment.Thedevelopmentoftheforum incl
5、udingtheinterfaceoffrontandmanagementsystemsofbackground.ThesystembasedontheB/Smodel,usingthepopularThree-tierModel(JSP+JavaBean+database).Inthedesignprocess,Iseparatethedisplayofpagesfromthefunctionallogic,inordertomakethesystemisconducivetothemaintenanceandupgrading.Afterthecompletionofthedesign
6、,theforumcanrealizeasimplefunctionofwatch/posttopic,andruninanumberofplatforms.Keywords:Webforumsystem,B/Smode,JavaBean,Topic目录摘要1ABSTRACT2第一章概述31.1国内外发展趋势41.2研究的目的和意义4第二章系统分析62.1系统可行性分析62.1.1应用可行性62.1.2技术可行性分析72.2需求分析102.2.1系统的综合要求102.2.2系统的数据要求112.2.3系统的逻辑模型13第三章系统设计153.1系统概要设计153.1.1数据库的设计153.1
7、.2具体表的说明163.1.2系统结构的设计193.2系统详细设计213.2.1基本算法21第四章系统的实现234.1实现超文本信息输入和显示234.2用ajax技术验证264.3用户注册功能实现30第五章总结42第六章致谢44参考文献45第一章概述进入二十一世纪,计算机技术迅速向着网络化、集成化方向发展。传统的单机版应用软件正在逐渐退出舞台,取而代之的是支持网络、支持多种数据信息(多媒体)的新一代网络版应用软件,而目前