1、 1 摘 要 BBS 已经成为人们获取信息、发表言论的重要场所。它由论坛注册用户所发表的大 量主题组成。近些年来,随着校园网建设的发展,大学校园网 BBS 也越来越火,因此建设一 个好的 BBS 显得越来越有必要了.本文论述了开发一个简单的 BBS 系统所用到的关键技术 和方法。其中运用了ASP技术、ACCESS 数据库等等, 对上述技术的实现方法进行了详细 的讨论,介绍了在WEB 服务器上,利用ASP技术和ADO 等技术,实现了一个简单的BBS系 统的设计与开发,并详细讨论了该系统的实现过程及其结构。 关键字:论坛,基本功能,扩展功能,数据库,ASP 2 Abstract Forum and
2、 chat room has become for people to obtain information and the important place of expression.It published a large number of registered users by the Forum of themes.In recent years, as the development of the campus network, Internet forums and chat rooms, university campuses have more fire.So buildin
3、g a good forum and a chat room are becoming increasingly necessary. This paper discusses the development of a simple system to use chat rooms, forums and the key technologies and methods.With the use of ASP, ACCESS database and so on.The realization of the above methods are discussed in detail, intr
4、oduced a Web server.ASP and ADO, such as technology, a simple forums and chat rooms, the system design and development,and discussed in detail the structure of the system and its processes. KeywordS: Forum basic functions, and expanded database, ASP 3 目录 摘 要 . 4 Abstract . 4 1 绪论 5 1.1BBS 的发展背景 5 1.2 BBS 对大学生学习生活的影响 . 6 1.2.1BBS 提供了丰富的网络学习资源 6 1.2.2 BBS 促进了协作学习 . 6 1.2.3 BBS 提高了学生自主学习能力 . 6 2 软件介绍及基本原理 7 2.1 ADO 技术 . 7 2.2 开发环境及工具 8 2.3 ASP 有关的内置对象的设置. 8 2.3.1 Request 对象 8 2.3.2 Response 对象 8 2