搜索资源列表
tcp网络代理服务器
- tcp网络代理服务器,实现tcpip的网络代理服务源代码!-tcp Network proxy server to achieve TCPIP network services agency source code!
代理服务程序的实现
- 《--程序1--》一个简单的Socks5代理服务程序的实现-"-- procedures 1 --" a simple Socks5 proxy service procedures to achieve
代理服务知识大全
- 代理服务知识大全,有关代理服务器的基础知识-agency services knowledge Daquan, the proxy server based knowledge
代理服务器知识
- 这里是关于代理服务最为有用的文章。既可以当作教程,也可以作为相关文档进行查阅。希望能对大家有所帮助!-here on agency services is the most useful article. Both can be used as a guide, can be used as documentation for inspection. The hope is to help everyone!
socks_code.zip
- Java写的Socks4和Socks5代理服务的客户端和服务器端工具库源码,Java writes Socks4 and the Socks5 proxy serves customer end and server end tool room source code
SpiderProxy.rar
- 找代理服务手工验证是一个很繁琐的工作,本代码使用C#抓取代理地址列表,通过 www.cnproxy.com等网站, 并自动完成对可用代理服务器验证功能,Looking for proxy service manual verification is a very tedious work, the code uses the C# proxy address list to crawl through www.cnproxy.com such sites, and automatically
TCPProxy
- 这个是代理服务器的本地客户端,即,IE与代理服务器的中介。可以用来给IE数据包加密解密。配合代理服务器使用,请搜索MyProxy.rar-This is a local proxy server client that, IE with a proxy server intermediary. IE can be used to encrypt and decrypt data packets. With a proxy server to use, search MyProxy.rar
ServerProxy
- 界面很漂亮的一款VB代理服务器程序,并可对所有代理服务器的IP列表进行逐一检测,代理服务器列表你可以从外部导入,另外程序界面使用了PNG贴图,想学习的朋友不妨下载研究一下。-A very beautiful interface VB proxy server program, and to all the proxy server IP list one by one detection, proxy server list you can import from the outside, wh
ProxyAccess
- 用来方便地设置本地IP地址、子网掩码、DNS、网关等,还有IE的代理服务器地址。-Used to easily set up the local IP address, subnet mask, DNS, Gateway, as well as IE s proxy server address.
proxy
- 网络代理服务起源码,delphi语言开发,操作简单-Network proxy service from source, delphi language development, simple operation
HTTP_PROXY
- http代理服务的网络编程程序,可以在程序中实现http代理-http agent service network programming procedure, you can achieve in the proceedings http agent
GauntProxy
- 一个多功能Windows代理服务器的程序。这个程序支持HTTP、HTTPS、Telnet、Socks V4 V5。-A multi-functional proxy server
exercise
- 用于自动点击搜索引擎,提升网站排名。可以设置代理服务器去点击,但不要点击太频繁哦,会被百度封杀IP的。-auto click your web site to promote its
HTTP_Proxy
- HTTP代理服务程序,基于delphi7开发,无第三方插件,直接编译可用。代码包中的EXE可以直接使用,默认端口-HTTP proxy service program, based on delphi7 development, no third-party plug-ins, direct compilation available. Code package can be used directly in the EXE, the default port 9999
HTTPdailifuwu
- http代理服务器源码,是从一本书的光盘里得到的,希望会对大家有帮助,拜托了,我需要一个代码-http proxy server source code, from CD-ROM in a book to get, which I think may be helpful, please, I need a code
SOCK5
- 这软件事我在晚上无聊没事做了做出来的,可以把电脑架设成SOCK5代理服务器,已经过测试,并且登录QQ。源代码在“SOCK5代理.rar\SOCK5代理\SOCK5代理”里,sockmain.c包含了入口点。如果运行时没参数,将会默认绑定1080端口,否则将会改变成自己想要的。使用虚拟服务器(端口映射)可以把电脑变成公网代理服务器。-I use my spare time to make this software.You can compile it and use it to set up a
简单的代理服务程序的实现
- 用VC++实现的一个简单的代理服务程序的实现-The realization of a simple proxy services program implemented with VC++
c# HTTP代理服务器
- 代理服务,走的是http请求,实现普通代理请求。(The proxy service is the HTTP request)
SimpleHTTPProxyServer-master
- 一个简易的HTTP代理服务程序。功能非常不错啊,欢迎使用(a simple http agent web server)
我的微服务架构实践心路历程-易海军
- 模仿“微服务相关的两个关键理念:支持独立性,支持快速演化” SFIP将一个服务功能划分成多个更小的bean组分布在同一进程但相对独立的spring 容器中,有利于更好的团队分组分工,并且有很强的可替换性。 SFIP 赞同分布式计算第一定律:“如果不是真正需要就不要让系统分布式” 比如逻辑层和访问数据代理层的分布,就会让简单树状关系变成复杂网状关系。 SFIP要将星状调用简化为树状态调用 继承ESB,ESB有其历史贡献,比如服务编排,快速开发(Service Fast Integration