在线聊天室的设计与实现[独家原创].doc

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

在线聊天室的设计与实现[独家原创],在线聊天室的设计与实现design and implementation of online chat rooms1.22字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 网络的出现,不仅改变了人们使用计算机的方式,也改变了人们生活的方式。特别是21世纪,是个信息化的时代,信...
编号:99-481703大小:808.36K
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

在线聊天室的设计与实现
Design and implementation of online chat rooms

1.22字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 网络的出现,不仅改变了人们使用计算机的方式,也改变了人们生活的方式。特别是21世纪,是个信息化的时代,信息的交流量也与日俱增,人们的生活、工作等已经越来越离不开网络和信息。在互联网高速发展的时代,人们更倾向于随时随地的交流。如何与别人更好地交流, 是当前人们普遍关心的问题。,人们越来越多的迫切需要一种可以易于维护、易于交流而且可以发布多媒体信息的平台,那就要用在线聊天室系统。
在线聊天室是网络用户最喜欢的Web应用程序。借助聊天室,用户可以即时地互通信息,交流思想。聊天室程序设计根据需求的不同可繁可简。本系统实现的是一个具有简易功能的聊天室,是使用JSP技术开发的动态网站。系统开发的任务主要包括前台界面设计和后台数据库管理系统设计。
本系统采用JSP语言作为开发工具,Eclipse编辑工具,后台数据库采用My Sql4.1数据库设计,利用基于JDBC的ODBC数据库访问技术实现对数据库的各种管理操作,实现聊天室的基本功能。本论文所介绍的聊天室是具有简易聊天功能的在线聊天室,可以实现基本的用户注册及登录功能,管理员登录,查看用户的登录时间,踢出一些用户,查看在线聊天用户等基本功能。
关键词:聊天室 JSP Eclipse My Sql JDBC ODBC数据库访问技术

Design and implementation of online chat rooms
Abstract Advent of the Internet has not only changed the way people use computers, but also changed the way people live.Especially in the 21st century, is the information age,the amount of information exchange is also increasing, people's life, work, etc.have become increasingly inseparable from the network and information.In the area of rapid development of the Internet,people are more inclined to communicate anytime, anywhere.How to better communicate with others,is that peopleare generally concerned about the current problem.People increasingly urgent need for a way to easy to maintain,easy to communicate and publish multimedia information platform,then use the online chat room.
Online chat room website users like Web applications. With the help of the chat room, the user can timely exchange of information, exchange of ideas. Chat program design according to the needs of different can be simple or complex. This system is a simple function of the chat room, is a dynamic website using JSP technology. The main task of system development including the design of interface design and database management system.
The system uses JSP language as the development tool, Eclipse editing tools, background database using My Sql4.1 database design, using the access technology of the various database management operations based on the JDBC ODBC database, achieve the basic functions of the chat room.This thesis describes a chat roomisan online chat room with a simple chat feature, you can achieve the basic user registration and login function, the administrator login to view the user's login time,kicked some users to view online chat users, and other basic functions.
Key words Chat rooms, JSP, Eclipse, My Sql, JDBC, ODBC database access technology

目录
第一章 引言 1
1.1 课题背景 1
1.2 课题意义 2
1.3 研究现状 3
第二章 系统相关技术介绍 4
2.1 在线聊天室系统运行环境 4
2.2 聊天室技术介绍 4
2.2.1 JAVA开发语言介绍 4
2.2.2 JSP网页语言介绍 5
2.2.3 ECLIPSE编辑工具介绍 6
第三章 系统分析 7
3.1 系统任务目标 7
3.2 系统需求分析 7
3.2.1 在线聊天室系统具体功能说明 7
3.3.2 在线聊天室系统功能模块说明 9
3.3 可行性分析 9
3.3.1 经济可行性 9
3.3.2 技术可行性 9
3.3.3 操作可行性 10
第四章 系统设计 11
4.1 系统总体设计 11
4.2 系统模块设计 14
4.3 数据库设计 15
4.3.1 数据库表设计 15
4.3.2 系统逻辑模型 17
第五章 系统实现 19
5.1 模块实现方法 19
5.2 核心代码及系统运行界面 19
5.2.1登录和注册界面模块 19
5.2.2 选择聊天室列表界面 22
5.2.3 聊天室主界面模块 23
5.2.4 管理员功能界面 27
结术语 30
致谢 31
参考文献 32