网上论坛系统的设计与实现

  • 格式:docx
  • 大小:1.03 MB
  • 文档页数:61

下载文档原格式

  / 30
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

网上论坛系统的设计与实现

本科毕业设计

基于JAVAEE技术的网上论坛系统的设计与实现

摘要

随着网络在现代社会中的广泛应用及当今社会快节奏的发展,人们越来越需要一个平台来进行分享并交流相应的资讯信息。现在有各种的论坛网站等系统来实现人们的这一需要,获得有益信息并与他人进行交流,以方便个人扩展知识层面。

论文中主要阐述了论坛网站的开发过程。介绍了开发论坛网站的环境及技术,同时详细的叙述了设计的思想及流程,说明了数据库的建立思想以及与程序之间的关联等问题。说明了网站不同功能的实现方法及详细设计过程。

该课题主要的工作是对论坛网站的主要功能进行设计与实现,实现用户浏览帖子,发表及回复论坛帖子的功能以及系统管理员对后台的管理功能,如删除帖子和用户信息,对用户权限的设置。主要作用是通过发表新帖并回复他人帖子来实现信息交流。此文章中首先对整个系统功能进行详细的分析与设计;其次采用SQL Server数据库技术实现对系统中涉及的数据信息进行管理,最后利用SSH框架进一步具体实现论坛网站各项功能,运行调试确保网站的正常工作。

关键词:论坛网站,SSH框架,SQL数据库

Online forum system based on JAVAEE technology in design and

implementation

Abstract

Today the internet maked full use and the fast-paced life,people need a flat to share and communicate the information. Now all kinds of systems like a forum website realize human’s requirements to get the usefull news and exchanging with others and convenienting they expend the knowledge.

The thesis expounds how to design a forum website and the process in chief. It introduces the environment for realizing the website , describes the idea and procedures in detail and explains how to establish a data base and the problem of connecting with the program , at the same time , show the way to design and relize of the website.

The main work is to design and relize the a forum website's important function , such as browse publish, reply cards in the forum and the function of a system administrator to manage the backstage , like deteling cards and information of users , seting up the right of a user. The principal function of the forum is exchanging important information with the others by publishing and replying the cards. At first,

thesis analyses the demand of users and designs the whole function of the system. Secondly , using the data base technology as SQL relize the manage of the data. At last, making use of the SSH technology relize the function of the forum in detail and take advantage of the tomcat as the server to movethe system . Moving and debugging to make the system work.

Keyword:Forum website,SSH technology,SQL Database

目录

1 引言 (1)

1.1 总体设计 (1)

1.2 开发背景 (2)

1.3 课题研究的目的与意义 (3)

1.4 研究内容 (4)

2 系统分析 (6)

2.1 技术可行性分析 (6)

2.1.1 开发语言综述 (6)

2.1.2 SQL SERVER 数据库的选用 (7)

2.1.3 S.S.H框架的优点 (9)

2.1.4 B/S结构 (9)

2.2 系统开发 (10)

2.2.1 开发工具与运行环境 (10)

2.2.2 系统功能概述 (11)

3 系统需求分析 (12)

3.1 系统功能概述 (12)

3.1.1 系统功能需求 (12)

3.1.2 用例分析 (12)

3.1.3 系统活动分析 (15)

3.2 系统性能要求 (17)

3.2.1 系统灵活性 (17)

3.2.2 输入输出要求 (18)

3.2.3 数据管理能力要求 (18)

3.3 可行性分析 (18)

3.3.1 社会可行性 (18)

3.3.2 技术可行性 (18)

3.3.3 操作可行性 (19)

4 总体设计 (20)

4.1系统机构设计 (20)

4.2功能设计 (21)

4.3数据库设计 (22)

4.4 系统界面设计 (25)

5 系统的设计与实现 (27)

5.1前台管理模块实现 (27)

5.1.1 用户注册登录 (27)

5.1.2 用户发帖回帖 (31)

5.1.3 用户上传下载资料 (35)

5.2 后台管理模块实现 (39)

5.2.1 后台登录功能 (39)

5.2.2论坛分类管理 (42)

5.2.3 用户权限管理 (44)

5.2.4论坛帖子管理 (46)

5.2.5密码修改 (47)