搜索资源列表
HTTPproxy-vc
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然也可以在源代码中改变指定的位置。-This is an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory
Proxy_Server
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器-This is an example of a proxy server, which supports two agents, which have a virtual Web server
ProxyServer12
- HTTP代理服务器的例子,包括完整源代码,功能很简单,可以提供一级和二级代理服务.-HTTP proxy server examples, including complete source code, function is very simple. to provide a service and two agents.
tcpmapping
- 代理软件可以设置为二级代理进行上网 代理 软件可以设置为二级代理进行上网-agent software can be set to two agents acting for the Internet software can be set to two agents acting for the Internet the software can be set to two agents online
代理
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is &
Http_PServer
- 用户可以通过实例实现一级或二级代理,同时该代理服务器内嵌有Web服务器,用户可以通过其虚拟域名对其主页进行访问。-user can achieve an example or two agents, The proxy server also incorporates a Web server, users can, through its virtual domain name of their home for a visit.
HTTPdailifuwuqi
- 这是一个HTTP代理服务器的实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问-This is a HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server is also equipped with a Web server, us
HTTP_ProxyServer_VC
- C++语言写的一个HTTP代理服务器实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问.请在VC++6.0及以上环境下编译-the C language to write an HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server
SNMP_agent
- SNMP 的使用实例:SNMP二级代理机制的研究与实现
ProxyServer
- 给兄弟们分享个HTTP代理服务的源码,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有Wed服务器,用户可以通过其虚拟域名对其主页进行访问。
HTTP_proxy
- 用户能通过这个程序实现一,二级代理,同时该代理服务器还内含有web服务器,用户可以通过其虚拟域名对其主页进行访问。
Proxy_Sev
- 这是一个代理服务器实例,它支持二级代理﹐其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”,在执行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This is an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is
代理
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is &
HTTPproxy-vc
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然也可以在源代码中改变指定的位置。-This is an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory
ProxyServer12
- HTTP代理服务器的例子,包括完整源代码,功能很简单,可以提供一级和二级代理服务.-HTTP proxy server examples, including complete source code, function is very simple. to provide a service and two agents.
Http_PServer
- 用户可以通过实例实现一级或二级代理,同时该代理服务器内嵌有Web服务器,用户可以通过其虚拟域名对其主页进行访问。-user can achieve an example or two agents, The proxy server also incorporates a Web server, users can, through its virtual domain name of their home for a visit.
HTTPdailifuwuqi
- 这是一个HTTP代理服务器的实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问-This is a HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server is also equipped with a Web server, us
HTTP_ProxyServer_VC
- C++语言写的一个HTTP代理服务器实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问.请在VC++6.0及以上环境下编译-the C language to write an HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server
ProxyServer
- 给兄弟们分享个HTTP代理服务的源码,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有Wed服务器,用户可以通过其虚拟域名对其主页进行访问。-Brothers to share a source HTTP proxy service, users can realize through its one or two agents, at the same time the proxy server also has embed
自动HTTP代理
- 一个HTTP/HTTPS代理服务器,收到请求后,会自动直接对外进行请求连接,如果连接失败超时,会自动启用配置的二级代理对外进行连接。代码为C++。