1 / 89
文档名称:

多用户博客系统的设计与实现.doc

格式:doc   大小:2,387KB   页数:89页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

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

分享

预览

多用户博客系统的设计与实现.doc

上传人:文库旗舰店 2018/6/18 文件大小:2.33 MB

下载得到文件列表

多用户博客系统的设计与实现.doc

文档介绍

文档介绍:北京理工大学
毕业设计(论文)
论文题目: 多用户博客系统设计与实现
专业: 计算机科学与技术
学生姓名: 侯青龙
指导老师: 刘万春
摘要
多用户博客系统是一个以文章形式来发布自己所见、所得、所闻、体会等的互联网信息发布系统,类似个人网站,但它更强内容的私有性,用户有权力不公开自己的文章。
本文以博客日志发布管理为基础,并结合其实际需求,详细简述了多用户博客系统设计、开发的全过程。本系统主要功能包括博客的日志发布、分类和评论等。除了这些基本功能外,还有博客风格更改、模块设置和页面布局更改等个性化功能。开发过程中,采用了MVC分层思想,设计了专门的缓存策略,运用了当今比较流行的Web前端开发技术Ajax、Javascript等.
本系统基于B/S架构,采用PHP为开发语言、MySQL为数据库的LAMP开发平台,结合功能强大的开源框架ZendFramework为开发框架,从而保证了整个系统稳定、快速、高效的运行。
关键词:博客,,LAMP,缓存,个性化,稳定性
Abstract
Multi-user blog system is one of the aritlce form to publish their own findings obtained, the smell, experience and other information release system。similar to the personal website, but it's more private nature of the content, the user has the power to not open their own articles.
In this paper, based on post publishing and management, combined with their actual requirement, detailed description of the multi-user blog system design and development at the entire process. The main features include post publish, category ments, etc.. In addition to these basic functions described, it will also blog-style changes, the module settings and change page layout, etc. in the development process, using the MVC layered thinking, design a special caching strategy, the use of today's popular Web front-end development technologies Ajax, Javascript, etc.
The system is based on B / S structure, to use PHP language and MySQL database for the development of the LAMP development platform, combined with a powerful open-source PHP framework for ZendFramework as a development framework, thus ensuring the entire system is stable, fast, and efficient.
Key words:Blog, , LAMP, cache, personalization, stable
目录
前言 IV
第1章系统技术方案 1
方案分析 1
开发工具 1
关于PHP 2
关于MySQL 2
关于Apache 2
关于 ZendFramework 2
关于JavaScript 3
关于Ajax 3
关于MVC 3
第2章可行性分析 5
市场分析 5
经济分析 5
技术分析 7
第3章需求分析 8
性能要求 8
运行环境要求 8
硬件环境 8
软件环境 8
功能分析 8
系统概述 8
基本功能