-
这是我学习java是收集来的一些入门的资料,希望能帮助那些才开始学习的人!...
这是我学习java是收集来的一些入门的资料,希望能帮助那些才开始学习的人!-This is my learning java is to collect some data entry, will help those who only started learning!
- 2022-02-01 04:47:24下载
- 积分: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
-
Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了...
Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
- 2023-05-05 23:15:02下载
- 积分:1
-
动易网站管理系统
动易网站管理系统-dynamic easy website management system
- 2022-08-08 15:54:21下载
- 积分:1
-
一个简单的http客户端,可以根据指定url从http服务器下载指定的文件。...
一个简单的http客户端,可以根据指定url从http服务器下载指定的文件。-A simple http client that can be specified url from the http server to download the file specified.
- 2023-02-02 23:25:03下载
- 积分:1
-
simple java counter
简单的java计数器-simple java counter
- 2022-03-21 05:55:00下载
- 积分:1
-
the program is to demonstrate the preparation of HTTP clients, and therefore mus...
该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。-the program is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand.
- 2022-07-17 00:29:47下载
- 积分:1
-
使用证书建立ssl安全连接
资源描述socket连接,使用ssl建立安全通道,传输数据,压缩包括里面包含client和server及相关证书。
目录结构:
gen_ca.sh: used to generate a ca cert
gen_subcert.sh: used to generate a sub cert from ca
Makefile: used to generate app_client and app_server by client.c and server.c
client.c:the client use ssl to transfer data
server.c: the server use ssl to transfer data
- 2022-02-25 14:06:16下载
- 积分:1
-
插座java
Proyecto de implementacióN插座CON java,realizado CON我爱Y CARIñO MI MI公司Y PORñ时代劳雷莱斯,佩克ñ公关áctica对位ilustrar EL funcionamiento de los插座在java
- 2023-05-26 16:15:03下载
- 积分:1
-
cccam dst cccam webmin
webmin het werkt als trein 模 vertrekt 的 cccam 模块
probeer maar uit 强调 zeg het 玛珥
- 2022-07-07 16:47:55下载
- 积分:1