编号 2009241337
毕业设计论文
题目:
论坛系统设计与开发
学生姓名 学 号 系 部 专 业 班 级 指导教师 评阅教师
2012 年 5 月
论坛系统设计与开发
旭鸿公司论坛系统设计与开发
System design and development of xuhong forum
毕业设计(论文)共 32 页 图纸共 24 张
完成日期 2012年5月10日 答辩日期 2012年5月12日
II
摘 要
随着网络的越来越普及,人们越来越关于这样一种交流平台――论坛。很多商业网站都开设自己论坛来提供交流和服务,也有很多的个人网站和个人论坛的出现,论坛已经不光是一种交流平台,甚至是成为了实现自我价值的一个舞台。正因为论坛越来越重要,所以论坛的维护也变成了一种职业,而更好的维护则需要从设计这个层面来了解和进行。
根据在校交流平台的实际需要,本系统的基本功能模块划分为:新闻公告信息管理、用户管理、管理员信息管理、论坛分类信息管理、论坛信息管理等6种功能。
关键词:论坛信息;信息搜索;ASP.NET;SQL SERVER 2000
I
论坛系统设计与开发
ABSTRACT
As the network is becoming increasingly popular, people are increasingly on such an exchange platform - Forum. Many commercial sites have opened their own forum to exchange and services, and a lot of personal websites and personal forum, the forum has not only a communication platform, and even become a stage of self-worth. An increasingly important forum, the maintenance of the forum has become a profession, better maintenance needs from design level to understand and carry.
According to the actual needs of the school exchange platform, the basic functional modules of the system is divided into: six kinds of press release information management, user management, administrators and information management, forums, classified information management, forums, information management and other functions.
key words:Forum information;information search;ASP.NET;SQL SERVER 2000
II
目 录
摘 要 ........................................................................................................................ I 第一章 绪论 ............................................................................................................. 1
1.1 选题背景 ..................................................................................................... 1 1.2 论文研究的内容及结构 ............................................................................. 1 第二章 软件开发环境与技术简介 ......................................................................... 3
2.1 .NET技术 .................................................................................................... 3 2.2 ASP.NET技术 .............................................................................................. 5
2.2.1 ASP.NET的新特性 ............................................................................ 5 2.2.2 ASP.NET开发和运行平台 ................................................................ 7 2.3 SQL SERVER 2000数据概述 .................................................................... 7 2.4 C#概述 ......................................................................................................... 8 第三章 系统需求分析 ............................................................................................. 9
3.1 网站需求分析 ............................................................................................. 9
3.1.1 网站功能需求分析 ........................................................................... 9 3.1.2 网站数据流向分析 ........................................................................... 9 3.1.3 系统用例图分析 ............................................................................. 11 3.1.4 数据字典分析 ................................................................................. 12
第四章 总体设计 ................................................................................................... 14
4.1 系统的设计思想 ....................................................................................... 14 4.2 系统功能模块图 ....................................................................................... 14 4.3 数据库概念模型设计 ............................................................................... 15 4.4 数据库详细表的设计 ............................................................................... 15 第五章 详细设计与实现 ....................................................................................... 18
5.1 数据库连接配置 ....................................................................................... 18