-
Ethernet physical layer interface device
以太网物理层接口器件-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver-Ethernet physical layer interface device-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver
- 2022-07-05 06:50:26下载
- 积分: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
-
nhibernate programming, powerful and useful
nhibernate编程,功能强大且实用-nhibernate programming, powerful and useful
- 2022-03-29 16:49:30下载
- 积分:1
-
one udp server running on unix with cygwin.d
one udp server running on unix with cygwin.d
- 2023-07-07 19:00:03下载
- 积分:1
-
getMail_jsp exercises, beginners can see java
getMail_jsp练习,java初学者可以-getMail_jsp exercises, beginners can see java
- 2022-06-13 11:06:21下载
- 积分:1
-
this is the LOGO Home Collection
这个是主页的LOGO合集-this is the LOGO Home Collection
- 2022-03-18 23:45:57下载
- 积分:1
-
完整的TCP/IP源代码,绝对好用
完整的TCP/IP源代码,绝对好用-integrity of the TCP/IP source code, absolutely handy
- 2022-01-25 19:08:40下载
- 积分:1
-
以太网MAC dm9000的若干资料,使用DM9000时的有用参考啊
以太网MAC dm9000的若干资料,使用DM9000时的有用参考啊-Ethernet MAC dm9000 certain information, the use of a useful reference when DM9000 ah
- 2022-01-31 02:40:38下载
- 积分:1
-
对网络的操作有很好的作用
只有网络运行权很好
- 2023-08-07 10:40:03下载
- 积分:1
-
Asp. Net 2.0 WebPart application. Web use modular components to create Web Appli...
asp.net 2.0 WebPart应用.
使用Web部件创建模块化的Web门户应用;
个人化特性和自定义特性;
将自定义用户控件作为Web部件使用;
创建一个个人化特性的提供程序;
现今门户应用非常流行,好的门户都有共同而显著的特点。那就是都会给访问者提供雅观的信息,并且这些信息都是通过模块化的、一致的、易于浏览的用户界面提供的。一些综合性的门户网站走得更远,它们甚至允许网站成员提供内容、上传文档以及个人化门户页面。 -Asp. Net 2.0 WebPart application. Web use modular components to create Web Application gateway; personal identity and self-definition of identity; Since the definition of user controls as Web Parts; create a personal characteristic for the procedures; Application gateway now very popular, a good gateway to have a common and significant features. That is the will to provide surfers with regards to the information, and such information through modular, consistent, easy access to the user interface to provide. Integrated portal gone farther, even allowing for their members, Upload documentation, and personalized portal pages.
- 2023-05-15 16:15:05下载
- 积分:1