-
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当...
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Description of the procedures for the security thread. The examples of the functions and multi-threaded server with similar examples, but the addition of a customer data storage function, which is to store each server will connect customers come in all the data, when connected after termination of service customers will show the names and corresponding data.
- 2022-01-22 03:51:50下载
- 积分:1
-
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析MAIL
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析MAIL-based on the TCP protocol analysis, analysis of WINPCAP engine, the main use to analyze MAIL
- 2022-02-01 03:21:03下载
- 积分:1
-
一个局域网的IP地址扫描器,可扫描到局域网的所有机器的名称,IP地址及MAC地址...
一个局域网的IP地址扫描器,可扫描到局域网的所有机器的名称,IP地址及MAC地址-a LAN IP address scanners, can scan all the LAN to the machine name, IP address and MAC address
- 2022-08-08 01:58:24下载
- 积分:1
-
网络编程原理文摘!大家都来看看啊!还不错啊!无解压密码...
网络编程原理文摘!大家都来看看啊!还不错啊!无解压密码-Network Programming tenets Digest! Everyone arrives! Not a bad thing! Without extracting passwords
- 2022-02-09 11:55:04下载
- 积分:1
-
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。-Vc6.0 use development, the network can monitor real-time monitoring of network traffic, while the use of image analysis showed that the size of network traffic. Worth considering.
- 2022-09-19 14:55:03下载
- 积分:1
-
通过struts实现ajax,实现页面得无刷新,ajax为一种异步提交模式
通过struts实现ajax,实现页面得无刷新,ajax为一种异步提交模式-through struts to achieve ajax achieve pages in REFRESHING, ajax asynchronous presented as a model
- 2022-02-01 12:30:07下载
- 积分:1
-
封装了所有网络通信接口得类,可以为了节省很多重复写代码得工作。...
封装了所有网络通信接口得类,可以为了节省很多重复写代码得工作。-Packaging of all network communication interface in the category, in order to save a lot of duplication in the work of writing code.
- 2023-03-16 13:45:03下载
- 积分:1
-
Windows Sockets规范及应用Windows网络编程接口
Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
- 2022-04-10 09:27:52下载
- 积分:1
-
利用这软件,可以保存历史纪录,创建收藏家收藏网址的多功能的Web阅览器。...
利用这软件,可以保存历史纪录,创建收藏家收藏网址的多功能的Web阅览器。-use of this software, we can preserve the historical record, to create collectors of multi-site Web reader.
- 2022-02-02 11:32:31下载
- 积分:1
-
MFC下基于流套接字的网络通信客户端程序
网络应用软件利用计算机间的连接,来实现双方的通信。连接的计算机做为一个节点,通过IP地址来标识该计算机。通信时向对方发送一个连接请求包含端口号和IP地址。在Client/Server模式下,客户端 需先建立Socket,初始IP地址和端口号;向指定的服务器端IP地址和端口发送连接请求;连接成功后,向服务器端发送命令或数据;发送完毕,关闭连接。
- 2022-03-20 15:18:00下载
- 积分:1