1、 毕业设计说明书 个人博客系统的设计与实现 学生姓名: 学号: 学 院: 电子与计算机科学技术 专 业: 计算机科学与技术 指导教师: xx 2013 年 6 月 个人博客系统的设计与实现 摘要 随着互联网技术的高速发展,生活节奏的加快,博客被越来越多的人选择作为学习 和交流的工具。博客的内容丰富多彩,有对其他网站的超链接和评论,有个人构思,还 有日志、照片、诗歌和散文等。博客具有开放性、互动性和共享性的特点,是一个很好 的交流的渠道,是思想展现的舞台和学术探讨的园地。 本系统采用 B/S(浏览器/服务器)开发模式, 以 My Eclipse 作为开发平台, 采用 JSP 技术,以 Tomca
2、t 为服务器和 SQL Server 2008 为后台数据库。本系统是一个实用的个 人博客系统,集日志、图片、评论于一身。用户可以查看文章、相册,还可以发表文章 评论。博主可以管理自己的日志、相册、评论等。整个系统层次结构清晰、性能稳定、 界面友好,使用起来简单方便。 关键字:互联网,B/S,MyEclipse,JSP Person Blog System Design and Implementation Abstract With the rapid development of Internet technology and high speed of life rhythm, Blog
3、 has being chosen by more and more people as the tool of study and communication. The content of Blog is very rich and colourful which has hyperlink and comment of other website, personal thinking, news, music, article and so on. Because of the character of independence, interaction and share of Blo
4、g, it is regarded as an outlet of good exchange channel, the stage of personal thought displaying, and the garden area of knowledge studying. This system use B/S (Browser/Server) development pattern, MyEclipse as a development platform,with the JSP technology, Tomcat for servers and SQL Server 2008
5、for the backend database.This system is a practical personal blog system ,including logs, pictures, comment as a whole . Visitors can view the article, photo album, also can give a discuss. Blogger can manage their logs, photo albums, comments, etc. The system structure is clear, stable performance,
6、 friendly interface, it is simple and convenient to use. Key words: Internet , B/S , MyEclipse , JSP 第 I 页 共 II 页 目 录 1 引 言 . 1 1.1 个人博客系统简介 1 1.2 国内外研究现状 1 2 开发技术及开发环境 3 2.1 开发技术 3 2.1.1 JSP 概述 . 3 2.1.2 Servlet 概述 3 2.1.3 JavaBean 概述 4 2.2 JSP 网站开发模式 . 4 2.3 开发工具 5 2.3.1 MyEclipse 简介 5 2.3.2 Tomcat 简介 6 2.3.3 SQL Server 简介 6 3 需求分析 8 3.1 功能需求概述 8 3.2 系统总体功能结构 9 4 系统概要设计 . 11 4.1 数据库设计 E-R 图 . 11 4.2 逻辑结构设计 . 14 4.3 数据流图 . 17 5 详细设计与实现 . 18