资源描述:
《2017毕业论文-基于jsp的bbs计算机论坛网站系统设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本系统是采用jsp+servlet技术开发设计的计算机论坛网站系统,基于MVC的设计模式,结合JSTL+EL以及AJAX等的页面显示技术,使JSP页面中无JAVA代码的显示,保证了代码的安全,同时简化了JSP页面的编码。系统实现了论坛信息的动态发布,使得对信息的管理更加及时、高效,提高了工作效率。数据库采用了SQLServer2005数据库,操作简单、方便而且廉价易维护性高。软件采用的是B/S的设计结构,主要分为前台显示和后台管理两部分。前台是用户注册、密码修改、登录、浏览帖子、回复帖子、根据关键字搜索帖子等;后台主要实现对帖子的查看、对非法的帖子进行删除,对回复的帖子
2、进行查看、删除等管理操作以及公告的发布、添加、删除、修改等操作。本文通过对计算机论坛网站系统设计到实现流程的描述,目的是让人们了解计算机论坛网站的结构以及系统从设计到实现中各个部分的解决方案,让大家了解JAVA网络编程广泛采用的设计模式。关键词:计算机论坛,系统,JSP,公告3AbstractThehot-fishforumnetsystemisdesignedinthepaper,whichemployingthetechnologyofjsp+servlet,basingonthemodeofMVC.Inordertoensurethesecurityofthedesi
3、gncode,thispaperadoptsthedisplaytechnology,suchasJSTL+ELandAJAX.Inthemeantime,thepagecodeissimplifiedbyuseofsomerelateways.Thedynamicissuesystemisfinishedinthispaper,whichmadethemanagementofinformationrealizereal-timerenewandtheefficiencyrise.ThispaperemployedtheSQLServer2005database,havin
4、gmanyadvancedcharacteristics,suchasoperatesimple,thelowpriceandthemoreconvenientmaintainprocedure.TheB/Sdesignstructureisusedinthissoftware,whichdividedintotwoparts,thestatedisplayandthebackstagemanagement.Consumertoregister,thepasswordmodification,passwordretrieve,register,browse,replyani
5、nvitationcardandsearchinvitationcardetcareoperatedintheformerpart;Thelaterpartmainlycarriesoutthemanagementoperation,includingestablishandcanceltotheessenceoftheinvitationcard,lookintototheinvitationcardanddeletestotheillegalinvitationcardprogress,research,deletetotheinvitationcardprogress
6、oftherecoveryetc,andwhatismore,theoperationofissuingreleasing,increasing,deleting,modifyingtheannounceetcisrealizedinthispart.Thispaperreleasedthetechnologyofthenetstructureandthemethodtosolvetheproblemencounteredinthedesign,basingondescriptiontotheprocessofforumnetsystem.Leteveryoneunders
7、tandJAVAnetworkplaitdistanceofthedesign3modeoftheextensiveusage.Keywords:forum,system,JSP,announce3目录前言11可行性分析31.1技术可行性31.2操作可行性31.3分析结论42需求分析42.1系统的功能需求42.1.1会员功能42.1.2搜索功能52.1.3版主功能52.1.4论坛展区功能52.1.5后台数据维护功能53概要设计63.1系统总体构概要设计63.2数据模型73.2.1数据流图73.2.2系统设计E-R图