-
http协议下对下载的访问网页并对返回的内容进行操作。
http协议下对下载的访问网页并对返回的内容进行操作。-under the http protocol to download the return visit to the page content and the interface operation.
- 2022-10-27 14:00:03下载
- 积分:1
-
ASP企业(ERP)销售库存管理系统,是中小企业解决企业物料问题、运输问题、作业问题的有力工具!...
ASP企业(ERP)销售库存管理系统,是中小企业解决企业物料问题、运输问题、作业问题的有力工具!-asp enterprise resources plan system
- 2022-05-30 20:44:27下载
- 积分: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
-
XML编辑器是自由软件的GNU通用公共许可证下发布的…
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.
- 2022-03-14 11:20:57下载
- 积分:1
-
苹果风格的论坛 asp编写,采用的是雪人的核心
苹果风格的论坛 asp编写,采用的是雪人的核心-Apple style forum asp preparation, the Snowman is the core
- 2022-03-30 12:28:57下载
- 积分:1
-
本程序为一个很好的八数码(又称九宫图)程序,为本人的人工智能课程设计。...
本程序为一个很好的八数码(又称九宫图)程序,为本人的人工智能课程设计。-the procedures for a good eight digital (also known as JiuGongTu) procedure, the artificial intelligence of my course design.
- 2022-04-22 01:27:28下载
- 积分:1
-
局域网数据传输程序源码,该源代码实现了局域网内的信息传递、文件传输,并支持文件夹数据传输功能....
局域网数据传输程序源码,该源代码实现了局域网内的信息传递、文件传输,并支持文件夹数据传输功能.-LAN data transfer program source code, the source code to achieve a LAN messaging, file transfer, and support for folder data transmission capability.
- 2022-06-13 03:50:52下载
- 积分:1
-
c#浏览器. 采用最新的.net技术
c#浏览器. 采用最新的.net技术-browser. Using the latest. Net technology
- 2023-02-27 04:15:03下载
- 积分:1
-
急需原代码请通过
急需原代码请通过-urgent requests by the original code
- 2022-07-09 12:18:09下载
- 积分:1
-
多网卡网络流量图形显示工具,c++编程。
多网卡网络流量图形显示工具,c++编程。-network traffic over Ethernet graphics tools, c programming.
- 2023-06-06 13:25:03下载
- 积分:1