1、 课程设计报告 2013-2014 学年度第 二 学期 题目: BBS论坛建设 目录目录 摘要 3 一、BBS 论坛的开发环境和技术 5 1、BBS 论坛建设的目标 5 2、ASP.NET 概述 5 3、c#语言介绍 6 4、ASP.NET 访问数据库技术 . 8 5、系统运行环境 10 二、 BBS 论坛功能设计 . 10 1. 个人中心管理系统 . 10 2. 后台管理子系统 . 11 三、 数据库链接逻辑关系设计 . 11 1、数据库各表结构 11 2、论坛系统流程图 15 3、论坛系统数据库设计整体 E-R 图 . 16 4、数据库表的关系图. 18 四、BBS 论坛系统的开发实现 1
2、9 1、前台功能 . 19 2、后台功能 . 23 五、总结. 27 摘要摘要 论坛系统 BBS(Bulletin Board System 电子公告牌系统)是互联网 上一种人与人之间交流的必备工具。 论坛系统是互联网上的一种应用 服务模式,通过这种服务,互联网用户可以在上面浏览到其他用户发 表的各种主题、文章、问题等内容,并且用户可以在上面针对某个具 体的内容即时地发表自己的观点、看法、议论等,或者直接发表自己 的文章、问题、图片或其它内容。由于 BBS 的这种特点,全球的用 户都可以随时随地地进行交流,从而真正的做到全球信息的交流。在 Internet 的发展中论坛的作用将是无法替代的。
3、本系统的设计的是一个学校计算机学习论坛。它是基于 HTML 语言,并且采用 C#语言作为后台的编程语言,Microsoft visual studio .NET 2008 作为开发工具, 以 IIS 为服务平台, 实现了网络平台 的构建,ASP.NET 技术实现了动态网页的制作,以确保系统的安全 保密,且易于维护。而后台的数据库则采用了 SQL Server 管理整个 系统的后台数据。本系统的一个重要特点是界面友好,操作简单。 关键词:网上论坛;ASP.NET;C#;SQL Server 2005 BBS project design and development Abstract: BBS
4、 (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 specif
5、ic 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 f
6、unction 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 platform. Its ensured that the system is safe and easy to maintain of making of the dynamic webpage of using