摘 要随着计算机网络应用的逐渐普及,网络已经成为人们掌握信息,沟通信息以及管理信息必不可少的重要工具。实时通信的出现给人们带来了极大的便捷,同时也带来了时间和经济上的节约。如今,网络即时通信已经逐步进展成为应用于各行各业的信息沟通工具。通过设计和实现一款集即时通信与人事管理于一体的网络应用程序,讨论并分析在 TCP/IP 协议的基础上设计并实现一个 C/S 结构的即时通信系统的详细过程。首先,介绍网络即时通信开发的必备技术知识,包括常用的即时通信系统的客户端和服务器端的通讯协议,以及即时通信系统的功能设计、系统结构模式设计、数据信息设计等。其次,分析和设计客户端与服务器端之间的通信协议,以法律规范系统中端与端的数据传输过程。然后,对系统中最重要的部分即网络传输控制模块,进行详细的设计说明以及简单的实现方案的阐述,最后,描述即时通信系统整体的逻辑处理流程,以及该系统在人事管理方面的功能实现,以及其他部分已通过测试服务器程序测试的客户端程序代码。即时通信系统的设计与实现在企业建立自己特色的集信息管理和即时通信为一体的内部应用软件方面具有一定的应用前景。关键词:即时通信 网络应用程序 TCP/IP 通信与办公系统AbstractAs the widespread of web application, internet has become the indispensable tool for information acquisition , communication and management. The advent of real-time communication has brought people great convenience as well as saving time and money. Nowadays, web-based real-time communication has been developed to a communication tool for many fields.Analyzes and discuss the process of designing and implementing a real-time communication system of C/S structure based on TIP/IP protocol, through designing and implementing a network application combined the functions of instant communication tool and also a personnel management tool. First, to introduce some necessary technical knowledge and the functional designing 、 system structure module designing and data information designing of development of the IM system. Second, analyze and design the commu...