-
一个聊天的程序不错
一个聊天的程序不错-a chat program,it is nice.
- 2022-05-14 02:09:23下载
- 积分:1
-
p2p的网络编程,就只有聊天功能
p2p的网络编程,就只有聊天功能-p2p network programming, only chat
- 2022-02-20 14:42:23下载
- 积分:1
-
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。...
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。
- 2022-02-05 10:10:24下载
- 积分:1
-
ASP page, which has detailed instructions, very useful, I hope everyone likes
ASP网页,里面有详细的说明,很有用的,希望大家喜欢-ASP page, which has detailed instructions, very useful, I hope everyone likes
- 2023-09-02 17:10:04下载
- 积分:1
-
This is a static web programming examples, the theme is a list of the Olympic Ga...
这是一个静态网页编程的实例,主题是一个奥运会的排行榜其中必要的多有,无解压密码.-This is a static web programming examples, the theme is a list of the Olympic Games which are more necessary. without extracting passwords.
- 2022-04-20 20:45:05下载
- 积分:1
-
Hefei University computer network curriculum design tips a little hope to everyo...
合肥工业大学计算机网络课程设计
希望对大家有点提示或帮助-Hefei University computer network curriculum design tips a little hope to everyone or to help
- 2023-08-26 06:55:04下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
增强Web服务器日志功能用java的实现
增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
- 2022-03-17 00:11:26下载
- 积分: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
-
远程共享主机的文件操作的代码
远程共享主机的文件操作的代码-remote file sharing mainframe operation code
- 2022-07-09 08:34:53下载
- 积分:1