{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于ASP.NET的校园论坛BBS社区的设计(SQLserver)

来源:56doc.com  资料编号:5D20773 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20773
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于ASP.NET的校园论坛BBS社区的设计(SQLserver)(开题报告,论文12500字,程序代码,SQLserver数据库)
摘    要
  进入21世纪后,网络就伴随着科技发展无形的走入到人们的生活中,而网络社区的存在不仅仅丰富了人们的生活,更是让人们更加的紧密的联系了起来。如今,网络社区的用户不在局限于生活中,也更多的存在它的商业价值中,越来越多的企业将它作为自己推广平台,或者是企业内部的文化交流。由于网络社区的强大功能,它也被用于校园中,增加了学生们生活或者学习的交流能力。
  BBS社区采用了ASP.NET技术和SQL数据库开发来实现社区的多种功能。系统将角色分为了游客、会员和管理员三个不同的角色,并且赋予了每个角色不同功能。前台模块主要实现了游客和会员功能,游客可以在论坛中浏览和搜索自己需要的帖子,会员可以发表帖子,并且还能够实现个人信息的修改。后台模块主要实现管理员的管理帖子、管理论坛的安全、实现论坛模块的分类功能。   
关键词:BBS社区   ASP.NET   SQL数据库  用户  管理员

Design and development of the campus BBS communities under ASP.NET
ASBTRACT
  In the 21st century , the network along with the technological development into invisible to people's lives , but there is a network of community not only enrich people's lives , is to let people be more closely linked up. Today, users of online communities is not limited to life, but also more in the presence of its commercial value , more and more companies use it as a platform to promote themselves , or within the enterprise and cultural exchanges . Due to the powerful online community , it is also used on campus , increasing the students' lives or to learn communication skills.
   BBS community using ASP.NET and SQL database development to achieve a variety of functions of the community . The system is divided into the role of tourists, members and administrators in three different roles , and given the different functions of each role . Front module main features of the tourists and members , visitors can browse and search the posts they need in the forums , members can publish posts , and also enables modification of personal information. Background module main administrator management posts ,security management forum to achieve classification forum module
Keyword:BBS community;ASP.NET;SQL Database;User;Administrator
系统的需求分析
  校园BBS系统主要的功能是作为学生相互交流的一个平台,所以它的的系统的功能应该能够满足学生交流和学习用。系统的角色有三大类:
  一是游客,对于游客来说,应该满足游客能够自由的浏览社区的相关帖子,搜索帖子,能够在帖子中获得相关的学习交流的信息。
  二是会员,作为校园的社区主要成员之一,游客通过注册模块,成为BBS社区的会员。会员通过登陆模块登陆社区,会员能够在社区的规定板块发表自己的看法和自己相关的学习交流的经验,通过发表帖子,在评论模块中与其他会员进行交流互动。当然会员的个人信息安全由会员自己填写,并且能够自己修改个人信息。
  三是管理员,管理员的主要作用就是管理论坛的信息安全,管理模块。管理用户。例如:有些帖子违反了论坛规定,对于类帖子,管理员必须给予清除;对于新模块和旧模块的修改;会员的信息的审核,保护会员个人信息的安全等。 
 

基于ASP.NET的校园BBS社区的设计(SQLserver)
基于ASP.NET的校园BBS社区的设计(SQLserver)
基于ASP.NET的校园BBS社区的设计(SQLserver)
基于ASP.NET的校园BBS社区的设计(SQLserver)
基于ASP.NET的校园BBS社区的设计(SQLserver)


 
目    录
摘    要    I
ASBTRACT    II
第一章 概述    1
1.1 BBS研究背景    1
1.2课题研究的意义    2
第二章 开发环境和技术分析    3
2.1 ASP.NET介绍    3
2.2 C#语言    3
2.3 Dreamweaver8.0    3
2.4 SQL Server数据库    4
2.5开发环境的搭建    4
第三章 系统分析    5
3.1系统的需求分析    5
3.2系统的设计目标和思想    5
3.3系统的可行性分析    6
第四章 系统设计    7
4.1系统的总体框架设计    7
4.2系统的功能模块设计    9
4.3数据库分析    11
4.4数据库设计    12
4.4.1 E-R图    12
4.4.2表的设计    15
4.4.3数据流程图    17
第五章 系统的详细设计    20
5.1数据库连接    20
5.2创建系统主界面    21
5.3创建普通用户模块    23
5.3.1创建用户注册模块    23
5.3.2创建用户登录模块    24
5.3.3创建个人信息管理模块    26
5.3.4创建帖子模块    28
5.3.5创建留言模块    29
5.3.6创建搜索帖子模块    30
5.4创建管理员模块    32
5.4.1管理员登录模块    32
5.4.2管理员帖子管理模块    33
结束语    35
参考文献    36
致    谢    38

推荐资料