-
用delphi+indy写的一个传送文件的范例。
用delphi+indy写的一个传送文件的范例。-use of a written document transmission model.
- 2023-03-08 20:10:03下载
- 积分:1
-
浪子吧全站1.1
浪子吧全站1.1-loafer it stand 1.1
- 2022-03-11 04:20:18下载
- 积分: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
-
c# write network chat tool with file transfer function.
c#写的网络聊天工具,带有文件传送功能。-c# write network chat tool with file transfer function.
- 2022-04-23 12:30:37下载
- 积分:1
-
Flash+ASP联合打造投票程序
Flash+ASP联合打造投票程序-Flash ASP create joint voting procedures
- 2023-02-21 01:25:04下载
- 积分:1
-
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC
- 2022-03-12 16:56:14下载
- 积分:1
-
ASP_成语查询拼音简繁转换程序
ASP_成语查询拼音简繁转换程序-ASP_ idiom inquiries Pinyin signpost procedures
- 2022-01-22 12:47:11下载
- 积分:1
-
该程序获得网页的详细信息
该程序获得网页的详细信息-the procedure for obtaining detailed information website
- 2022-03-16 05:02:06下载
- 积分:1
-
Oh, I was under the "non
呵呵,是俺根据《无缺留言本》改写的asp的留言本,比较好用,也很好看,希望各位喜欢,详细介绍请看zip文件的readme.txt-Oh, I was under the "non-repudiation of the message" rewrite of the asp of messages, better quality, but also very good, I hope you like details please see the zip file readme.txt
- 2023-04-03 15:05:04下载
- 积分:1
-
本人大二数据库实习作品,班级学生信息与成绩管理,典型的ASP+SQL2000的应用...
本人大二数据库实习作品,班级学生信息与成绩管理,典型的ASP+SQL2000的应用-internship database entries, class information and performance management, the typical application of ASP SQL2000
- 2022-01-28 08:42:32下载
- 积分:1