-
IOCPClientTest
IOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTestIOCPClientTest
- 2022-02-12 11:42:13下载
- 积分:1
-
这是一个非常好的留言版程序,它比较简结易操作,需要的朋友可以下载试一下。...
这是一个非常好的留言版程序,它比较简结易操作,需要的朋友可以下载试一下。-This is a very good message boards procedures, it is relatively easy to perform simple guitar, a friend in need can be downloaded try.
- 2023-02-19 10:35:05下载
- 积分:1
-
BLA BLA BLA BLA
;sfa saf公司
- 2022-08-25 00:51:13下载
- 积分:1
-
动网论坛源代码,也是网上找的
动网论坛源代码,也是网上找的-patrons source code, as well as the Internet to find
- 2022-03-12 03:17:42下载
- 积分:1
-
服务器聊天室编写 c/s
服务器聊天室编写 c/s- The server chatroom compiles c/s
- 2023-08-16 09:55:03下载
- 积分:1
-
一个支持POP3(Post Office Protocol Version 3)的MFC类
一个支持POP3(Post Office Protocol Version 3)的MFC类-a support POP3 (Post Office Protocol Version 3), the MFC category
- 2022-03-23 17:15:31下载
- 积分:1
-
fhb vhxnbvbnfghngbdhcbdfb bncbn
fhb vhxnbvbnfghngbdhcbdfb bncbn
- 2023-05-01 20:45:03下载
- 积分:1
-
基于角色的用户验证.
这个程序重点写了四个pages以实现这些功能:增加用户,给用户指派角色,给用户移除角色及管理角色。...
基于角色的用户验证.
这个程序重点写了四个pages以实现这些功能:增加用户,给用户指派角色,给用户移除角色及管理角色。-role-based user authentication. Focus on the process of writing four pages to achieve these functions : increase users, the role assigned to the user to remove the role of users and management roles.
- 2023-07-19 23:00:03下载
- 积分:1
-
to get computer network IP
to get computer network IP
- 2023-01-15 21:40:04下载
- 积分: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