-
speed-port-scanner
快速端口扫描器代码 整个完整工程 初学者可以参考一下 谢谢(Fast port scanner code for the complete project beginners can refer to thank you)
- 2011-06-29 16:09:10下载
- 积分:1
-
P2P-UDP-NAT_2015-05-28-16-09-27
NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。(The principle and implementation of UDP NAT through P2P
)
- 2015-05-28 16:10:00下载
- 积分:1
-
Network
Network123456789123456
- 2019-04-04 20:25:08下载
- 积分:1
-
e
说明: matlab读取dat文件,带字符的那种,用于读取dat并把数据分开,(Matlab reads the dat file)
- 2018-05-12 14:12:03下载
- 积分:1
-
一个钩子函数的实现过程
一个钩子函数的实现过程-hook function of a process to achieve
- 2022-08-21 18:52:54下载
- 积分:1
-
又一个将HTML文件转换成文本文件的程序
又一个将HTML文件转换成文本文件的程序- Changes into the HTML document extension the text documents the
procedure
- 2022-07-19 21:38: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
-
Packet-interception-analyzer
封包拦截分析器[WEB版]Packet interception analyzer/WEB version
(Packet interception analyzer/WEB version
)
- 2013-10-03 21:42:01下载
- 积分:1
-
JSP写的留言本,默认管理员用户名是:admin;默认密码是:123456...
JSP写的留言本,默认管理员用户名是:admin;默认密码是:123456 -JSP to write the messages, the default admin users are : admin; The default password is : 123456
- 2022-03-24 15:58:59下载
- 积分:1
-
aspxbbs Forum
aspxbbs论坛-aspxbbs Forum
- 2022-04-24 13:50:31下载
- 积分:1