【网学提醒】:本文主要为网上学习者提供基于ASP网络聊天室的实现,希望对需要基于ASP网络聊天室的实现网友有所帮助,学习一下吧!
资料包括: 论文(24页9559字) 源码
说明:【摘 要】
在当今WWW风行的社会里,上网成为越来越多人们的选择。随着互连网的飞速发展,有关的网络技术也层出不穷。现今活跃在WEB站点中的ASP就是近年才发展起来的一项新型技术。ASP功能强大、本领高强,利用ASP功能时几乎没有什么限制,可以实现动态页面。本文主要介绍了ASP技术相关的基础知识,并探讨了建立聊天室的设计思想、方法及设计过程,详细地分析了各个模块的功能及实现方法。本文所实现的聊天室具有良好的人机交互界面 ,经过调试
链接,证明可应用于不同网站。
【关键词】 聊天室,数据库,对象,WEB,Access,VBSCRIPT,JAVASCRIPT
【Abstract】
ASP is a quite new technique which is popular in WWW because of its powerful ability and little limitation in dynamic webpages. basic knowledge about ASP is introduced in this paper. ideology, method and designation of a chatroom are investigated; each component are discussed in function and realization method. a chatroom with friendly ppl-computer interface and reasonable database structure is implemented and tested in this work, enabling users to chat, to display chaters automatically, to start a new room, and also enabling monitoring administrators monitoring rooms.
【keywords】Chatroom,Datebase,Object,Web,Access,VBScript ,JavaScript
目录:引言……………………………………………………………………………………………3
第一章 概述……………………………………………………………………………………4
1.1 ASP技术……………………………………………………………………………………4
1.1.1 ASP技术的产生及其优越性……………………………………………………………4
1.1.2 ASP的基本对象…………………………………………………………………………5
1.2 Active Data Object (ADO) 简介……………………………………………………………6
1.3 聊天室运行环境…………………………………………………………………………7-8
第二章 聊天室软件需求分析…………………………………………………………………9
2.1 聊天室功能说明……………………………………………………………………………9
2.2
程序总流程图………………………………………………………………………………9
第三章 软件实现………………………………………………………………………………10
3.1 global.asa 设计说明………………………………………………………………………10
3.2 Default.htm设计说明………………………………………………………………………11
3.3 main.asp设计说明……………………………………………………… …………………11
3.4 display.asp 设计说明………………………………………………………………………11
3.5 disp.htm 设计说明…………………………………………………………………………12
3.6 message.asp 设计说明……………………………………………………………………12
3.7 logoff.asp 设计说明………………………………………………………………………13
第四章 调试与维护…………………………………………………………………………13-17
第五章 结束语…………………………………………………………………………………17
参考文献…………………………………………………………………………………………18
附录(源
程序代码)…………………………………………………………………………18
作者点评:在本次毕业设计中,我通过自己动手设计了一个功能较为完善的网络聊天室。在设计过程中,我通过查阅大量有关
资料、与同学交流经验、自学、并向老师请教等方式使自己学到了不少有关知识,并大大地提高了动手能力。使我充分体会到了在创造过程中的探索的艰辛和成功的喜悦。虽然该聊天室的功能还不很完善,但是在设计过程中所学到的东西是这次毕业设计的最大收获和财富,使我终身受益,感谢老师和同学给我的精心指导。