搜索资源列表
-
0下载:
基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information
-
-
0下载:
用java写的聊天室源码,含有客户端和服务器端的jar文件。运用到多线程和socket技术-With java source code written in the chat room, which contains client and server-side jar file. Applied to multi-threaded and socket technology
-
-
0下载:
轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
-
-
0下载:
socket聊天程序,传输文件,含有server和client两个界面,功能还算齐全-socket chat program, transfer files, containing both server and client interface, is still fully functional
-
-
0下载:
JavaHelloworld flash socket聊天服务端-JavaHelloworld flash socket chat server
-
-
0下载:
使用SOCKET制作的聊天工具服务器端。-SOCKET produced by the use of server-side chat.
-
-
0下载:
客户端与服务器之间的文件传输和聊天,这里只是四个文件,可以实现多次传输功能 -Between the client and server file transfer and chat, where only four documents, you can achieve multiple transmission
-
-
0下载:
这是一个基于Socket的简单的聊天程序,有一个客户端和一个服务端-This is a simple Socket-based chat program, a client and a server
-
-
0下载:
客户端与服务器之间进行多发多收的聊天功能- Between the client and the server for multiple gathered much chat function
-
-
0下载:
在java程序中,聊天程序运行的时候客户端和服务器端的连接情况以及其运行情况。-In the java programming, chat program at run-time client and server-side connection and its operation.
-
-
0下载:
实现了java环境下一对一的私人聊天功能-import java.io.*
import java.awt.*
import java.awt.event.*
import javax.swing.*
import java.net.*
public class ChatClient implements ActionListener
{
private Panel panel
private JTextArea said
priva
-
-
0下载:
Source code for a chat between 2 computers using socket in Java.
-
-
0下载:
聊天程序主要利用Java网络包中的服务器套接字和客户端套接字实现,其核心部分的实现思路如下:
服务器根据指定的端口创建服务器套接字,并在该端口侦听连接请求;
每一个新加入的客户端创建客户端套接字,与服务器进行连接;
每一个连接在服务器有一个连接池保持连接;
当其中的一个客户端发出群聊或者上线下线信息后,对应的连接的服务器程序在接收到该消息后,向其所维持的所有的客户连接广播该消息。当客户端发出单独聊天,文件传输等需要发给指定用户的消息时,服务器端遍历连接池找到对应客户端,将消息单独
-
-
0下载:
简单实现java socket里面的服务端和客户端。用户状态信息,在线人数等-Simple implementation of java socket inside the server and the client. User status information, such as number of online
-
-
0下载:
使用JAVA开发的网络聊天程序,带有UI界面以及客户端和服务器端的全部代码,适合于课程设计和JAVA的Socket编程学习,通信协议为IP。-Developed using JAVA network chat program , with all the code UI interface and client and server side , suitable for curriculum design and JAVA Socket Programming learning , commu
-
-
0下载:
Socket和SocketServer客户端和服务端互相通信-Socket and SocketServer client and server communicate with each other
-
-
0下载:
基于socket编写的聊天小程序,分服务器端和客户端-Socket-based chat small procedures at the server and client
-
-
0下载:
JAVA语言实现的简易的聊天程序,分为客户端和服务端,主要基于socket套接字,进行网络编程-JAVA language of the simple chat program, divided into client and server based mainly on socket socket network programming
-
-
0下载:
对数据封装中,TCP协议中Socket模型的客户端和服务器端进行Java编程。-The data package, the client and server-side TCP protocol Socket Java programming model.
-
-
0下载:
基于socket的局域网聊天系统
使用图形用户界面;客户之间可以进行聊天,具有普通聊天程序的基本功能。
-Lan chat system based on socket using the graphical user interface customer can chat with each other, with a common basic functionality of the Chat program.
-