-
PHP entire stations, lazy writing for the entire PHP stations for those who can...
PHP整站程序,适合懒的写PHP整站程序的人 也可以给PHP学习这参考-PHP entire stations, lazy writing for the entire PHP stations for those who can learn to PHP reference
- 2022-08-15 23:10:29下载
- 积分:1
-
socket编程实现文件上传
这是一个socket编程实例。Server端监听指定端口,接受Client端连接请求。Client通过发送connect请求与Server端建立Socket连接,然后向Server发送一个简单文件,Server接受该文件后存储到指定目录。完成上传后Server端主动断开连接。
- 2022-04-21 19:33:37下载
- 积分:1
-
ZeroMQ推拉模式测试网络延迟
更改ZeroMQ的演示代码,实现测试网络通信占用时间。 通过测试,zeromq通讯上的处理时间几乎可以忽略不计, 只受限于网络带宽。不愧是最快的消息中间件
- 2022-08-09 10:04:22下载
- 积分:1
-
犯错
实现FTP多线程下载 Http多线程下载与断点续传分析.txt-err
- 2022-02-02 05:53:22下载
- 积分:1
-
基于udp协议扫描ip地址
基于udp协议,编程实现扫描ip地址,实现未知ip地址的扫描,并获取ip地址显示出来。简单的C++程序
- 2022-08-17 16:17:48下载
- 积分:1
-
一个很热的ajax实例,ajax cd管理器,相信很多人需要
一个很热的ajax实例,ajax cd管理器,相信很多人需要-a hot ajax example, the ajax cd manager, I believe many people need
- 2022-03-12 03:16:49下载
- 积分:1
-
这是我写的一个从互联网上取得正确时间并设置本机时间的程序。只为学习希望多交流以后。
这是我写的一个从互联网上取得正确时间并设置本机时间的程序。只为学习希望多交流以后。-This is the one I wrote on the Internet to get the correct time and set the time for the procedure. Learning only hope for more exchanges later.
- 2022-01-26 04:22:12下载
- 积分:1
-
聊天室的源代码程序
聊天室的源代码程序-chat rooms source code procedures
- 2022-03-22 19:29:15下载
- 积分:1
-
灰色的华生调试malloc库C源代码中替换一滴…
The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities including very comprehensive heap testing and ex- cellent run-time debugging information.
- 2022-03-02 00:28:21下载
- 积分:1
-
c++ socket编程实例(含服务端和客户端及日志写入)
本代码是c++ socket编程实例。包含服务端和客户端代码,可以实现客户端发送消息,服务端接收消息并写入日志。server.cpp为服务端。client.cpp为客户端。首先,需要准备好C++环境。先编译运行server.cpp,显示:“server is start,waiting for client.”表示启动成功。再编译运行client.cpp,这时再看服务端,显示:“Hello, This is client whg”,表示收到客户端发来的消息。
- 2022-04-16 12:24:48下载
- 积分:1