-
一个检测网络信息的程序.
一个检测网络信息的程序.-a detection network information procedures.
- 2023-03-18 17:35:03下载
- 积分:1
-
文件上传下载源码
文件上传下载源码-file uploading and downloading source
- 2022-02-14 16:22:03下载
- 积分:1
-
ASP最完整的教程。
ASP最完整的教程。-ASP most complete tutorial.
- 2022-10-21 14:10:03下载
- 积分:1
-
ASP原码,超级推荐,好好学习,天天向上
ASP原码,超级推荐,好好学习,天天向上-Original ASP code, super recommended, study hard, Every day up
- 2022-04-07 21:00:25下载
- 积分:1
-
支持跨网的点对点文件传输
支持跨网的点对点文件传输-support inter-network peer-to-peer file transfer
- 2022-05-13 10:21:30下载
- 积分: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
-
GPRS网络连接实现,包括接入点查询,进行连接及连接状态查询等等,比较完善的类封装。...
GPRS网络连接实现,包括接入点查询,进行连接及连接状态查询等等,比较完善的类封装。-GPRS network link to achieve, including the access point query, connect and the connection status inquiries, etc., a fairly complete package category.
- 2022-02-07 17:32:31下载
- 积分:1
-
清除页面广告的程序
清除页面广告的程序-removal procedures
- 2022-03-02 04:30:27下载
- 积分:1
-
一个文档服务器程序,通过网页访问,是ATLDraw的网络版本。
一个文档服务器程序,通过网页访问,是ATLDraw的网络版本。-a file server, accessed via the web, the network is ATLDraw version.
- 2022-08-25 01:31:44下载
- 积分:1
-
基于socket的文件上传和下载小程序
Through the socket file upload function,It has simple operation, programmers can be modified on this basis, the use of socket learning methods for beginners to learn.
- 2022-01-21 06:00:43下载
- 积分:1