欢迎来到天天文库
浏览记录
ID:14979481
大小:1.01 MB
页数:41页
时间:2018-07-31
《基于java的聊天室程序的开发与研究(整理版)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、基于Java的聊天室程序设计CHATROOMPROGRAMMINGBASEDONJAVA专业:计算机科学与技术姓名:指导教师姓名:申请学位级别:学士论文提交日期:学位授予单位:天津科技大学摘要网络聊天室是一种应用广泛的网络聊天方式,操作简单,功能丰富,是教学和学习面向对象的编程思想的理想项目。可以使用多种编程语言和开发功能完善网络聊天室。本毕业设计论文介绍用Java语言设计和实现一个网络聊天室的过程,本系统采用C/S架构设计,整个项目分为服务器端和客户端。使用最新Java2标准Swing组件,开发出简洁美观和布局合理的用户和服务器界面;利用Socket网络开发急速实现客户端
2、和服务器端的连接访问,实现网络功能;通过对数据流操作的合理设计,实现信息传递、接受和数据保存。同时采用多线程、多任务的设计思想开发出性能稳定,功能全面的服务器。完整的实现系统的功能。该聊天室工具主要解决了两方面的问题。服务器端和客户端。在服务器端可以实现如下功能:能够处理用户的注册;通过身份验证方式处理用户登录;可以向所有在线用户广播信息;对于不良聊天人士给予警告或者赶出聊天室;删除长久不使用的用户信息;配有操作文档;及时接收用户的服务请求帮助。在客户端可以实现如下功能:聊天信息的传输,支持私聊,支持表情等功能。关键词:聊天室;Java;Swing组件;Socket技术IA
3、BSTRACTThenetworkchatroomisakindofappliedextensivenetworkchatmethod,operateincaseandthefunctionisabundant,ItcanbeusedasagoodcaseforlearningofJavadesignlanguageandtheObject-OrientedProgramminglanguage,Thereismanyprogramminglanguageofdesigntodevelopanetworkchatroomwithperfectfunction.Thisgra
4、duationthesisofdesignintroductionhowtousetheJavalanguagedesignandcarryoutnetworkchatroom,ThesystemadoptiontheC/Sstructuredesign,thewholesystemisdividedintotheserverandclient.UsedstandardmodulesofSwingoflatestJava2,developasimpleanddirectbeautyuserinterface,WemakeuseoftheSockettechnologytoi
5、nterconnecttheserverandclientbynet-work;organizethedatabygooddesignofdatastreamtosentoracceptthemessagebetweenusersandtorecordthemessagefordataever;wealsousethemulti-threadtomaketheprogramwithmanyfunction.Thischatroom’stoolwillsolvetwomainproblems,oneisserverandtheotheriscustomer.Itwillobt
6、ainfollowingfunctionswithserver:handingtheregistrationofcustomer;passingverificationofbodymethod;processingcustomerlogging;broadcastinginformationtoon-linecustomers;warningandevictingbadchatpersonageoutofchatroom;deletinglong-lastthecustomerinformation;havingoperatingtext;acceptingcustomer
7、’sservingrequests.Itwillobtainfollowingfunctionswithcustomer:deliveringthechatinformation;supportingprivatechat;supportingthefacialexpression;ect.Keywords:chat;Java;Swingcomponent;Socket34目录第一章系统开发的意义及需求分析1第一节课题来源1第二节需求分析1第二章系统开发技术2第一节Java的网络功能与编程2第二节IP/TCP协议常
此文档下载收益归作者所有