-
如何获取某台机器的IP地址
如何获取某台机器的IP地址-how to access a machine"s IP address
- 2022-02-24 15:15:10下载
- 积分: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
-
HTTP注射器算子XL INA
应用背景印尼的细胞器和旁路数据限制互联网自由关键技术HTTP请求头Indy服务器组件
- 2022-05-20 07:22:20下载
- 积分:1
-
简单的HTTP代理测试
应用背景之前你- & gt;youtube.com你& lt;- youtube.com经过与SOCKS5传统联系你的听众SOCKS5,因为NAT/防火墙不好..SOCKS5服务器需要在1080端口监听。你socks5:1080 SW - >;>;youtube.com你& lt;- socks5:1080 SW & lt;- youtube.com经过与SOCKS5逆转(你的听众)你- & gt;隧道127.0.0.1:1080 - & gt;隧道127.0.0.1079 - & gt;远程计算机SOCKS5 - & gt;youtube.com你& lt;隧道127.0.0.1:1080 & lt;隧道127.0.0.1079
- 2022-07-17 07:24:56下载
- 积分:1
-
Exercises after
计算机网络的课后习题,是第四版的,比较详细,希望有用处-Exercises after-school computer network is the fourth edition, more detailed, I hope be useful
- 2022-02-07 22:47:01下载
- 积分:1
-
Very intuitive and understandable tcp communication procedures, particularly tho...
非常直观易懂的tcp通信程序,特别适合与初学者与进阶者,让你了解四种端口类型,非常好入门案例!-Very intuitive and understandable tcp communication procedures, particularly those suited to beginners and advanced, so that you understand the four kinds of port types, a very good entry-case!
- 2022-05-05 22:19:06下载
- 积分:1
-
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()-Alert would like to use beautiful words, in your js code to add new AUIAlert ()
- 2022-04-09 11:36:10下载
- 积分:1
-
Socket测试工具包
1.最简单的是发送字符串,可以定时发送.
2.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据.
3.添加的测试服务器和设置的参数能够保存下来,下次仍然能够使用.
- 2022-03-30 13:16:51下载
- 积分:1
-
网络时间同步协议的实现
网络时间同步协议的实现-network time synchronization protocol implemented
- 2022-08-25 15:37:44下载
- 积分:1
-
visual c 6.0 on the 331 network system, the Internet and friends game. Like play...
基于visual c++6.0 的网络五子棋系统,可以在网上与朋友对弈。喜欢下棋或游戏编程的朋友也可以下载。-visual c 6.0 on the 331 network system, the Internet and friends game. Like playing chess or games programming can be downloaded friends.
- 2022-07-22 10:39:00下载
- 积分:1