-
一个开放源码的高级NIDS系统 目前最著名最活跃的开放源码NIDS项目,定位于轻量级的入侵检测系统...
一个开放源码的高级NIDS系统 目前最著名最活跃的开放源码NIDS项目,定位于轻量级的入侵检测系统-an open source system is currently senior NIDS most famous of the most active open source projects NIDS, located in the lightweight Intrusion Detection System
- 2022-07-11 21:51:37下载
- 积分:1
-
大家都考三级网络都需要的书,现在一般的三级网络上机题都是在里面找的一些题目,希望能够对大家有帮助...
大家都考三级网络都需要的书,现在一般的三级网络上机题都是在里面找的一些题目,希望能够对大家有帮助-we have obtained three networks are needed, While the three networks on the plane and that they were looking for some topics, we hope to be able to help
- 2022-05-19 12:43:56下载
- 积分:1
-
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。 -a simple and practical capturing Packet Note for beginners capturing Packet networks are of great help.
- 2022-01-26 07:08:32下载
- 积分:1
-
"Visual C Programming Network Communication practical case Showcase" s...
&支持自由/开源软件的visualc编程网络通信实例展示
- 2022-06-14 06:45:04下载
- 积分:1
-
版本信息:桃源网络硬盘.Net 2.0 (免费版)
开发环境:Microsoft.NET Framework SDK
运行要求:
・Window...
版本信息:桃源网络硬盘.Net 2.0 (免费版)
开发环境:Microsoft.NET Framework SDK
运行要求:
・Windows 2000 或 Windows XP 安装 .Net Framework 或 VS.net、Windows 2003
・要求上传目录有写权限
・建议放在虚拟目录下,如果放在非虚拟目录下请把bin目录连同其中的文件放在网站根目录下
主要功能:
・ 支持多人注册使用,注册后生成自己的专用文件夹,互不影响;
・ 在线上传文件、可分文件夹管理;
・设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写;
・会员管理功能,可对每个用户的单独空间大小进行设置;
・登录时验证码控制安全登录;
・支持大文件及多文件上传;
・支持文件搜索;
・使用方法访资源管理器。
-version information : Yuen network drives. Net 2.0 (free version) development environment : Microsoft.NET Framework SDK operating requirements : Windows 2000 or Windows XP installed. Net Framework or VS.net, Windows 2003 directory upload a request was made to build competence discussion on the virtual directory, if placed on the non-virtual directory Please bin directory together with the document root directory on the website under the main functions : support for the use of people registered, registration produce their own special folder, separating; online upload documents can be
- 2022-07-10 19:14:25下载
- 积分:1
-
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java...
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善
-The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
- 2022-02-09 15:18:54下载
- 积分:1
-
连接服务器的一个SOCKET类 可以重复连接
连接服务器的一个SOCKET类 可以重复连接
- 2022-03-25 16:13:19下载
- 积分:1
-
http协议下载文件vc实现,可以做网页图片采集,内容采集解压密码www.39g.com...
http协议下载文件vc实现,可以做网页图片采集,内容采集解压密码www.39g.com-http protocol to download files vc achieve, you can do page image acquisition, content acquisition unzip password www.39g.com
- 2023-07-30 19:20:03下载
- 积分:1
-
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。...
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。-In the TCP/IP network applications, the communication process of the interaction between the two main model is client/server model, that is, customer service requests to the server, the server receives a request, provide the necessary services.
- 2022-01-26 00:53:10下载
- 积分:1
-
Use CSocket remote desktop functionality. Process a bit complicated, mainly the...
利用CSocket实现远程桌面功能。程序有点复杂,主要是CSocket的运用。 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-Use CSocket remote desktop functionality. Process a bit complicated, mainly the use of CSocket. To achieve the main idea is: first issued back to the local Remote Desktop Capture, and then in the dialog box shows that the local mouse and keyboard moves into a command input, and then sent to the remote host implementation (actually, this step is to simulate the mouse and keyboard operation), and finally re-captured the remote desktop back to the local, in the dialog box is displayed. This also enables the system comes with remote desktop functionality.
- 2022-08-13 07:08:03下载
- 积分:1