搜索资源列表
JavaNetTest
- 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and
ClientTest
- java socket编程客户端例子 简单的连接服务端,并发送一个数据包,然后接受数据包-java client socket programming examples of simple connectivity services side, and send a data packet. then receive a data packet
Java聊天室程序
- 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
socket
- 使用 php 來建立 socket 連線,傳送資料-Using php to create a socket connection, send data
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
java-socket
- 利用java的socket来实现发送和接受文件,一个小程序。-Using java implementation of the socket to send and receive files, a small procedure.
netctoss
- 电信计费项目 该系统在Sun Solaris下开发,运行于Apache Tomcat平台,采用J2EE架构,基于Struts、Hibernate、Spring技术或EJB组件技术以及Oracle 9i数据库系统。该系统后台主要由数据采集系统和数据整合系统提供支持,前台部分主要分为用户自服务管理,资费管理,用户管理,管理员管理,帐单管理,帐务管理6个模块。 该系统后台部分包括数据采集系统(包括采集模块和接受模块)和数据整合系统;它们实现的功能是:1.定期采集(次/小时)原始计费Log
SocketPHP
- Examples of PHP Socket programming: Get FTP folder contents Get Websites HTML code Get country of hostname Get SNMP Send SNMP-TRAP Making Telnet connections with PHP and Sockets
socket
- Socket 消息发送和文件发送简单源码-Socket send messages and files
socket
- 实现服务器和客户端的通信,可以接收和发送信息。-Realize the communication server and the client can receive and send messages.
Socket
- Socket 伺服器端与终端范例程式,Client 连线Server 传送讯息-Socket and terminal server-side code examples, Client Connection Server to send messages
zuboyanjie
- java中简单的组播套接。发送消息并接受。-the simple java multicast socket. Send and receive messages.
CS1
- 通过socket来发送信息,并且转发给用户,或者将信息群发给各个在线的用户-Use socket send and receive information , a simple example,server receive message and Multi Text to clients or send the message to client.
send-recieve-message
- send recieve message 是本人精心排版的笔记,主要是关于使用socket接收和发送信息,内附有截图,内容比较详细-the send recieve message I carefully typeset notes, mainly on the use of the socket receive and send information, enclosing a screenshot, more detailed content
socket
- java实现socket通信,server- client -send message with socket in java
FileTransmit_android
- Socket发送文件android手机之间选中文件发送,-Socket Send File
socket
- 1.设计程序,分别构建通信的两端:服务器端和客户端应用程序,套接字类型为面向连接的Socket,自己构建双方的应答模式,实现双方的数据的发送和接收(S发给C,C发给S)。 2.服务端程序能响应单个或任意多个客户端连接请求;服务端能向单个客户发送消息,支持群发消息给所有客户端; 通信的双方具备异常响应功能,包括对方异常退出的处理。如果客户端退出,服务器有响应;反之亦然。-1. Design program, were constructed at both ends of the comm
Socket
- 本例子是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。-This example is a simple demonstration of Android Socket chat room source code examples, can only Andrews PC client receives a message, not in th
websocket
- 时时通讯,点对点,群发消息,spring mvc 框架,采用socke(Always communicate, point to point, send messages)
Socket通信
- socketserver发送,socketclient接收数据。(socketserver Send,socketclient receive data)