毕业论文 bbs系统.doc

约32页DOC格式手机打开展开

毕业论文 bbs系统,摘要为了方便师生信息的交流,在结合动态服务网页(asp)和sql server技术之下开发了这个快截、界面友好的师生交流系统。论坛使用动态服务网页(asp)技术建设论坛的骨干框架,使用sql server 2005制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经...
编号:20-197665大小:1012.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
为了方便师生信息的交流,在结合动态服务网页(ASP)和SQL Server 技术之下开发了这个快截、界面友好的师生交流系统。论坛使用动态服务网页(ASP)技术建设论坛的骨干框架,使用SQL Server 2005制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经验。
该论坛功能较齐全,在这里可以自由地发表自己的观点和对论坛的主题发表意见,我们还可以对网友的问题及时地解决,获取对自己有用的知识。
经调试,这个论坛完全可以成为一个很好的师生交流平台,充分利用有限的教育资源,提高资源利用率,同时又能活跃学习氛围,使学习、工作更加方便。



关键词:动态服务网页,论坛,用户管理













BBS System
Abstract

In order to facilitate the teachers and students information the exchange, in unified ASP and SQL Server 2005 under the server technology has developed this quick truncation, the contact surface friendly teachers and students alternating-current system. The forum uses the ASP technology construction forum the backbone frame, uses the SQL Server 2005 manufacture system the database, realized a function relatively complete forum system, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.
  This forum function is complete, may freely express own viewpoint in here and express the opinion to the forum subject, we also may promptly solve to net friend's question, gain to the oneself useful knowledge.
  After the debugging, this forum definitely may become very good teachers and students to exchange the platform, the full use limited education resources, raise the resources use factor, at the same time can actively study the atmosphere, causes the study, the work to be more perfect.
Keywords: Active Server Pages, BBS, user management






目录
第1章 系统分析 5
1.1开发背景 5
1.2 BBS 介绍 5
1.3 任务概述 6
1.4 工作内容 6
第2章 选择开发工具 8
2.1 ASP.NET开发平台 8
2.2 Microsoft SQL Server 2005 9
2.3 动软代码生成器 9
2.4 其他辅助开发工具 10
第3章 概要设计 11
3.1 网站结构图 11
3.1.1 前台功能: 11
3.1.2 后台功能 12
3.2 数据流程分析 13
3.2.1 需求分析 13
第4章 数据库的设计与实现 15
4.1数据库概要设计 15
4.2数据库结构设计 15
第5章 功能模块和详细设计 19
5.1网站前台页面总体的设计 19
5.2 网站前台功能板块设计 20
5.2.1 最新图片欣赏功能板块设计 20
5.2.2 新闻功能板块设计 20
5.2.3 网友人气和游戏排行功能板块设计 20
5.2.4 论坛主题功能板块设计 21
5.2.5 会员功能板块设计 23
5.2.6 帖子回复功能板块设计 24
5.2.7 积分和访问率功能板块设计 25
5.3网站后台管理板块设计 26
5.3.1 后台登录界面的设计 26
5.3.2 论坛主题类别的管理 27
5.3.2 论坛主题的管理 28
第6章 系统开发小结 30
6.1 系统的特点和局限性 30
6.1.1 系统的特点 30
6.1.2 系统的局限性 30
6.2 系统开发中的收获 31
谢 辞 32
参考文献 33