-
Netty+Socket/UDP例子下载
1.2.3.相比于TCP通信,UDP不存在客户端和服务器端的实际连接,因此不需要为连接(channelPipeline)设置handler,对于服务端,只需设置启动辅助类的handler即可。
- 2022-03-05 03:14:06下载
- 积分:1
-
Http下载
客户端与服务器的对接。http默认是UTF8编码,所以把中文编码为UTF8,发送接收文件,对文件的读写操作。
- 2022-11-18 23:15:03下载
- 积分:1
-
网络入侵检测系统
网络入侵检测系统-Network Intrusion Detection system
- 2022-04-24 11:03:47下载
- 积分:1
-
Beijing Mandarin Oriental Network Office System
北京华信东方网络办公系统-Beijing Mandarin Oriental Network Office System
- 2022-03-19 09:39:47下载
- 积分:1
-
如何通过互联网,你可以自动下载FTP上传在线聊天
怎么上网,就可以自动下载ftp上传网上聊天了
- 2022-02-06 14:17:02下载
- 积分:1
-
这个程序实现了列举局域网上的资源是网络初学者应该看看的...
这个程序实现了列举局域网上的资源是网络初学者应该看看的-the program cited the LAN resources on the network should look at the beginners
- 2022-01-27 15:48:07下载
- 积分:1
-
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现...
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现-This is a Rayleigh fading channel of the source code, including C and Matlab in two ways to achieve
- 2022-09-13 10:20:03下载
- 积分:1
-
简单的聊天程序,一个服务端和客户端,用异步实现套接字
简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
- 2022-04-25 04:37:54下载
- 积分:1
-
CWebGrab is a simple class that allows you to quickly and easily download files...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
- 2022-03-18 10:29:55下载
- 积分: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