1、 1 本 科 毕 业 设 计本 科 毕 业 设 计 ( 论 文 )( 论 文 ) 题 目 基于 Web 的聊天室构建 系(院) 计算机工程系 专 业 电子信息科学与技术 班 级 081 学 号 学生姓名 指导教师 毕业设计(论文) I 摘摘 要要 聊天室是 Web 站点提供的常用服务之一,它给网络用户带来了在线实时交流 的机会,而且使用起来不需要安装专门的聊天软件,只需要浏览器即可。Web 聊 天室系统由于其方便、灵活和易于使用的特点而广受欢迎。 本文论述了开发一个简单的 Web 在线聊天室系统所用到的关键技术和方法。 其中运用了 JavaScript、MySQL 数据库等等, 对上述技术的实
2、现方法进行了详 细的讨论,B/S 模式等,实现了一个简单的 Web 在线聊天室系统的设计与开发,并 详细讨论了该系统的实现过程及其结构。 关键字关键字:聊天室,数据库,B/S 模式 毕业设计(论文) II AbstractAbstract ChatRoom is one of ordinary services of the website. It gives users the opportunity to communicate on the network every time.And it only depends on web browser, so you dont have to
3、 install any special software on your computer. ChatRoom are widely welcomed for its wonderful feathers such as conveninence and flexibility and easy usability. This thesis introduces the critical technology and method to build a simple ChatRoom, such as JavaScript、Oracle DataBase and so on. To the
4、technology mentioned above there are many detailed descriptions in this thesis. Also this thesis gives detailed description to the B/S model and the process to design and build a simple online ChatRoom. Key Words: ChatRoom,DataBase,B/S mode 毕业设计(论文) i 目目 录录 前 言 . - 1 - 第一章主要技术 . - 3 - 1.1 JSP 服务器技术 - 3 - 1.2 JavaBean 技术 - 4 - 1.3 Servlet 技术 . - 5 - 1.4 Eclipse 开发工具 - 6 - 1.5 Tomcat 应用服务器技术 - 8 - 1.6 MySQL 数据库 . - 8