-
这是有关邮件操作的源程序代码,是很有用的源代码
这是有关邮件操作的源程序代码,是很有用的源代码-This is the message of the source code to operate it is very useful to the source code
- 2022-02-01 06:32:07下载
- 积分: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
-
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。...
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。-Oa a relatively complete system, easy to install, learn asp is also a pretty good reference.
- 2023-05-11 08:35:03下载
- 积分:1
-
Computer networks
计算机网络-系统方法 第三版 英文版
作 者: (美)彼德森(Peterson,L.L.) 等著
出 版 社: 机械工业出版社
出版时间: 2005-3-1 字 数: 版 次: 1 页 数: 813 印刷时间: 2005/03/01 开 本: 印 次: 纸 张: 胶版纸 I S B N : 9787111160564 包 装: 平装 所属分类: 图书 >> 计算机/网络 >> 计算机理论
-Computer networks- a systems approach the third edition of English Authors: (U.S.) Peterson (Peterson, LL) waiting Publisher: Mechanical Industry Publishing House Time: 2005-3-1 words: Revision: 1 Pages: 813 printing time: 2005/03/01 Format: Printing time: paper: offset paper ISBN: 9787111160564 Packaging: paperback owned Category: Books
- 2022-06-17 14:19:22下载
- 积分:1
-
snmp up 8
snmp up 8
- 2022-04-09 04:00:38下载
- 积分:1
-
School Management website source, function better source. Download trials under
学校管理网站源码,功能较好的源码.下载试用下-School Management website source, function better source. Download trials under
- 2022-11-22 23:35:04下载
- 积分:1
-
mfc_telnet程序
mfc下自己写的telnet程序, C++单文档程序,速度快,容易学习,如果进一步开发也可以,适合有点基础的编程爱好者
- 2022-04-08 13:49:58下载
- 积分:1
-
这是一个单用户的留言本,用ASP写成,适合个人网站使用!
这是一个单用户的留言本,用ASP写成,适合个人网站使用!-This is a single-user of the message, written in ASP, for the use of personal website!
- 2022-01-27 08:47:11下载
- 积分:1
-
如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次。更多说明请参看...
如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次。更多说明请参看
- 2022-05-23 06:07:47下载
- 积分:1
-
一个很好的协议,数据包解码工具,可以分析7号(ISUP,MTP,...), TCP/UDP等各种协议,特别的是还能支持自定义的二进制数据报,可以通过插件无限扩充...
一个很好的协议,数据包解码工具,可以分析7号(ISUP,MTP,...), TCP/UDP等各种协议,特别的是还能支持自定义的二进制数据报,可以通过插件无限扩充协议库.-A good deal, packet decoding tools, can be analyzed on the 7th (ISUP, MTP ,...), TCP/UDP and other agreements, in particular, is able to support a custom binary data reported through the plug-ins Unlimited Extensions library.
- 2022-01-28 13:58:03下载
- 积分:1