1 / 38
文档名称:

网站内容管理系统(计算机专业论文).zip

格式:zip   大小:20,040KB   页数:38页
该文档为压缩包格式,解压后包含3个文件,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网站内容管理系统(计算机专业论文).zip

上传人:书籍1243595614 2018/8/31 文件大小:19.57 MB

下载得到文件列表

网站内容管理系统
../开题报告-网站内容管理系统.doc [33 KB]
../源代码.zip [19.54 MB]
../网站内容管理系统.doc [749.40 KB]

相关文档

文档介绍

文档介绍:摘要
信息化的发展,可以说给企业带来了一场产业革命,企业对信息的要求更为迫切。传统的web网站的建设和维护的方法是:首先设计web网站的框架结构,然后设计html页面,最后把设计好的html页面纳入web网站的框架结构中。这种网站建设模式比较适合小型网站和内容相对比较固定的网站,对于信息量大的,结构复杂的政府门户
网站和政务平台来说吗,不仅不易维护,也不易使用。由于传统网站的诸多弊端问题,所以内容管理系统即Content Management System 缩写为CMS。CMS是一个工具,它能让各种集中的技术人员和分散的非技术人员在一定的规则,过程,工作流的限制下,创建,编辑,管理和最终发布内容。
CMS管理的特点一般是:引入内容管理系统,事先生成静态HTML文件;更新及时,能满足不同层次的要求。
该CMS是采用php+mysql+apache技术实现的。后台采用MVC模式架构,交互系统的组成分解成模型、视图、控制器3种部件。该CMS的设计流程经过了需求分析,概要设计,详细设计,编写代码,系统测试等五个阶段。系统的功能模块包括注册会员的管理、栏目的管理、文章的管理、系统管理、系统的设置、网站管理模块等。最核心的部分是网站管理模块,包括对网站的栏目,文章等管理。而且可以将栏目和文章生成静态的网页,可以大大提高页面的显示速度。同时降低服务器的压力。在系统的实现阶段主要是采用的php编写代码,数据的存储使用mysql数据库,总共设计了12张表,各表之间的关系通过外键等形式加以实现。对于本文各模块的实现是通过图片和代码文字的形式介绍,详细展示了整个系统的实现。
关键词:内容管理系统、静态页面、php、mysql、apache
Abstract
The development of information technology, can be said to have an industrial revolution to the enterprise, the enterprise more urgent to the information request. The traditional web website construction and maintenance methods are: frame structure design of Web site first, and then design the HTML page, the design of HTML pages into frame structure in Web website. Website construction mode which is suitable for small websites and content is relatively fixed sites, for a large amount of information, complex structure of the government portal
Website and e-government platform, not only the maintenance is not easy, not easy to use. Due to the many problems of traditional website content management system, so that Content Management System or CMS. CMS is a tool, it can make all kinds of technical personnel centralized and decentralized non technical personnel in certain rules, restrictions, workflow, create, edit, manage and finally issued the content.
The characteristics of CMS management is generally: the introduction of content management system, to generate static HTML files; updated in a timely manner, to meet the different levels of requirements.
The CMS is implemented using php+mysql+apache technology. The background using MVC mode archi