-
ASP最完整的教程。
ASP最完整的教程。-ASP most complete tutorial.
- 2022-10-21 14:10:03下载
- 积分:1
-
IEEE 802.11a
IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000(E)), IEEE Standard for Information technology―Telecommunications and information exchange between systems―Local and metropolitan area networks―Specific requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications―Amendment 1: High-speed Physical Layer in the 5 GHz band -IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000 (E)), IEEE Standard for Information technology-Telecommunications and information exchange between systems-Local and metropolitan area networks-Specific requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications-Amendment 1: High-speed Physical Layer in the 5 GHz band
- 2022-04-21 04:09:44下载
- 积分: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
-
snmp开发
snmp开发,网络管理开发。
SNMP(Simple Network Management Protocol,简单网络管理协议)。
- 2022-06-27 15:54:59下载
- 积分:1
-
用qt4 编写的局域网聊天工具,学习qt变成的好的东西
用qt4 编写的局域网聊天工具,学习qt变成的好的东西-QT4 prepared to use LAN chat tools, learn the good things into qt
- 2022-04-23 09:13:02下载
- 积分:1
-
python实现socket
改程序是python写的实现客户端与服务端传输文件功能。在windows和linux下都能运行。。
- 2023-06-25 22:20:03下载
- 积分:1
-
pop3例子程序
pop3例子程序-pop3 example procedure
- 2022-05-30 02:27:18下载
- 积分:1
-
the sending and receiving source code of you mail.
you邮件的发送接受源代码-the sending and receiving source code of you mail.
- 2022-08-31 12:05:04下载
- 积分:1
-
一个用ASP写的小型管理程序
一个用ASP写的小型管理程序-an ASP write small management procedures
- 2022-03-18 13:33:47下载
- 积分:1
-
rtmp 源代码
RTMP(Real Time Messaging Protocol)是专门用来传输音视频数据的流媒体协议,最初由Macromedia 公司创建,后来归Adobe公司所有,是一种私有协议,主要用来联系Flash Player和RtmpServer,如FMS, Red5, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-29 18:26:31下载
- 积分:1