-
made some computer card information source
取得计算机网卡的一些信息的代码-made some computer card information source
- 2022-01-27 13:11:38下载
- 积分:1
-
commodity information management (Chinese version)
商品信息管理(中文版) -commodity information management (Chinese version)
- 2022-08-20 18:21:38下载
- 积分:1
-
IPv6地址转换器
ipv6地址转换器-ipv6 addresses converters
- 2023-06-19 01:40:03下载
- 积分:1
-
一个多线程扫描端口程序
一个多线程扫描端口程序-A multi-threaded scanning port procedures
- 2022-06-01 11:15:58下载
- 积分:1
-
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课...
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课-copy from a book,i really have not learnt it clearly
- 2022-01-26 06:54:27下载
- 积分:1
-
socket聊天java
用javaoic的java实现,包含了服务器和客户端,如果你对此有想法,请发电子邮箱联系我,共同努力改进,分享是人类进步的保证。
- 2022-03-01 02:14:54下载
- 积分:1
-
学生网上考勤系统
jsp源码+mysql数据库
记录学生到课情况的好软件,非常适合在校老师使用,请大家来下载...
学生网上考勤系统
jsp源码+mysql数据库
记录学生到课情况的好软件,非常适合在校老师使用,请大家来下载-students online attendance system jsp source mysql database records of students to classes and the good software is very suitable for teachers to use in school, please download
- 2022-02-15 23:22:09下载
- 积分: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
-
broadcasting devices, UDP
广播设备,UDP
- 2022-06-15 23:55:51下载
- 积分:1
-
。net学习中关于WebParts的小例子
。net学习中关于WebParts的小例子-. net to learn on a small example of WebParts
- 2022-10-13 07:55:02下载
- 积分:1