-
用vc++实现超级连接
用vc++实现超级连接-with hyperlinks to achieve vc
- 2022-02-21 12:11:44下载
- 积分:1
-
在CB中用socket api来写网络通讯程序 在CB中用socket api来写网络通讯程序...
在CB中用socket api来写网络通讯程序 在CB中用socket api来写网络通讯程序 -In the CB using socket api to write network communication program in CB using socket api to write network communication program in CB using socket api to write network communication program
- 2023-08-31 12:55:03下载
- 积分:1
-
with PHP and mySQL built library management system, library inquiries, storage,...
用PHP 和mySQL 搭建的图书馆管理系统,实现图书查询,入库,借书还书等功能-with PHP and mySQL built library management system, library inquiries, storage, library book and other functions
- 2022-02-21 13:48:32下载
- 积分:1
-
将HTML转换为TXT文本的小程序
将HTML转换为TXT文本的小程序- The HTML transformation is the TXT text script
- 2022-09-05 13:30:03下载
- 积分:1
-
ASP_成语查询拼音简繁转换程序
ASP_成语查询拼音简繁转换程序-ASP_ idiom inquiries Pinyin signpost procedures
- 2022-01-22 12:47:11下载
- 积分:1
-
包中包含的iputils平,基本的网络工具。平安指挥的参议员。
The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`-The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nsl
- 2022-03-03 14:03:46下载
- 积分:1
-
网络聊天室
- 2022-01-22 12:38:35下载
- 积分:1
-
一个类似飞鸽的程序,关于如何获取在线用户列表,当打开客户端的时候,向本地局域网进行广播,接收到广播的其他客户端将自己的IP和用户名回复,以此来获取在线用户列表。...
一个类似飞鸽的程序,关于如何获取在线用户列表,当打开客户端的时候,向本地局域网进行广播,接收到广播的其他客户端将自己的IP和用户名回复,以此来获取在线用户列表。-Dove a similar procedure on how to obtain a list of online users, when opening the client when the LAN to the local radio, broadcasting receive other client
- 2022-07-11 20:54:45下载
- 积分:1
-
ARCGIS WEB 地图模板
ARCGIS WEB 地图模板-ARCGIS WEB map template
- 2022-05-15 16:01:30下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1