-
套接字编程
聊天应用程序是在 java 编程中非常重要的。你刚认识的套接字创建此程序算法。许多程序使用套接字编程,在他的节目。套接字编程有用到连接一台计算机到另一台计算机。
- 2022-12-20 15:45:03下载
- 积分:1
-
mailstatckclient VC
MailStatckClient vc
- 2022-02-02 21:13:55下载
- 积分:1
-
These directories contain the examples from Database Programming withJDBC and Ja...
These directories contain the examples from Database Programming withJDBC and Java, 2nd Edition.
- 2022-05-07 14:17:57下载
- 积分:1
-
- 2022-01-26 15:47:56下载
- 积分: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
-
Haokoo.net免费域名系统 (C#+VS.net版)软件介绍: 在此系统中你可学习一般的WEB服务器控件的使用,如Repater,DataList的分页,...
Haokoo.net免费域名系统 (C#+VS.net版)软件介绍: 在此系统中你可学习一般的WEB服务器控件的使用,如Repater,DataList的分页,DataGrid的分页、编辑、排序等功能的使用!!邮件的发送等,对于初学者是一个极好的学习教材-Haokoo.net free domain name system (C# VS.net version) software presentations : In this system you will be able to learn the general control of the Web server, like Repater, DataList tabs, the DataGrid paging, editing, sorting functions use! ! Mail delivery, for beginners is an excellent study material! !
- 2022-03-23 17:39:06下载
- 积分:1
-
一些Acjax的控件简单应用学习实例
一些Acjax的控件简单应用学习实例-Some control Acjax simple example of applied learning
- 2022-03-14 12:05:31下载
- 积分:1
-
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码-Dos under a large number of tcp procedures, contains a lot of agreement, such as telnet, ftp, tftp, such as source
- 2022-01-28 22:52:12下载
- 积分:1
-
IP监视工具源码
IP监视工具源码-IP surveillance tool source code
- 2023-03-04 16:45:03下载
- 积分:1
-
wince下UDP通信
在wince嵌入式系统环境下实现的UDP通信,能够传送基本的字符串信息,包括client端和server端的程序
- 2022-09-19 16:05:06下载
- 积分:1