- 1、本文档共60页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
苏州大学本科生毕业设计(论文)
PAGE \* MERGEFORMAT II
目 录
TOC \o 1-3 \h \z \u
前 言 h 1
第1章 技术背景 h 3
1.1 方案分析 h 3
1.2 开发工具 h 3
1.2.1 JSP简介 h 3
1.2.2 MySQL简介 h 4
1.2.3 Tomcat简介 h 4
1.2.4 MyEclipse简介 h 4
1.2.5 MVC简介 h 5
1.2.6 Struts 2简介 h 6
1.2.7 Hibernate简介 h 7
第2章 需求分析 h 8
2.1 功能分析 h 8
2.1.1 系统概述 h 8
2.1.2 基本功能要求 h 8
2.1.3 用户分析 h 8
2.1.4 功能详细说明 h 9
2.2 性能要求 h 11
2.3 运行环境要求 h 11
2.3.1 硬件环境 h 12
2.3.2 软件环境 h 12
第3章 总体设计 h 13
3.1 功能模块划分 h 13
3.2 数据库设计 h 13
3.2.1 person用户表 h 14
3.2.2 space空间信息表 h 15
3.2.3 post日志表 h 15
3.2.4 category分类表 h 16
3.2.5 reply日志评论表 h 16
3.2.6 comment留言表 h 16
3.2.7 link超链接表 h 17
3.3 系统架构 h 17
3.4 系统运行机制 h 18
第4章 系统详细设计与实现 h 20
4.1 类的设计与实现 h 20
4.1.1 Java Bean类的设计 h 20
4.1.2 通用类的设计 h 21
4.2 数据库与Hibernate配置 h 22
4.3 Struts 2配置 h 22
4.4 模块详细设计与实现 h 23
4.4.1 登录与注册模块 h 23
4.4.2 日志管理模块 h 24
4.4.3 日志评论模块 h 30
4.4.4 分类模块 h 31
4.4.5 留言模块 h 33
4.5 系统配置 h 34
第5章 结 论 h 36
参考文献 h 38
致 谢 h 39
PAGE \* MERGEFORMAT 56
摘 要
多用户博客系统是一个以文章形式来发布自己所见、所得、所闻、体会等的互联网信息发布系统,类似个人网站。多用户博客系统是支持多用户注册和管理的信息发布系统。
本文以博客日志发布管理为基础,并结合其实际需求,详细叙述了多用户博客系统设计、开发的全过程。本系统主要功能包括博客的日志发布、分类和评论等。开发过程中,采用了MVC分层思想,运用了当今比较流行的Web前端开发技术JavaScript等。
本系统基于B/S架构,采用java为开发语言、MySQL为数据库,Tomcat为服务器并结合功能强大的开源框架Struts 2和Hibernate为开发框架,从而保证了整个系统稳定、快速、高效的运行。
关键词:博客,MVC,B/S,稳定性
Abstract
Multi-user blog system is one of the articles form to publish their own findings obtained, the smell, experience and other Internet information release system, similar to the personal website. Multi-user blog system is an information release system to support multi-user registration and management.
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 and comments, etc... In the development process,
文档评论(0)