-
ASP版的实现windows计划任务,添加 删除基本功能都实现了
ASP版的实现windows计划任务,添加 删除基本功能都实现了-ASP version of the realization of windows scheduled tasks to add basic functions are realized remove
- 2022-02-11 17:27:07下载
- 积分:1
-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
微信PC端程序
应用背景
微信PC程序代码
亲测有用
关键技术
采用C#技术,调用微信SDK接口
开发 的微信代码
- 2022-06-20 02:18:29下载
- 积分:1
-
BLA BLA BLA BLA
;sfa saf公司
- 2022-08-25 00:51:13下载
- 积分:1
-
VC++HTTP下载
通过SOCKET来发送GET请求,并且获取网页的返回状态,并下载网页。并且包含一个简单的测试程序,能够下载WWW.BAIDU.COM的网页内容
- 2022-05-08 19:17:31下载
- 积分:1
-
BS结构的教师管理系统
BS结构的教师管理系统-BS structure of the management system for teachers
- 2023-01-14 09:45:03下载
- 积分:1
-
cisco-2950交换机的应用程序的源代码
cisco-2950交换机的应用程序的源代码-cisco- 2,950 switchboards application procedures source code
- 2022-06-06 14:47:33下载
- 积分:1
-
运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。...
运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。-running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server operating procedures, functions more powerful.
- 2022-07-15 15:57:02下载
- 积分: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
-
ASP website module, module can be used to produce personal websites
ASP网站模块,可以以此为模块制作个人网站-ASP website module, module can be used to produce personal websites
- 2022-07-03 21:42:33下载
- 积分:1