基于asp与bbs论坛系统的管理与设计论文.doc

约37页DOC格式手机打开展开

基于asp与bbs论坛系统的管理与设计论文,摘 要为了方便师生信息的交流,在结合动态服务网页(asp)和access2003 技术之下开发了这个快截、界面友好的师生交流系统。论坛使用动态服务网页(asp)技术建设论坛的骨干框架,使用access2003制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经验。该...
编号:45-206101大小:920.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 wanli1988go 发布

摘 要



为了方便师生信息的交流,在结合动态服务网页(ASP)和ACCESS2003 技术之下开发了这个快截、界面友好的师生交流系统。论坛使用动态服务网页(ASP)技术建设论坛的骨干框架,使用ACCESS2003制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经验。

该论坛功能较齐全,在这里可以自由地发表自己的观点和对论坛的主题发表意见,我们还可以对网友的问题及时地解决,获取对自己有用的知识。该论坛还有一些特殊的功能,如在线人员显示、强大的搜索功能。

经调试,这个论坛完全可以成为一个很好的师生交流平台,充分利用有限的教育资源,提高资源利用率,同时又能活跃学习氛围,使学习、工作更加方便。

关键词:动态服务网页,论坛,用户管理

































Abstract



In order to facilitate the teachers and students information the exchange, in unified ASP and ACCESS2003 under the server technology has developed this quick truncation, the contact surface friendly teachers and students alternating-current system. The forum uses the ASP technology construction forum the backbone frame, uses the ACCESS2003 manufacture system the database, realized a function relatively complete forum system, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.

  This forum function is complete, may freely express own viewpoint in here and express the opinion to the forum subject, we also may promptly solve to net friend's question, gain to the oneself useful knowledge. This forum also has some special functions, like the on-line personnel demonstrates, the formidable search function.

  After the debugging, this forum definitely may become very good teachers and students to exchange the platform, the full use limited education resources, raise the resources use factor, at the same time can actively study the atmosphere, causes the study, the work to be more perfect.

Keywords: Active Server Pages, BBS, user management















目 录

第1章  绪论 1

1.1选题背景 1

第2章  系统技术及运行环境 3

2.1 ASP技术简介 3

2.2 ACCESS2003 技术简介 3

2.3利用ADO访问数据库 4

2.4 SQL语句简介 6

2.5 IIS简介 7

2.6 运行环境 8

第3章 需求分析 9

3.1 编写目的 9

3.2 任务目标 9

3.2.1 基本性能 9

3.2.2 开发目标 9

3.2.3 应用目标 10

第4章  总体设计 11

4.1系统设计思想 11

4.1.1网上论坛系统说明 11

4.1.2网上论坛系统总体分析 11

4.2数据库设计思想 12

4.2.1数据库的选择 12

4.2.2数据库设计 12

第5章 详细设计 16

5.1 用户注册功能 16

5.1.1人机界面 16

5.1.2 操作流程图 17

5.2 会员发帖功能 18

5.2.1人机界面 18

5.2.2 操作流程图 19

5.3 版主管理帖子功能 20

5.3.1人机界面 20

5.3.2 操作流程图 21

5.4 管理员管理论坛功能 22

5.4.1人机界面 22

5.4.2 操作流程图 23

第6章 编码实现 24

6.1选择编程语言 24

6.2 论坛注册功能 25

6.2.1代码实现 25

6.2.2测试 29

总  结 30

参考文献..........................................................31

致  谢 32