搜索资源列表
-
1下载:
用Java实现Web服务器
本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
-
-
1下载:
android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
-
-
0下载:
java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
-
-
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下载:
在Uinx/Linux/Windows 环境下通过socket方式实现一个基于Client/Server 或是P2P模式的文件传输程序-Java Socket
-
-
0下载:
Sample UDP Socket Client/Server For Java version
-
-
0下载:
socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
-
-
0下载:
基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
-
-
2下载:
基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
-
-
0下载:
socket programming program
server client application on sockets
-
-
0下载:
Java 基于socket通讯的聊天室~
有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
-
-
0下载:
基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
-
-
0下载:
java实现socket通信的客户端源代码,监听端口号必须与服务器所开通端口一致-java socket communication to achieve the client source code, listening port number must be consistent with the server by opening port
-
-
0下载:
Java UDP Ping Client/Server
-
-
0下载:
Java 的通信编程,编程题(或问答),用JAVA SOCKET编程,读服务器几个字符,再写入本地显示-Communication of Java programming, programming question (or Q), using JAVA SOCKET programming, to read the server a few characters, and then written to the local display
-
-
0下载:
java socket 实现 源码包括server和client 动态调用server执行方法,获取json格式结果-java socket implementation source code, including server and client server perform dynamic invocation method to obtain the results of json format
-
-
0下载:
使用java编写的基于socket的服务器,使用TCP/IP协议,接收一方客户端的消息,进行解包,寻找到目标客户端,进行转发。-Use java-based socket server using TCP/IP protocol, to receive one of the client' s message, unpack, looking to the target client for forwarding.
-
-
0下载:
A good Java Socket TCP+UDP Client+Server.
-
-
0下载:
chit chat using java socket
-
-
0下载:
实现客户端服务端的数据传输和接收,以及将读取的数据存入数据库中(The data transmission and reception of the client and server are realized and data is stored in the database)
-