-
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符...
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, once the connection is shown to the customer address, and then receive the customer"s name and display. Before receiving from the customer"s information (string). Whenever received a string, it shows that the string, the string will be inverted, and then reverse the characters back customers. Continue, after waiting for the customer to receive the information until the customer close the connection. Servers simultaneously with the ability to more customers.
- 2022-01-28 05:53:05下载
- 积分:1
-
linux下的文件传输系统,有客户端和服务器端
linux下的文件传输系统,有客户端和服务器端-Under linux file transfer system, a client-side and server-side
- 2022-02-12 02:09:03下载
- 积分:1
-
Windows Sockets 规范及应用
Windows Sockets 规范及应用-Windows Sockets specification and application
- 2023-04-07 12:50:03下载
- 积分:1
-
C #连接GPRS发送消息到服务器实验
C#中连接GPRS 并向服务器发送信息的实验-C# Connect GPRS to send messages to the server Experimental
- 2022-07-21 22:40:02下载
- 积分:1
-
vc封装了HTTP操作的类支持代理服务
vc封装了HTTP操作的类支持代理服务-vc encapsulates the type of operation in support of HTTP proxy service
- 2022-12-15 20:20:03下载
- 积分:1
-
一个软件自动更新程序,包括更新文件版本等信息获取,md5码计算比较,http下载,cab压缩文件解压等模块...
一个软件自动更新程序,包括更新文件版本等信息获取,md5码计算比较,http下载,cab压缩文件解压等模块-an automatic software updates, including the updating of documents and other information obtained, md5 dollar terms, http download, decompress compressed files cab modules
- 2022-08-26 14:05:09下载
- 积分:1
-
一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存...
一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal" s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
- 2022-06-02 06:52:55下载
- 积分:1
-
用pascal实现多线程断点续传功能,欢迎下载
用pascal实现多线程断点续传功能,欢迎下载-By pascal realize multi-threaded HTTP functionality, welcome to download
- 2022-04-17 06:27:08下载
- 积分:1
-
A remote monitoring program. The preparation of the environment VC6.0+ WINDOWS20...
一个远程监视程序。
编写环境为VC6.0+WINDOWS2000
主要功能是管理Server的磁盘文件 主要包括:
上传文件
下载文件
执行文件
删除文件
文件属性
删除目录
创建目录
屏幕监视
-A remote monitoring program. The preparation of the environment VC6.0+ WINDOWS2000 main function is to manage the disk file Server include: upload files download files document the implementation of file to delete to delete the directory attributes to create the directory screen monitor
- 2022-04-01 17:40:44下载
- 积分:1
-
过直接控制DNS进程(其实也就是svchost.exe,不过对应用户名是NETWORK SERVICE)进行数据传输的例子.编程中出现了很多问题,比方说获取sv...
过直接控制DNS进程(其实也就是svchost.exe,不过对应用户名是NETWORK SERVICE)进行数据传输的例子.编程中出现了很多问题,比方说获取svchost对应用户名时没有权限(但是能够操作LOCAL SERVICE),在句柄值为0x2c时进行getsockname时会停止运行-DNS direct control over the process (that is, in fact, svchost.exe, but on the application name is NETWORK SERVICE) examples of data transmission. Programming in a lot of problems, for example, to obtain the application name svchost without permission (but able to operate LOCAL SERVICE), in the handle when the value of 0x2c will stop running getsockname
- 2022-10-10 17:30:03下载
- 积分:1