-
多线程异步加载网络数据 完整例子源码
多线程异步加载网络数据 完整例子源码
- 2013-07-20下载
- 积分:1
-
一个文件传输的例子
一个文件传输的例子-an example of file transfer
- 2022-01-20 23:22:01下载
- 积分:1
-
跨平台MQTT Client 源码和demo by 漠北 2017-8-29
实现了mqtt client的数据交互流程,跨平台使用(The data interaction flow of mqtt client is realized and used across platforms)
- 2020-06-17 11:20:02下载
- 积分:1
-
Client code can be used as a dipper gourd painting beginners.
客户端的代码实现,可作为初学者画瓢的葫芦。-Client code can be used as a dipper gourd painting beginners.
- 2022-06-21 13:23:57下载
- 积分:1
-
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点-What is a VLAN, the basic strategy of division of VLAN and the use of the advantages of VLAN
- 2023-04-10 15:00: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
-
邮件发送客户端
这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。
- 2022-12-10 11:35:02下载
- 积分:1
-
获取本机ip地址的3种方法。CB4.0编译
获取本机ip地址的3种方法。CB4.0编译-Access to the local ip address three kinds of methods. CB4.0 compiler
- 2023-03-22 18:05:04下载
- 积分:1
-
a C under the linux client server can add users to achieve, send mail functions
一个用C在linux下实现的客户端服务器程序
能实现添加用户,发送邮件功能-a C under the linux client server can add users to achieve, send mail functions
- 2023-03-29 10:10:03下载
- 积分:1
-
C# MessageQueue 消息队列 实例源码下载
C# MessageQueue 消息队列 实例源码下载
- 2014-08-21下载
- 积分:1