bbs论坛的设计及实现论文

上传人:Bod****ee 文档编号:47543878 上传时间:2018-07-02 格式:DOC 页数:71 大小:941.53KB
返回 下载 相关 举报
bbs论坛的设计及实现论文_第1页
第1页 / 共71页
bbs论坛的设计及实现论文_第2页
第2页 / 共71页
bbs论坛的设计及实现论文_第3页
第3页 / 共71页
bbs论坛的设计及实现论文_第4页
第4页 / 共71页
bbs论坛的设计及实现论文_第5页
第5页 / 共71页
点击查看更多>>
资源描述

《bbs论坛的设计及实现论文》由会员分享,可在线阅读,更多相关《bbs论坛的设计及实现论文(71页珍藏版)》请在金锄头文库上搜索。

1、BBSBBS 论坛的设计与实现论坛的设计与实现摘摘 要要论坛也称为 BBS,BBS 是 Bulletin Board System 的缩写,意思是电子公告版,一种在Internet 上常见的用于信息服务的 Web 系统,它的主要服务是用来帮助浏览者相互沟通、吸引用户、服务用户的。他起源于 20 世纪 80 年代初,最初只是用于发布公告信息和讨论问题的在线交流平台,后来随技术的发展与网络的普及功能越来越强大。由于得到了广大网友的欢迎,越来越多的商业网站开始重视论坛,把论坛作为与用户交流的平台和在线技术支持与服务的平台。本文主要采取 ASP 为开发技术,并使用了一些 VBScript 语言来实现论

2、坛基本功能。为了简化架设的实现,采取 Microsoft 公司的 Access 作为数据库平台,这样在单机上架设一个简单的论坛几乎不需要安装任何程序。本文设计的流程是从系统的需求分析开始,确定系统的流程与设计,到模块的划分,再到数据加结构的设计,最后开始每个模块的编程与开发。关键字关键字: :BBS,论坛,贴子AbstractThe Forum is also known as BBS, BBS is an acronym for Bulletin Board System, which means the electronic version of the bulletin, on the

3、Internet in a common Web services for information systems, its main service is to help visitors communicate with each other to attract Users of the service users. He originated in the early 1980s, initially announced for the information and discuss issues on-line exchange platform, along with the te

4、chnology and the popularization of networks more and more powerful features. As a result has been welcomed by the majority of users, an increasing number of commercial sites paying attention to the Forum, the Forum as a platform for exchanges with users and online technical support and services plat

5、form. This article taken for the development of ASP technology, and used some of the VBScript language to achieve the basic functions of the Forum. In order to simplify the realization of the set to take Microsofts Access database as a platform for such a stand-alone in the forum to set up a simple

6、almost do not need to install any program. In this paper, the design process from the beginning of systems analysis to determine the processes and systems design, divided into modules, to increase the data structure design, the beginning of the end of each module of programming and development. Keyw

7、ord: BBS, a forum post目目 录录第一章 系统功能设计.1 11.1 引言 .11.2 需求分析 .11.3 功能设计 .31.4 扩展功能设计 .5第二章 系统架构与数据库设计.7 72.1 功能模块的划分 .72.2 数据库设计 .102.2.1 需要建立的数据表.102.2.3 数据库表结构的详细设计.11第三章 基本设计.22223.1 论坛首页设计 .223.2 数据库连接函数 .24第四章 模块的实现.26264.1 用户模块 .264.1.1 用户的登陆.264.1.2 用户的注册.284.1.3 浏览其他用户信息.314.2 版面与公共信息模块 .324.2

8、.1 版面浏览.324.2.2 公共信息模块.334.3 帖子模块 .334.3.1 发布、修改、删除帖子.344.3.2 帖子浏览模块.364.3.3 帖子搜索模块.394.4 管理人员模块 .414.4.1 系统参数设置.424.4.2 用户授权.424.4.3 数据库的备份与还原.43第五章 论坛的架构.44445.1 安装环境和参数设置 .445.2 运行论坛 .46第六章 结论.4848参考文献.4949致 谢.5050附录 BBS 的介绍.5151第一章第一章 系统功能设计系统功能设计1.11.1 引言引言随着网络的越来越普及,人们越来越关于这样一种交流平台论坛。很多商业网站都开设

9、自己论坛来提供交流和服务,也有很多的个人网站和个人论坛的出现,论坛已经不光是一种交流平台,甚至是成为了实现自我价值的一个舞台。正因为论坛越来越重要,所以论坛的维护也变成了一种职业,而更好的维护则需要从设计这个层面来了解和进行。在论坛里大家最熟悉的就是用户浏览论坛中已有的内容,针对别人的主题展开讨论,也可以发表自己的观点供大家品评。同时为了防止用户发布一些不健康不合法的内容,需要有管理人员来对这些内容进行删除、修改。而且用户想在论坛发布信息则要求他注册,这样来控制用户发布信息和方便管理者操作用户的信息。论坛也要有多个版面和分区,用来区分各种帖子的内容范畴,方便整理和管理。所以论坛的基本功能就是要实现用户的数据库管理和帖子的数据库管理,以及怎么样让这些数据库和网页的操作联系起来。1.21.2 需求分析需求分析要设计一个一个论坛,首先要分析论坛里需要那些内容,以及各种内容之间的关系。首先列出论坛常用的名词:用户、版面、公共信息、帖子、主题、积分、称号、版主、注册信息、管理员、系统参数。对于以上名词可以精简。主题是帖子的一个特例、积分和称号是用户的一个属性、版主是增加了权限的用户,注册信息是用户的具体属性。所以具

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号