-
一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。...
一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。-One used to access the http server things. Function similar to that of java.net. But strong, this method of support for the Post better.
- 2022-12-22 01:20:03下载
- 积分:1
-
Jmail邮件发送系统
Jmail邮件发送系统-Jmail mail delivery system
- 2022-09-05 15:10:03下载
- 积分:1
-
Windump3.6.2 source code
Windump3.6.2源代码-Windump3.6.2 source code
- 2022-01-20 23:06:41下载
- 积分:1
-
计算节点得小程序
计算节点得小程序-computing nodes in small program
- 2023-04-16 22:05:03下载
- 积分:1
-
BLA BLA BLA BLA
;sfa saf公司
- 2022-08-25 00:51:13下载
- 积分:1
-
这是个防163邮箱的菜单程序 ,简单实用,
这是个防163邮箱的菜单程序 ,简单实用,-This is a anti-163 E-mail menu procedures, simple and practical,
- 2022-08-24 11:08:49下载
- 积分:1
-
就是定时刷新,使计数器加1,我不知是否真的能刷新,如果能的话就发达了...
就是定时刷新,使计数器加1,我不知是否真的能刷新,如果能的话就发达了-is regularly updated, plus a counter, I wonder if I can really set, if they can be developed in the case of
- 2022-03-10 18:24:34下载
- 积分: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
-
完善的PHP/MySQL电子商务方案
完善的PHP/MySQL电子商务方案-complete PHP/MySQL e-business solutions
- 2022-05-08 02:23:07下载
- 积分:1
-
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。...
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。-sendudp source code, and then added some of the function I wrote, on the formation of a LAN can send UDP packets procedures.
- 2023-02-25 07:30:03下载
- 积分:1