基于ASPNET的BBS项目设计与开发
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
目录
摘要 (1)
Abstract (2)
前言 (3)
第1章概述 (4)
1.1 BBS研究现状及课题意义 (4)
1.2 课题研究意义 (5)
第2章开发环境与主要技术简介 (7)
2.1 概述 (7)
2.2 C#语言介绍 (7)
2.3 DreamWeaver简介 (8)
2.4 访问数据库技术 (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为服务平台,实现了网络平台的构建,技术实现了动态网页的制作,以确保系统的安全保密,且易于维护。而后台的数据库则采用了SQL Server管理整个系统的后台数据。本系统的一个重要特点是界面友好,操作简单。
关键词:网上论坛;;C#;SQL Server 2005
BBS项目设计与开发
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 can't 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 platform. It’s ensured that the system is safe and easy to maintain of making of the dynamic webpage of using the technology. The backstage database has used the SQL Server to manage the backstage data of the whole system. An important characteristic of this system is that the interface is friendly, and easy to use.
Key words: BBS;;C#;SQL Server 2005