搜索资源列表
Server多客户
- 该例是实现一个服务器,多个客户端之间的通信,采用了多线程机制。实现效率高-the cases is a server, a number of client communications between the use of multi-threaded mechanism. To achieve high efficiency
server-client
- 服务器-客户端 通信模拟.支持多线程,多用户
wangluo
- 用Java写的最基本的网络与客户端通信的实例,供初学者入门参考学习。
proSend
- 用SOCKET和SWING进行设计,实现JAVA服务器和客户端通信
udpDatagram
- UDP服务器和客户端通信的简单例子,但麻雀虽小,五脏俱全,适合于初学者。-UDP server and client communication simple examples, but Sparrow small, perfectly formed, and suitable for beginners.
src
- socket实现客户端和服务器端的通信 计算一个点到原点的距离-socket to achieve client and server computing a point of communication to the distance between the origin
javasocket
- 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。 这里应用到了同步,使两个线程可以操作同一个map。 -1. Socket communications: There are client and service side of the socket code. 2. Multi-threading: client and server uses one threa
UDP-chat
- UDP即时通信软件,下完直接能用,包括客户端和服务器端-UDP instant messaging software, can be used directly under the End, including client and server
ThreadedServer
- 计算机网络多线程编程 实现服务器客户端通信-Computer networks, multi-threaded programming client server communications
dadafaf
- 根据一个TCP网络应用,从需求出发,分析UDP协议及Java相关的类,进行TCP服务器端及客户端的设计并开发,实现两台机器的通信,能进行双方的会话,并在此基础上增加了界面设计以及事件处理部分,经过测试、调整,实现了一个基于TCP网络通信工具。 -According to a TCP network applications, from the needs analysis of UDP protocol and Java-related categories, to TCP server-s
JAVACHAT
- java聊天室,采用客户端服务器模式实现即时通信 -java chat rooms, client-server model used for instant communication
socket Test
- 学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
J2ME_ServerScoket_Test
- 一个讲解j2me 使用 serversocket和客户端通信的例子。-J2me on the use of a serversocket and examples of client communications.
server_client
- socket实现的Java实现的网络通信。在客户端和服务器端通过套接字数据流实现数据的传递。-socket implementation Java implementation of network communication. The client and server-side data via a socket stream data transfer.
Chat2
- java 聊天室,实现服务器端和客户端通信的程序-java chat rooms, to achieve a server-side and client communication procedures
Northwind
- 存储过程之jQuery分页源码 完成了一个很简单的Demo,《基于存储过程的Ajax分页》方案。客户端通信用的是jQuery1.2.6这个版本。在底层框架设计部分,采用的是动软反射工厂。那么就实现了真正的封装了业务。因为我们只会公开一个接口到表现层。而作为其他开发人员只需要用这个底层反射框架创建业务接口即可调用到我们设计的业务逻辑层。至此,我们的底层框架就设计完了。那么在表现层刚才也说了,采用的jQuery实现数据通信。那么,最后,我们的表现层和底层的一个管道采用的是httphandler,
liaotian
- java编写的局域网实时通信客户端,里面有源码和可双击运行的JAR文件,与之前传上去的服务端相应,是一套-java write real-time communications client local area network, which has source code and can double click to run the JAR file, and pass up the service before the end of the corresponding, is a
Client
- socket通信例子,类似QQ,实现客户端和服务器间的即时对话,对初学者有很大的帮助-Examples of socket communication, similar to QQ, between the client and server to achieve real-time dialogue is very helpful for beginners
mail
- 收发邮件 和部分功能)理论和实验研究内容:基于JAVA开发环境设计,实现电子邮件系统的基本功能,能创建用户,用户验证,用户登陆后能接收 发送 删除邮件等相关功能。软件要求功能完善无错,截面美观易操作 2)拟解决的关键问题:传统的E-mail应用模式多数基于C/S结构实现。基于这种模式的应用很明显的一个特征是,在使用客户端邮件工具之前,需要指定邮件服务器的主机地址和通信端口,这些工作对刚开始上网的用户会有一定的困难。 特色与创新之处 本论文是基于JavaMail的电子邮件系统的实
java客户端与python服务器简单通信
- java客户端与python服务器简单通信(The Java client simply communicate with the python server)