基于ASPNET的BBS项目设计与开发毕业设计.doc
文本预览下载声明
基于ASPNET的BBS项目设计与开发毕业设计
目 录
摘 要 1
Abstract 2
前 言 3
第1章 概 述 4
1.1 BBS研究现状及课题意义 4
1.2 课题研究意义 5
第2章 开发环境与主要技术简介 7
2.1 ASP.NET概述 7
2.2 C#语言介绍 7
2.3 DreamWeaver简介 8
2.4 ASP.NET访问数据库技术 9
2.5 系统运行环境 8
第3章 系统分析与设计 12
3.1 系统需求分析 12
3.2 系统设计目标及思想 12
3.3 系统总体设计 13
3.4 系统功能模块设计 13
第4章 数据库设计 16
4.1 数据库需求分析 16
4.2 数据库概念结构设计 16
4.3 数据库逻辑结构设计 16
第5章 系统详细设计 21
5.1 数据库连接 21
5.2创建用户注册登陆模块 21
5.3创建系统主界面 25
5.4创建帖子模块 26
5.5创建留言模块 27
5.6后台管理模块 28
结 束 语 31
参考文献 32
致 谢 33
BBS项目设计与开发
摘要:论坛系统BBS(Bulletin Board System电子公告牌系统)是互联网上一种人与人之间交流的必备工具。论坛系统是互联网上的一种应用服务模式,通过这种服务,互联网用户可以在上面浏览到其他用户发表的各种主题、文章、问题等内容,并且用户可以在上面针对某个具体的内容即时地发表自己的观点、看法、议论等,或者直接发表自己的文章、问题、图片或其它内容。由于BBS的这种特点,全球的用户都可以随时随地地进行交流,从而真正的做到全球信息的交流。在Internet的发展中论坛的作用将是无法替代的。
本系统的设计的是一个学校计算机学习论坛。它是基于HTML语言,并且采用C#语言作为后台的编程语言,Microsoft visual studio .NET 2005作为开发工具,以IIS为服务平台,实现了网络平台的构建,ASP.NET技术实现了动态网页的制作,以确保系统的安全保密,且易于维护。而后台的数据库则采用了SQL Server管理整个系统的后台数据。本系统的一个重要特点是界面友好,操作简单。
关键词:网上论坛;ASP.NET;C#;SQL Server 2005
BBS project design and development
Abstract: BBS (Bulletin Board System) is a kind of indispensable tool exchanged between people on line. BBS is a kind of application service mode of Internet. By it, Internet users can browse contents such as various themes, articles, questions that other users issued. And users can also view of the above specific contents to reply their immediate answers, views, comments, or to directly write their own articles, issues, pictures or other contents. Because of this kind of character, users of the whole world can exchange their views whenever and wherever, thus achieve real global information exchange. The function of the BBS cant be substituted in the development of Internet.
The design of this system is a BBS about computer-campus learning. It is based on the language of HTML, and uses c# language as the backstage programming language, and uses the Microsoft visual studio. NET 2005 as a development tool, uses IIS as a sever platform, which has realized the construction of the network pl
显示全部