-
BS结构的教师管理系统
BS结构的教师管理系统-BS structure of the management system for teachers
- 2023-01-14 09:45:03下载
- 积分:1
-
Html教程,非常详细
Html教程,非常详细-Html Guide, a very detailed
- 2023-07-03 19:40:03下载
- 积分:1
-
ASP论坛2000
ASP论坛2000 -ASP Forum 2000
- 2022-09-20 00:05:03下载
- 积分:1
-
一个Visual c++ 实现的FTP文件遍历程序(网络编程)
一个Visual c++ 实现的FTP文件遍历程序(网络编程)-A Visual c++ Realize the FTP file traversal process (network programming)
- 2022-01-26 04:57:45下载
- 积分:1
-
This is what I made a small software. Please wait for advice grades. Ha ha. ASP,...
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。-This is what I made a small software. Please wait for advice grades. Ha ha. ASP, and a bit mean.
- 2022-01-30 17:23:27下载
- 积分:1
-
路由追踪软件 路由追踪软件 路由追踪软件 路由追踪软件
路由追踪软件 路由追踪软件 路由追踪软件 路由追踪软件-Router
- 2022-02-12 18:23: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
-
使用vb程序开发的一个浏览器范例程序,很简单,适用于初学者...
使用vb程序开发的一个浏览器范例程序,很简单,适用于初学者-Vb program development using the example of a browser procedure is very simple for beginners
- 2022-04-29 22:15:31下载
- 积分:1
-
将HTML转换为TXT文本的小程序
将HTML转换为TXT文本的小程序- The HTML transformation is the TXT text script
- 2022-09-05 13:30:03下载
- 积分:1
-
Shanghai digital book system version 2.1 software Language: English License: Fre...
上海数字留言簿系统2.1版
软件语言: 简体中文
授权方式: 免费版
文件大小: 211K
系统平台: ASP+ACCESS
整理日期: 2007-8-21
系统简介:
上海数字留言本v2.1,继承了上海数字产品所具有优美的风格,简洁的程序化模式,更适合企业/个人网站修改成为自已的专业留言本系统。系统全部实现在自主管理,安全上采用md5 32位不可逆加密,全部防sql注入!
官方网址:http://www.168ee.com.cn/soft
演示网址:http://www.80088.cn/guestbook
下载网址:http://down.168ee.com/guestbook.rar-Shanghai digital book system version 2.1 software Language: English License: Free File Size: 211K System Platform: ASP+ ACCESS Finishing Date: 2007-8-21 System: Shanghai Digital Guestbook v2.1, inherited Shanghai figures Products have beautiful style, concise procedural model, more suitable for business/personal website to become their own professional modify the system message. System to achieve full self-management, security on the use of md5 32 bit non-reversible encryption, all the anti-sql injection! Official website: http://www.168ee.com.cn/soft Demo URL: http://www.80088.cn/ guestbook download URL: http://down.168ee.com/guestbook.rar
- 2022-03-24 02:31:04下载
- 积分:1