资源描述:
《cms内容管理系统大学论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北农业大学毕业设计题目:CMS内容管理系统摘要随着网络应用的丰富和发展,很多网站往往不能迅速跟进大量信息衍生及业务模式变革的脚步,常常需要花费许多时间、人力和物力来处理信息更新和维护工作;遇到网站扩充的时候,整合内外网及分支网站的工作就变得更加复杂,甚至还需重新建设网站;如此下去,用户始终在一个高成本、低效率的循环中升级、整合。根据以上常见问题,设计一套内容管理系统,来有效解决用户网站建设与信息发布中常见的问题和需求。CMS后台管理系统主要为用户后台管理提供方便,而且新闻列表的文章,可以通过爬虫来获取,它流程完善、功能丰富,可把获得的内容分门别类并授权给合
2、法用户编辑管理,并且通过系统查询,分页显示在前台页面上,而不需要用户去理会那些难懂的SQL语法。同时也不用专门的编辑人员呆在电脑前面。论坛的管理也在后台管理系统得到实现,例如版块的管理,帖子的管理。对网站内容管理是该软件的最大优势。关键字:CMS后台管理系统,文章查询,分页显示,爬虫AbstractWiththeenrichmentanddevelopmentofnetworks,manywebsitescannotbequicklyfollowupalotofinformationisderivedandthepaceofbusinessmodelinno
3、vation,oftenneedtospendalotoftime,manpowerandmaterialresourcestohandletheinformationupdatingandmaintenancework;Therewasasiteexpansion,theintegrationofinternalandexternalnetworkandbranchsiteworkbecamemorecomplex,andevenstillneedtobuildawebsite;So,theuserisalwaysinahighcost,loweffici
4、ency,thecycleofupgrade.Accordingtotheabovecommonproblems,designasetofcontentmanagementsystem,toeffectivelysolvetheusercommonproblemsinthewebsiteconstructionandinformationreleaseandneeds.CMSbackgroundmanagementsystemmainlybackgroundmanagementprovidestheconveniencefortheuser,alistofa
5、rticlesandnews,couldbeobtainedbythecrawler,itsprocessperfect,functionisrich,buttheclassifyandthecontentoftheauthorizededitorforalegitimateusermanagement,andthroughthesystemquery,pagingdisplayatthefrontdeskpage,withouttheneedforuserstoignorethosedifficultSQLsyntax.Atthesametimealson
6、eednotspecialeditorialstafftostayinfrontofthecomputer.BBSmanagementisachievedinthebackgroundmanagementsystem,suchasthemanagementsection,themanagementofthepost.Forwebcontentmanagementisthebiggestadvantageofthesoftware.Keywords:CMSbackgroundmanagementsystem,thearticlequeries,paging,a
7、ccordingtothecrawler目录1绪论11.1项目背景及意义11.2系统的研究现状11.3论文组织结构22系统开发技术及运行环境介绍32.1Java简介32.2Ajax简介32.3JQuery简介32.4校验技术简介42.5MVC思想简介42.5.1MVC简介42.5.2MVC特点52.6DIV+CSS简介62.7Mysql简介73系统分析与设计83.1系统的可行性分析83.1.1技术可行性83.1.2经济可行性83.2需求分析83.3系统设计目标83.4系统模块和功能设计93.5网站主要组织结构93.7系统的用例图103.8数据库表设计114系
8、统的实现134.1数据库的连接134.2公共模块设计