-
RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。...
RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of http client and server are also included.
- 2023-02-05 06:20:03下载
- 积分:1
-
zlib1.2.1 FOSS
zlib1.2.1源码-zlib1.2.1 FOSS
- 2022-08-18 23:27:06下载
- 积分:1
-
使用 TCP 的聊天程序
这是使用 TCP 聊天程序。它是使用 Java 的套接字编程。在客户端和服务器通过网络连接可执行使用此程序的聊天
- 2022-02-10 05:31:31下载
- 积分:1
-
cocos2dx+socket
是一个用cocos2d 和 socket套接字写的程序,能够进行通讯,cocos2d最近比较流行,可做很多特效,而且是开源免费的引擎,很好用。推荐!
- 2022-05-27 20:36:11下载
- 积分:1
-
一个服务客户端通讯例子
一个服务客户端通讯例子-a client communications services examples
- 2022-02-22 09:41:46下载
- 积分:1
-
端口扫描器
端口扫描器可用于多线程,多IP,多端口的扫描,主要进行端口测试,进行电脑安全防护前期使用,防止电脑有漏洞端口开启
- 2023-06-06 06:45:06下载
- 积分:1
-
C# Socket通信例子
用C#写的socket client端的测试程序, 可以设置IP,端口,UDP/TCP类型。 可以测试通信速率,模拟通信消息。
- 2022-06-26 21:09:46下载
- 积分:1
-
This is a static web programming examples, the theme is a list of the Olympic Ga...
这是一个静态网页编程的实例,主题是一个奥运会的排行榜其中必要的多有,无解压密码.-This is a static web programming examples, the theme is a list of the Olympic Games which are more necessary. without extracting passwords.
- 2022-04-20 20:45:05下载
- 积分:1
-
这是一个用vb 写的聊天室
这是一个用vb 写的聊天室-with vb write Chat Room
- 2022-01-21 04:53:29下载
- 积分:1
-
FTP protocol is based on TCP/IP file transfer protocol that is used in the netwo...
FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
- 2022-02-25 08:53:38下载
- 积分:1