1 / 54
文档名称:

计算机科学与技术专业毕业论文--基于JavaWeb的博客网站的设计与实现.doc

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

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

计算机科学与技术专业毕业论文--基于JavaWeb的博客网站的设计与实现.doc

上传人:mkt365 2013/11/15 文件大小:0 KB

下载得到文件列表

计算机科学与技术专业毕业论文--基于JavaWeb的博客网站的设计与实现.doc

文档介绍

文档介绍:摘要
博客简单来说就是“网络日记”,本课题研究的博客网站就是可以让用户零成本、较少维护地创建自己的网络媒体。本课题开发实现博客的通用功能:发表博文,上传图片,管理博客,阅读博客,发表评论,游戏娱乐等几大功能。
本课题遵循了“放眼于系统,按功能分块”的原则,巧妙地将开发一个完整的博客网站的过程分解成各个模块,然后逐一的实现各个功能模块,最后把所有的模块连在一起就构成了一个完整的博客系统。
本系统的页面设计主要是在Dreamweaver环境下完成的,通过引入JSP技术和数据库技术使得博客系统的动态功能得以很好的实现,本系统的成功开发可以说是Dreamweaver结合JSP技术开发动态网站的成功体现。
关键词:博客;JSP;数据库;网站
Abstract
This project studies a web blog, with which users can create their own web media without any cost and any maintenance. It develops and monplace functions of a blog, such as publishing blogs, uploading pictures, administrating blogs, reading blogs, ments ,game entertainment and so forth.
This project goes with the principle that we regard the system as a whole but break up the whole into parts when realizing it. So we divide the whole system into several parts called modules and then we develop the system one by one and finally bine all the parts together and get plete blog system.
The system is developed mainly with Dreamweaver. And with the adoption of database technology and JSP, dynamic functions of the blog system e true. We can see the essful development of this system as a reflection of bination of Dreamweaver and JSP technology when developing dynamic websites.
Keywords:BlogJSP;Database;Website
目录
摘要 I
Abstract II
目录 III
第1章前言 1
课题的研究背景与意义 1
课题的研究背景 1
课题的研究意义 1
课题定义和简介 2
课题的定义 2
课题的简介 2
课题调研与可行性分析 3
课题调研 3
可行性分析 3
论文各章内容介绍 4
第2章系统需求分析 5
需求调研 5
业务流程分析 6
系统数据流图 6
系统功能需求分析 8
功能划分 8
功能描述 8
创建用例图 10
详细描述用例 11
数据字典 13
第3章系统设计 14
系统总体结构设计 14
系统数据模型设计 14
数据库表的设计 16
系统开发与运行环境确定 18
系统开发环境 18
系统运行环境 19
系统实现的若干关键技术 19
JSP技术概论 19
JSP工作原理 20
JDBC技术 20
数据库连接函数 21
第4章详细设计 24
系统登录模块简介 24
模块体系结构 24
运行图 25
设计说明 25
新用户注册子模块 25
管理员登录子模块 27
第5章博客管理系统模块 29
博文管理子模块 29
模块简介 29
模块体系结构 29
设计说明 30
游戏