搜索资源列表
-
0下载:
本程序是用JAVA写的,是一个算是简单的聊天程序,实现了客户机跟服务器的对话。可作为其他程序的子程序使用和作为JAVA初学者的参考程序。-this program is written in Java, is regarded as a simple chat program, to achieve a client with the server dialogue. Other procedures can be used as a subroutine and use as a refere
-
-
0下载:
客户端,服务器端的连接,用于一个简单的聊天室,实现两端的交互.-client, server connectivity for a simple chat room, to achieve two ends of the interaction.
-
-
3下载:
一个简单的用java编写的聊天工具,用socket类处理通信部分
1.
运行server.bat
或在命令行下输入(要在工作目录):
java -jar Chat.jar 8888
打开服务器 8888也可以改为任意端口号
2.
运行client.bat
或在命令行下输入(要在工作目录):
java -jar Chat.jar
打开客户端
3.
主要类说明:
Server.java 等待用户连接,连接后为当前用户创建ServerLi
-
-
0下载:
一个用java实现的聊天软件,很具有参考价值,分客户端和服务端,简单明了,希望对大家有用。-with java achieve a chat software, it is very valuable, and at the client and server, simple and clear, We hope that the right useful.
-
-
0下载:
一个基于Java编写的Socket程序,提供简单的FTP功能实现
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.
Knowledge of socket programming, applet, AWT, thread, and IO str
-
-
0下载:
本实例是一个简单的网络五子棋程序。程序由两个部分组成:一部分为服务器端,另一部分为五子棋客户端。其中服务器端以消息方式完成客户端的管理,客户端支持对弈和聊天。-This example is a simple network Gobang procedures. Procedures consist of two parts: a part for the server side, the other part for Gobang client. One server-side manner
-
-
0下载:
聊天系统雏形,包括服务器端,和客户端。代码很简单-Embryonic form of chat system, including server-side, and the client. Code is very simple
-
-
0下载:
模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
-
-
0下载:
A simple TCP chat between server and client
-
-
0下载:
简单的QQ聊天系统,实现客户端和服务器端的简单聊天系统-QQ simple chat system for client and server chat system of simple
-
-
0下载:
简易手机聊天软件,socket实现。需要一个手机做server,同时支持多个client-Simple mobile chat software, socket implementation. Need a phone to do server, while supporting multiple client
-
-
0下载:
利用JAVA语言制作一个聊天室,采用的是客户/服务器。功能是:实现简单的聊天室功能。-JAVA language used to make a chat room, using the client/server. Function: simple chat room feature.
-
-
0下载:
一个简单的Java实现的局域网聊天程序,代码不复杂,可给初学者参考。注:选运行服务器程序,即:ChatServer,然后再运行客户端程序,即:ChatClient,运行客户端程序时所带的参数就是客户端名。ip地址需在源文件中设置。-A simple Java implementation of LAN chat program, the code is not complex, can give advanced users. Note: Select to run the server pro
-
-
0下载:
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.
-
-
0下载:
用java开发的简单的聊天工具,包括服务端 客户端-With the development of a simple java chat tools, including client server
-
-
0下载:
用java开发的简单的聊天工具,包括服务端 客户端-With the development of a simple java chat tools, including client server
-
-
0下载:
java Socket API实现简单聊天室,分为服务器和客户端,当有客户端加入聊天时客户端保存其信息,供以后使用-java Socket API simple chat room, into the server and client, when a client joins a chat client to save their information for later use
-
-
0下载:
简单的聊天小程序。提供了基本的聊天的功能,通过此例能学习java中如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识--Simple chat applet. Provides basic chat functionality through java in this case to learn how to use the Socket server and client to establish procedures and inter-process sched
-
-
0下载:
本资料是一个使用java socket开发的简单的聊天程序(包括服务器和客户点,带窗口),是学习java网络编程的入门级例程,使用eclipse环境,本人亲自调试通过-This information is a simple chat program developed java socket (both server and client point with a window), the entry-level routines to learn java network programmi
-
-
0下载:
简单的Java聊天项目,是采用JavaSwing编写的,分为服务器端和客户端,服务器端要输入端口号,客户端主要是用户列表和信息列表。-Simple Java chat program, is the use of JavaSwing written into the server and client, server-side to enter the port number, the client is the user list and the main message list.
-