基于BS的网络聊天室的实现 毕业论文.doc
文本预览下载声明
题 目 网络聊天室的实现
目 录
摘 要 I
Abstract II
第一章 绪论 1
1.1 本系统研究意义及国内外发展概况 1
1.2 本系统的设计目的、目标、应用执行机制、要求 2
第二章 开发环境与技术的介绍 4
2.1 开发环境 4
2.1.1 硬件环境 4
2.1.2 软件环境 4
2.1.3 环境配置 4
2.2 技术的介绍 5
2.2.1 ASP简介 5
2.2.2 ASP特点 6
2.2.3 ASP与传统数据相比较 7
第三章 需求分析 8
3.1 可行性研究 8
3.1.1 经济可行性 8
3.1.2 技术可行性 8
3.1.3 操作可行性 8
3.2 理解需求 8
3.3 需求分析 9
3.3.1 前台功能及页面逻辑结构 9
3.3.2 后台管理系统功能及页面逻辑结构 10
第四章 概要设计 11
4.1 系统总体设计 11
4.1.1 系统功能模块设计 11
4.2功能模块流程图 12
4.2.1登陆模块流程图 12
4.2.2聊天主页流程图 12
4.2.3管理功能模块流程图 13
4.3 体系结构图 13
4.4 系统建模UML 14
4.4.1 系统用例图 14
4.5 数据库设计 15
4.5.1 E-R图 15
4.5.2 数据表 15
第五章 详细设计 17
5.1 信息的组织、存储、共享的实现 18
5.2 登陆模块 19
5.3 在线人员列表模块 20
5.4 公共聊天和私聊功能模块 20
5.5 聊天内容自动刷新 23
5.6 用户资料管理 24
5.7 在线人员管理模块 24
5.8 聊天内容管理 24
5.9 表情功能的实现 25
第六章 系统测试 27
6.1 系统调试 27
6.1.1 Microsoft 脚本调试工具 27
6.1.2 启用调试 27
6.2 测试方法 28
6.2.1 单元测试 28
白盒测试 28
黑盒测试 28
6.2.2 组装测试 28
6.2.3 确认测试 28
6.2.4 系统测试 29
6.3 系统维护 29
总 结 30
参考文献(References) 31
致 谢 32
基于B/S的网络聊天室的实现
摘 要
随着互联网的飞跃发展,基于网络的应用层出不穷。ASP( Active Server Page)是一项较为成熟的Web技术。ASP功能强大、本领卓越,ASP功能的应用几乎没有什么限制,ASP是服务器端的脚本环境,可以开发动态的、交互的、高效的Web站点。
本文采用了软件工程学的方法实现了聊天室的系统设计与开发,简单介绍了ASP技术相关的基础知识,包括ASP的脚本语言、内置对象。详细地描述了各个模块的功能及实现方法。利用ASP技术开发聊天室,解决了如聊天自动刷新、框架网页与变量的传递、聊天界面、屏蔽等问题,对开发过程中的难点进行了分析和研究,并通过系统结构图,功能模块图等方式结合源程序形象地描述。所实现的聊天室具有良好的人机交互界面。
关键词:网络;聊天室;ASP;系统设计
Chatting room Based on B/S Of Design
Abstract
Go up the selection that the net becomes more and more people in being living at present the community that WEB is popular. In the wake of each other speedily developing of networking , the relevant electric network technique also emerges in an endless stream . Item new technique which developed in nowadays ASP in active Web Site being living ( Active Server Page ) even though the past few years . The ASP meritorious service capacity is powerful and the capability is excelling in , and what limit is not nearly there is when utilizing the ASP meritorious service capacity . ASP is the server sure enough scenario environment , and may open up the develo
显示全部