-
protocol
protocol
- 2022-04-10 15:29:21下载
- 积分:1
-
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip...
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip-a proxy server to process data, through http agents, vb do, it is difficult to find, um, I originality. Zip
- 2022-07-28 03:39:23下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
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
-
客户端服务器
良好的客户端服务器使用 tcp 套接字。还有两件事,一个客户端和服务器和他们想要将文件发送到对方然后他们使用以建立连接并发送文件
- 2023-05-25 22:25:03下载
- 积分:1
-
支持igmp v1,v2版本的igmp proxy
支持igmp v1,v2版本的igmp proxy-Support igmp v1, v2 version igmp proxy
- 2022-07-02 13:39:21下载
- 积分:1
-
关于internet的程序源码
关于internet的程序源码-procedures on the internet source
- 2022-03-01 22:23:08下载
- 积分:1
-
网络聊天室
- 2022-01-22 12:38:35下载
- 积分:1
-
在线聊天
spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,spring mvc + wobscoket 在线聊天,
- 2022-02-26 16:01:07下载
- 积分: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