-
webSocket传输
用C#实现:利用摄像头进行录像和拍照等功能
- 2022-05-12 16:07:03下载
- 积分:1
-
ASP版的实现windows计划任务,添加 删除基本功能都实现了
ASP版的实现windows计划任务,添加 删除基本功能都实现了-ASP version of the realization of windows scheduled tasks to add basic functions are realized remove
- 2022-02-11 17:27:07下载
- 积分:1
-
win2khowto
一个关于介绍WINDOWS2000服务器的电子书,全攻略很多人看过,评价不错,如果有用请下载(Introduction WINDOWS2000 on the server e-books, many people have read the entire Raiders, the evaluation is true, if useful, please download)
- 2008-04-05 10:37:49下载
- 积分:1
-
获取设备IP接口函数
Linux系统编程,调用接口获取设备IP地址(Linux system programming, call the interface to get the device IP address)
- 2019-04-12 10:13:42下载
- 积分:1
-
BingJue-Communications-Test(110303)
VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
- 2014-01-27 13:56:19下载
- 积分: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
-
网络象棋游戏
网络象棋大战,用户注册登录以后可以进行网络游戏匹配对战,此游戏用到了webSocket技术,可以方便的在网页中进行数据的传输。
- 2023-01-25 13:55:10下载
- 积分:1
-
个人网站源码,是我自己编写的,不足之处,请指正…
一个个人网站源码,是我自己编写的,不足之处,请各位多多指正-a personal website source, is my own preparation, inadequate, please correct many
- 2022-05-15 17:51:15下载
- 积分:1
-
ping 功能的实现
ping 功能的实现-the implement of ping function
- 2022-06-18 19:56:17下载
- 积分:1
-
VB-asm-Packge
VB纯代码,内嵌汇编,对指定进程发送网络数据包。(VB pure code inline assembler, network packet sent to the specified process.)
- 2013-03-31 13:57:41下载
- 积分:1