-
HttpWatch网络抓包工具源码
HttpWatch强大的网页数据分析工具.集成在Internet Explorer工具栏.包括网页摘要.Cookies管理 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-27 23:11:18下载
- 积分: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
-
网络版的聊天程序
网络版的聊天程序,DELPHI编写的网络聊天程序,可以供初学者学习-a communication program for Network build by delphi
- 2023-06-25 16:55:04下载
- 积分:1
-
全能学校管理网站源码,小草网络提供,下载试用下
全能学校管理网站源码,小草网络提供,下载试用下
- 2022-07-06 15:22:12下载
- 积分:1
-
多线程指定ip端口扫描
资源描述多线程指定ip端口扫描 &nbs
- 2022-10-10 16:15:03下载
- 积分:1
-
Network Information Flow : First paper on Network Coding
Network Information Flow : First paper on Network Coding
- 2023-03-16 00:40:04下载
- 积分:1
-
本程序是网络编程的一部分,套接字编程文件传输,…
本程序是网络编程部分,Socket编程实现文件传输,用java语言实现。-this procedure is part of network programming, Socket Programming file transfer, using java language.
- 2022-09-12 16:50:02下载
- 积分:1
-
使用SSL确保订单的安全java的实现
使用SSL确保订单的安全java的实现-orders to use SSL to ensure the safety of the realization of java
- 2022-06-28 23:30:04下载
- 积分:1
-
自动启动网络邮件发送。。。网络编程,新手入门。。小程序
自动启动网络邮件发送。。。网络编程,新手入门。。小程序-Automatically start the network e-mail. . . Network programming, novice entry. . Applet
- 2023-01-25 05:25:03下载
- 积分:1
-
ArcGIS Server + VS的安装,配置,整个过程的发展…
ArcGIS Server+VS 安装,配置,开发全过程,让你轻松入门-ArcGIS Server+ VS installation, configuration, development of the whole process of entry allows you to easily
- 2023-05-18 00:55:03下载
- 积分:1