-
又一个将HTML文件转换成文本文件的程序
又一个将HTML文件转换成文本文件的程序- Changes into the HTML document extension the text documents the
procedure
- 2022-07-19 21:38:44下载
- 积分:1
-
safety management system based on the role of the implementation of access contr...
安全管理系统中基于角色访问控制的实施方法-safety management system based on the role of the implementation of access control methods
- 2022-06-19 02:04:23下载
- 积分:1
-
DNS的源代码分析
dns 解析源代码-dns source code analysis
- 2022-01-24 13:55:30下载
- 积分:1
-
增强Web服务器日志功能用java的实现
增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
- 2022-03-17 00:11:26下载
- 积分:1
-
.net web service小程序
.net web service小程序 -. net web service applet
- 2023-07-31 05:10:03下载
- 积分:1
-
wininet function declaration
wininet 函数声明-wininet function declaration
- 2022-02-09 23:03:30下载
- 积分: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
-
套中小型企业网站建设,信息发布,资料存储管理的系统平台,支持无限级的分类与子分类,支持多种风格,内置HTML编辑器,采用smarttemplate模板引擎,页面...
套中小型企业网站建设,信息发布,资料存储管理的系统平台,支持无限级的分类与子分类,支持多种风格,内置HTML编辑器,采用smarttemplate模板引擎,页面高速缓存,使用XHTML+CSS技术,方便的管理文章所用图片,防止垃圾图片的产生-sets of SME websites, information dissemination, data storage management system platforms, support unlimited-class classification and sub-classification, support a variety of styles, built-in HTML editor, used smarttemplate template engine, cache pages, the use of XHTML CSS technology, and would facilitate the management of an article by to use an image, to prevent the emergence of refuse Photo
- 2022-02-01 07:06:52下载
- 积分:1
-
100%Java编写及时报信工具,适用于网络通信
100%Java编写及时报信工具,适用于网络通信-100% Java to prepare timely notify tools, applicable to network communication
- 2022-06-01 05:06:49下载
- 积分:1
-
err
本书是网络原理和工程实践的绝佳教科书,不仅适用于教师备课和课程实践的安排,而且有利于网络工程人员自学。该书涉及网络方方面面,包括标准,协议,设备,软件配置,安全和系统集成等,能使你在短时间内从外门汉成为令人羡慕的网络高手。根据学习特点进行内容编排也是本书一大特色,本书提供现实生活中的实例,并配有大量实践练习,不仅能让你在短时间内轻松掌握网络基本原理,而且能在学习基本原理的同时及时进行网络实践,使你成为名副其实的“理论家”和“实践家”。-err
- 2022-11-22 20:15:08下载
- 积分:1