搜索资源列表
-
0下载:
这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本功能
-
-
0下载:
Socket通讯实例服务器端,用java实现,带有详细注释。
-
-
0下载:
用JAVA编写的有关使用套接字读取服务器端对象的应用,已经运行通过,JAVA prepared with the use of socket server-side object to read the applications, has been running through the
-
-
0下载:
Java Socket邮件接收程序
一、POP3概述
目前的电子邮件基本上都是通过POP3网络协议接收的。根据POP3的规定,当一个电子邮件程序需要接收电子邮件时,该程序同POP3服务程序需要建立起双向的传输通道。-Receive e-mail program for a Java Socket, POP3 e-mail is basically an overview of current network protocols are received through POP3. Acc
-
-
0下载:
利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
-
-
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 socket server,对初学者很好的参考意义,其中的很多socket操作机理已很好的在java编程中得到应用-java socket server, on the significance of a good reference for beginners, many of which socket to operate the mechanism have been very good in java programming has been applied
-
-
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下载:
JAVA初学者源代码例子,从不同应用方面讲解--网络篇-JAVA beginners source code examples, from different applications on- Network篇
-
-
0下载:
java socket for server
-
-
0下载:
client server using socket programing
with best optimized way to do ..
and how to do guide is also availabe
-
-
0下载:
轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
-
-
0下载:
java的socket通讯 server端代码,用于本机调试发送数据的正确性的小工具软件-socket server
-
-
0下载:
│ .classpath
│ .project
│ 404.html
│ index.html
│ welcome.html
│
├─bin
│ └─com
│ └─accp
│ └─demo
│ └─socket
│ Client.class
│ HttpServer.class
│ Server.class
│
└─src
└─com
└─accp
└─demo
└─socket
Client.java
-
-
0下载:
java控制台下socket编程一对多通信,服务器端与多个客户端-socket programming java console under the one-to-many communications, server-side with multiple clients
-
-
0下载:
用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
-
-
0下载:
使用SOCKET制作的聊天工具服务器端。-SOCKET produced by the use of server-side chat.
-
-
0下载:
Source code for a chat between 2 computers using socket in Java.
-
-
0下载:
In this first part of a multi-part post, we will learn how to create a very simple socket server and socket client pair in Java
-
-
0下载:
通过java来实现socket客户端和服务器端的通讯,一个是client,另一个是server(Java is used to communicate the socket client and server side, one is client, and the other is server)
-