搜索资源列表
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
hero_java345887622
- icq聊天,适合初学者先运行服务器端再运行客户端,-,Java,ICQ/聊天/ICQ-IM-Chat-icq chat for beginners first running server runs the client, -, Java, ICQ / chat / ICQ-IM-Chat
Client-Server-based-Security-Comunication-Tool
- 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
JAVA-QQ
- JAVA语言编写的聊天软件,有服务器端及客户端。 支持基本聊天、语音聊天、传文件,服务器端使用ORACLE数据库,可实时监测在线状况、强制下线等。-Chat software written in JAVA, there are server-side and client side. Supports basic chat, voice chat, transfer files, use the ORACLE database server, real-time monitoring of o
jTalker0-0-2
- Java写的多线程即时通信工具Server,用telnet作为客户端.-Written in Java multi-threaded real-time communication tools Server, use telnet as a client.
chat
- 用JAVA实现的一个聊天室源代码,一个SERVER.JAVA一个CLIENT.JAVA-JAVA achieved using a chat room source code, a SERVER.JAVA a CLIENT.JAVA
KMSN
- 用Delphi写的MSN界面程序,其实用Delphi来实现界面是效率最高的。所以非常适合来开发客户端,服务器端可以考虑用Java.这个程序是我自己模仿MSN写的客户端程序。-Using Delphi to write the MSN interface procedures, in fact, to achieve the interface with Delphi is the most efficient. So well suited to the development of clien
IP
- 聊天室客户端和服务器端,实现帐号登陆和聊天记录-Chat client and server, the realization of landing and chats Account
MsgSend
- socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
java_chatroom
- 基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
JavaIM
- 利用Java开发的IM即时通讯程序,分为client和server,具备文件传输功能,包含源程序及生成的类文件-Java development using IM instant messaging program, divided into client and server, a file transfer features, including source code and generate the types of documents
MyQQ
- 简单的QQ聊天系统,实现客户端和服务器端的简单聊天系统-QQ simple chat system for client and server chat system of simple
1_080719192757
- 类似QQ的聊天系统,包括客户端和服务器端有论文和源码-QQ chat similar systems, including client and server-side there are papers and source code
java
- 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
qq
- 简易的QQ程序代码 , 有客户端,服务器程序-easy qq CODE,have sever and client ,is very easy
udp-chat
- 实现UDP下的聊天室,用户端的端口是根据系统时间进行计算得到的,使用时若是出现冲突要重复尝试即可-Chat room under the UDP to achieve the client' s port is calculated according to the system time, the use of conflict if you can try to repeat
JavaTalk
- J2me即时聊天软件,有服务端,和客户端两部分组成。能实现手机与手机的聊天功能-J2me instant messaging software, server, and client of two parts. Enables mobile phone and mobile phone chat
java-chat-program
- java简单的聊天程序,运行环境(JRE 1.5或以上版本),包含服务端源代码和客户端源代码。-simple java chat program, runtime environment (JRE 1.5 or later) that contains the source code server and client source code.
chat_everywhere-client-java-1.0.0.tar
- 基于JAVA的 网络即时通讯系统 实现了类似与QQ的聊天基本功能