登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

简单的即时通讯工具的设计与实现毕业论文

 2022-06-28 10:06  

论文总字数:21464字

摘 要

随着社会发展,Internet也逐渐来到我们的生活,在日常的生活中对我们的影响也越来越大,涉及的方面也越来越多。网络存在与我们的生活、工作、学习中,它的影子无处不在。因此人们的生活节奏也越来越快,需要更快更高效的节奏来面对日常生活,其中工作效率的提高更显得尤为重要。

如今是科技迅速发展的21世纪,传统的工作模式也越来越不能满足现如今的发展需求,例如,在工作过程中难免会遇到同事间的交流以及信息交换,传统的工作流程就需要员工通过纸质文件甚至是当面来解决发生的一些问题,这样就很可能因为信息传递不够及时而产生一些不必要的麻烦,从而造成不必要的损失。

目前,许多企业的办公部门都急需提高工作效率,预防一些重要的事情往往无法通知相关人员,而不能得到及时的解决而造成事务积累越多,最终影响了办公效率。

所以一个高效的即时通讯工具就显得尤为珍贵了,本次开发的即时通讯工具可以实现员工之间即时的信息交流,不会出现占线等问题,即时的发送突发信息,从而解决公司或团体办公过程中出现因为交流不即时而产生的不必要的问题而带来的损失。

关键词: 网络 交流 效率 信息

Design and implementation of Network Communication System

Abstract

With the social development, Internet has gradually come to our lives, in our daily lives affect our also growing, more and more aspects involved.Web presence with us live, work, learn, and its shadow everywhere.So people are increasingly fast pace of life, the need for faster and more efficient to face the rhythm of daily life, including work efficiency even more important.Today is the 21st century, the rapid development of science and technology, the traditional mode of operation is now also increasingly unable to meet the development needs.For example, in the course of their work will inevitably encounter communication and information exchange between colleagues, traditional workflow requires employees and even face to face to resolve some problems that occur through paper documents, so it is probably because the transmission of information is not enough time to produce some unnecessary trouble, resulting in unnecessary losses.

Currently, many companies are in urgent need of office sector to improve efficiency, prevent some of the important things are often unable to notify the relevant personnel, and can not be resolved in a timely manner and cause more transactions to accumulate, and ultimately affect the efficiency of the office.

Therefore, an efficient tool for instant communication is particularly precious, this development can achieve real-time instant messaging exchange of information between employees, and other issues will not be busy, send instant bursts of information, so as to solve the company or group office exchange losses because of unnecessary problems arising not brought immediate emergence process.

Key words: Network; Exchange; Efficiency; Information

目 录

摘 要 I

Abstract II

目 录 IV

第一章 绪论 1

1.1 项目背景 1

1.2 项目开发意义 1

第二章 开发工具及开发环境 2

2.1 开发工具 2

2.1.1开发语言选用Java 2

2.1.2数据库:SQL Server 2005 2

2.1.3开发平台的选用 2

2.2 开发环境 3

2.2.1 硬件环境 3

2.2.2 软件环境 3

第三章 系统总体设计 4

3.1 可行性分析 4

3.1.1 技术可行性 4

3.1.2 经济可行性 4

3.1.3 社会可行性 4

3.1.4 操作可行性 5

3.2 系统设计思想 5

3.2.1 客户层的设计 5

3.2.2 服务层的设计 5

3.2.3 服务器与客户层设计规范 5

3.3功能模块 6

3.3.1 系统模块 6

3.3.2 服务器端模块 6

3.3.3 客户机端模块 7

3.4总体设计 7

3.4.1 实用性原则。 7

3.4.2安全性原则。 7

3.4.3易用性原则。 7

3.4.4可维护性原则。 7

3.5 主要模块设计 8

3.5.1 用户注册登录 8

3.5.2 聊天室选择模块 8

3.5.3 系统聊天界面 9

3.5.4 系统管理模块 10

第四章 数据库设计 11

4.1 数据库表的设计 11

4.1.1数据库表1设计 11

4.1.2数据库表2设计 11

4.1.3数据库表3设计 12

第五章 详细设计 13

5.1 系统界面 13

5.1.1 系统登录界面 13

5.1.2 系统聊天室选择 17

5.1.3 系统聊天主界面 17

5.1.4 聊天室用户显示界面 19

5.1.5 管理员聊天室管理界面 21

5.2 系统测试 23

5.2.1系统测试方法及流程介绍 23

5.2.2测试用例 23

5.3 相关重要代码实现 25

5.3.1服务器端实现代码 25

5.3.2 客户端的实现 27

结 论 30

参考文献 31

致 谢 32

第一章 绪论

1.1 项目背景

社会在发展,时代在进步,网络在我们日常生活中的占据的地位也越来越重要,涉及的方面也越来越多。在生活节奏如此只快的当代,需要我们更加快速高效的来应对日常生活中的一些事物,当然工作中以效率的占据主要地位。

在如今高度注重效率的社会环境下,传统的生活工作方式也越来越难以适应现如今社会的发展需求。例如,在工作过程中难免会遇到同事间的交流以及信息交换,传统的工作流程就需要员工通过纸质文件甚至是当面来解决发生的一些问题,这样就很可能因为信息传递的不够及时发产生其他的一些不必要的麻烦,从而造成不必要的损失。

请支付后下载全文,论文总字数:21464字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图