-
Beijing Mandarin Oriental Network Office System
北京华信东方网络办公系统-Beijing Mandarin Oriental Network Office System
- 2022-03-19 09:39:47下载
- 积分:1
-
C#基于TCP/IP协议的Socket连接实例
资源描述C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例,C#基于TCP/IP协议的Socket连接实例
- 2022-07-18 10:52:15下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1677
International Morse cod
- 2022-01-26 00:08:05下载
- 积分:1
-
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这...
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这部分的开发人员可以参考。-IE repair tool, for professionals who fix IE is very simple to run several associated registration on without getting in trouble, but for non-professionals, and the code used on the calling EXE software code to send keyboard operation, etc., are not familiar with the part of the developers can refer to.
- 2022-07-13 03:06:24下载
- 积分:1
-
本程序的功能如下: 1)本程序完全采用jsp脚本技术 2)后台管理,可以对栏目进行设置,添加、删除、修改栏目和专题的功能 3)可以对添加的记录进行添加、删除、编...
本程序的功能如下: 1)本程序完全采用jsp脚本技术 2)后台管理,可以对栏目进行设置,添加、删除、修改栏目和专题的功能 3)可以对添加的记录进行添加、删除、编辑的功能 4)前台可以自动生成栏目,默认为选择前十的栏目 5)前台显示当天的下载爬行和总的下载排行 6)前台能够显示数据的统计 7)本程度的美化做得已经很好了,几乎拿来过来就能用 8)可以进行注册、登陆、搜索的功能-the functions of the procedures are as follows : 1) the procedure completely jsp scripting 2) background and management will be set up for the columns, add, delete, modify columns and features three themes) can add to the record to add, delete, edit function 4) before Taiwan can automatically generate columns, the default choice for the first 10 columns 5) shows prospects of the day and the total download crawling download ranked 6) outlook to the statistical data shows 7) the extent of the landscaping has been done well, can be almost used up eight) can be registered, landing , the search function
- 2022-09-25 14:25:02下载
- 积分:1
-
以聊天工具的开发为例,介绍了应用tcp/ip协议进行网络编程的一般规则。...
以聊天工具的开发为例,介绍了应用tcp/ip协议进行网络编程的一般规则。-tcp/ip development
- 2023-04-29 05:10:03下载
- 积分:1
-
实例01
实例01-简单网络聊天室-01-Simple Network Chat Room
- 2022-01-21 22:17:26下载
- 积分:1
-
博客程序整站(完整)
博客程序整站(完整)-blog Station (integrity)
- 2022-04-24 11:39:41下载
- 积分:1
-
the game ping pong in the langage of java
the game ping pong in the langage of java
- 2022-03-17 01:31:12下载
- 积分: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