-
1 : The Chat Room Only 69K, which is the function of the history of China the la...
1:本聊天室只有69K,是目前中国历史上功能最多,文件最小,耗资源最少的聊天室 2:本聊天室上传简单,下载压缩后直接上传,无须修改。 3:本聊天室功能介绍如下: 1级无权限,2级发贴图,3级发特效字,4级看级别,5级支持HTML权限, 6级看 IP,7级踢人,8级升降级(7级以内,含7级),加分,删除留言薄留言,9级超级管理。 4:超级用户:花儿不在网上 密码:1234-1 : The Chat Room Only 69K, which is the function of the history of China the largest, the smallest paper consumed the fewest resources Chat Room 2 : The Chat Room simple upload and download compressed uploaded directly without modification. 3 : The chat room functions as follows : a no authority sent two maps, the three magic words, look at four levels, five support HTML authority, six see IP, kicking seven, eight movements level (less than seven, with seven), points delete Guestbook voicemail, nine Super management. 4 : Super User : Flowers are not online Password : 1234
- 2022-08-09 17:33:25下载
- 积分:1
-
不止一个文档浏览器
一个多文档浏览器-more than one document browser
- 2023-08-07 05:55:03下载
- 积分:1
-
德尔福 usb
//Descriptors 的 VS1000B 的 WinUSB 演示
const u_int32 mySerialNumber = 0x0000001 ;
const u_int16 myDeviceDescriptor [] ="p"//Descriptor 作为包装的字符串
"x 12"/ / 长度
"x 01"/ / 描述符类型: 设备
"x 10 x 01"//USB 规格版本号码
"x 00"/ / 类: 未定义
"x 00"/ / 子类: 未定义
"x 00"/ / 协议: 未定义
"x 40"/ / 端点 0 的最大数据包大小: 64 字节 (好任意值)
"xfbx19"/ / 0x19fb 的供应商 Id = VLSI 解决方案 Oy
"xe0xee"/ / 产品 Id 0xffe0 (eee0 eeef = VLSI 客户测试)
"x 00 x 00"/ / 释放 0x0000
"x 01"/ / 制造商字符串索引
"x 02"/ / 型号字符串索引
"x 03"/ / 序列号字符串索引
"x 01"/ / 编号的配置
- 2022-03-23 20:35:45下载
- 积分: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
-
网络编程中server的实现,用来响应多个客户端
网络编程中server的实现,用来响应多个客户端-Network programming in the realization of server to respond to multiple clients
- 2022-10-14 21:45:03下载
- 积分:1
-
java编的邮件客户端,支持pop3,smtp,使用javamail库。
java编的邮件客户端,支持pop3,smtp,使用javamail库。-java series of the mail client, support for pop3, smtp, using JavaMail library.
- 2022-02-06 06:29:06下载
- 积分:1
-
Java通过WebSocket WebRTC实现视频通话实例
Java通过WebSocket WebRTC实现视频通话实例
- 2022-09-12 16:15:03下载
- 积分:1
-
Lidgren.Network
Lidgren.Network是一个网络通信类库。网络是一个网络图书馆的。提供一个简单的API,用于连接客户端到服务器,读取和发送消息。
- 2022-03-11 10:19:48下载
- 积分:1
-
BAOJIMAP 宝鸡电子地图2006版 最新最好的电子地图
BAOJIMAP 宝鸡电子地图2006版 最新最好的电子地图-BAOJIMAP Baoji electronic maps updated 2006 edition of the best electronic map
- 2022-10-21 18:35:03下载
- 积分:1
-
a mobile source dynamic website
一个手机动态网页源程序-a mobile source dynamic website
- 2022-03-13 04:34:31下载
- 积分:1