-
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。...
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。-This is what I made a small software. Please wait for advice grades. Ha ha. ASP, and a bit mean.
- 2023-03-12 19:10:04下载
- 积分:1
-
http代理服务器
http代理服务器-http proxy server
- 2023-08-04 11:55:02下载
- 积分:1
-
MFC应用程序的高级应用程序开发
应用MFC开发高级应用程序-MFC Application Advanced Application Development
- 2022-03-18 11:13:19下载
- 积分:1
-
C#异步Socket写的TcpRouter程序
C#源码,用于监听一个端口,转发到指定IP 端口的另一台计算机。一般用于熟悉C#的人使用,可自由修改一适应编程环境的需要。
- 2022-02-09 15:07:23下载
- 积分:1
-
personal job management system "allows you to find work to facilitate the p...
个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。具体请看readme文件。 -personal job management system "allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and the company"s response, support multiple users, is a multi-user system. For details, please read the readme file.
- 2022-05-20 00:59:33下载
- 积分:1
-
winsocket udp 编程 新手可以
winsocket udp 编程 新手可以-winsocket udp programming novice can s
- 2022-06-15 00:56:57下载
- 积分:1
-
150套网页模板
150套网页模板-150 website template
- 2023-07-09 22:40:10下载
- 积分:1
-
IRC消息协议栈
irc message protocol stack
- 2022-02-24 17:55:04下载
- 积分: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
-
一个打包好的.NET环境下的TCP插口组件
一个打包好的.NET环境下的TCP插口组件-a good package.NET environment TCP socket components
- 2022-03-03 20:00:57下载
- 积分:1