-
windos自带的rpc通信,是相当有用的东西,他与com有相似之处,只不过一个是面、向过程的,一个是面向对象的,...
windos自带的rpc通信,是相当有用的东西,他与com有相似之处,只不过一个是面、向过程的,一个是面向对象的,-windos own rpc communications, is a useful thing, there are similarities between he and the com, but a face, to the process, one is object-oriented,
- 2023-01-11 22:15:03下载
- 积分:1
-
从HTTP服务器接受文件的控制台程序源代码
从HTTP服务器接受文件的控制台程序源代码-HTTP server from the console to accept document source code
- 2022-12-04 05:20:03下载
- 积分:1
-
ssh3框架集成项目
开发工具:eclipse
环境:jdk1.7以上
功能描述:这个框架集成了struts2 spring hibernate3 前端用的是easyui 数据库是oracle,这个demo实现了简单的权限管理,菜单配给及相应的业务逻辑(实现了增删改查),业务模块实现了邮件的发送,会对一定条件的信息进行邮件发送,并且调用了websocket接口,请大神们指正,谢谢!
- 2022-06-15 21:21:52下载
- 积分:1
-
用VC++实现的字符串处理程序,可以定向的修改或是添加原代码
用VC++实现的字符串处理程序,可以定向的修改或是添加原代码-with VC string handling procedures can be directed to amend or add to the original code
- 2023-02-18 00: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
-
VB编写的CGI程序所必须的模块。
VB编写的CGI程序必须有模块。
- 2022-06-17 15:21:11下载
- 积分:1
-
用Struts+hibernate写的宠物医院,适合大家学习这两个框架的应用。...
用Struts+hibernate写的宠物医院,适合大家学习这两个框架的应用。-With Struts+ Hibernate write pet hospital for everyone to learn the application of these two frameworks.
- 2022-04-23 12:32:21下载
- 积分:1
-
UDP广播通信
VC++ 写的一个关于UPD广播通信原理及实现,分两个工程,一端是用来发送,另一端用来接收;希望本例子能给您带来帮助。
- 2022-11-11 22:50:03下载
- 积分:1
-
局域网IP地址扫描
可以进行局域内IP地址扫描,在windows操作系统中运行,能扫描到的IP地址也限于windows操作系统中
- 2022-03-03 11:58:14下载
- 积分:1
-
SconeServer is a modular, object
SconeServer is a modular, object-orientated and extremely versatile network server framework. -SconeServer is a modular, object-orientated and extremely versatile ne twork server framework.
- 2022-07-13 13:16:03下载
- 积分:1