搜索资源列表
TProject.rar
- 一个非常好的Web services接口,有一个客户端和一个服务端,在开发Web services项目时非常实用:不要去添加"Web 引用"就可以完成所有任意的Web Services函数的调用,并准确的通信.,good
Python
- 收发数据,建立服务端和客户端,可以收发数据-Send and receive data, you can send and receive data, the establishment of service and client
web_server
- 服务器监听80端口,提供WEB服务,能够响应浏览器发送的的HTTP GET请求,向浏览器返回静态HTML页面: 1、如果请求的URL是一个文件,并且该文件存在,返回请求的页面或文件。 2、如果这个文件不存在,返回404错误。 3、如果请求的是一个目录,返回目录的结构给客户端。 服务器通过fork子进程处理新的请求,实现并发处理。服务器能够记录访问日志,包括时间、客户端的IP地址和请求的URL。 -Server listens on port 80 to provide WEB
2
- 简单通信协议:客户端。客户端主要向服务端发送链接请求,然后由用户输入要发送的字符。发送的字符限定在“A”、“C”和“exit”。-Simple communication protocol: the client. The main client sends a link request to the server, and then enter the character to be sent by the user. Send character is defined in the &quo
4
- 修改服务端和客户端的程序,实现基于UDP的网络聊天程序。-UDP-based network chat program.
java 聊天室
- 基于java swing 和java socket编写的java聊天室,有客户端和服务端之分