基于 NEt网上论坛系统的设计与实现毕业设计论文 - 图文

更新时间:2023-11-11 23:24:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

本科毕业设计(论文)

基于.NEt网上论坛系统的设计与实现

学 院 计算机学院 专 业 网络工程 (网络系统开发与管理方向) 年级班别 2006级(1)班 学 号 3106007104 学生姓名 赖柯明 指导教师 蒋艳荣

2010 年 6 月

摘 要

随着计算机技术的飞速发展,特别是近年来互联网的应用与普,人们在网上的交流越来越频繁,这为网上论坛的发展提供了机遇。

论坛即BBS,意思是电子公告板,是一种在Internet上常见的用于信息服务的WEB系统,它主要给浏览者提供一个相互沟通和交流的平台。为了方便系统的管理和维护,该系统被设计成前台和后台两个模块。前台系统给用户提供了一个方便自由的交流平台,包括浏览帖子、发布帖子、回复帖子和搜索帖子等。论坛的后台系统为管理者提供了一个方便快捷的在线管理功能,包括板块管理、版主任免、用户管理和帖子管理等。通过对帖子和用户进行有效的管理,为论坛创造一个和谐、温馨的交流环境。

首先,本系统采用当前流行的B/S结构,其具有交互便捷、共享性强和信息采集灵活等特点。本文概述了系统开发过程中所涉及的相关技术,包括采用的开发架构、开发工具和开发语言等。其次,本文详细介绍了系统的设计,包括可行性分析、系统需求分析和系统概要设计。最后,本文详述了系统的实现,包括数据库的设计和实现、系统主界面和后台管理功能等的实现。

关键词: 论坛,BBS,B/S结构

I

Abstract

With the rapid development of computer technology, especially the application and popularization of the Internet in recent years. People to interact online more frequently, this online forum for the development of opportunities.

Forum that BBS, which means that electronic bulletin board, is a common in the Internet on the WEB for information services system, it is mainly for visitors to provide a platform for mutual communication and exchange. To facilitate the management and maintenance of the system, the system is designed to both front and back office modules. Front system provides users a convenient platform for free, including browsing messages, post messages, reply to other posts and search messages. Forum system management of background provides a convenient and efficient online management functions, including block management, Moderator dismissal, user management and message management. Posts and users through effective management of the forum to create a harmonious and warm environment to communicate.

First, the system uses the popular B / S structure, interactive and convenient, strong, and information sharing gathering flexible. This paper summarizes the system development process involved in related technologies, including the development of architecture, development tools and development languages. Second, the paper describes the system design, including feasibility analysis, system requirements analysis and system level design. Finally, details of the system implementation, including database design and implementation, the system main interface and back office management functions realized.

Keywords: Forum, BBS, B / S structure

II

目 录

1 绪 论 ................................................................. 1

1.1 1.2 1.3 1.4

课题的背景、来源及研究意义 ...................................... 1 研究目的和研究内容 .............................................. 1 研究领域的现状 .................................................. 2 研究方法 ........................................................ 3

1.5 论文结构 ........................................................ 3 2 相关技术介绍 .......................................................... 4

2.1 2.2 2.3 2.4 3.1 3.2 3.3 3.4

ASP.net ......................................................... 4 C#语言 ......................................................... 6 SQL Server 2005 .................................................. 7 SQL 语言 ....................................................... 8 技术可行性分析 .................................................. 9 经济可行性分析 .................................................. 9 操作可行性分析 .................................................. 9 法律可行性分析 .................................................. 9

3 系统可行性研究 ........................................................ 9

4 系统需求分析 ......................................................... 11

5 系统概要设计 ......................................................... 12

5.1 5.2

设计目标 ....................................................... 12 开发运行环境 ................................................... 12 5.2.1

5.2.2 5.3 5.4

系统开发架构 .............................................. 12 系统运行架构 .............................................. 13

系统设计模式 ................................................... 13 功能模块划分 ................................................... 14

5.4.1 系统总结构图 .............................................. 14 5.4.2 各模块功能和权限描述 ...................................... 15 5.4.3 系统总流程图 .............................................. 17

6 系统数据库设计和实现 ................................................. 18

6.1 6.2 6.3

数据库选择 ..................................................... 18 各模块E-R图 ................................................... 18 系统总体E-R图 ................................................. 21

III

本文来源:https://www.bwwdw.com/article/n6kv.html

Top