Improve the performance of your network using the caching and access control capabilitiess of squid.A beginner level knowledge of Linux/Unix operating...
分类:
其他好文 时间:
2015-10-20 22:41:00
阅读次数:
197
# (1)、将111.206.217.0/24、218.75.110.0/24两个网段IP地址插入proxy.nmap_ip表中,type字段按照个人序号插入。def readIpByAddr(): ip_list= [] for i in range(255): i = ...
分类:
编程语言 时间:
2015-10-20 14:01:18
阅读次数:
260
启动 Android SDK Manager ,打开主界面,依次选择「Tools」、「Options...」,弹出『Android SDK Manager - Settings』窗口;在『Android SDK Manager - Settings』窗口中,在「HTTP Proxy Server」和...
分类:
移动开发 时间:
2015-10-19 19:18:19
阅读次数:
153
1.初识代理模式 生活中大家一定遇到这样的情况了:比如说我要买一条毛巾,不妨就是洁丽雅的吧,那一般人的话我应该不是去洁丽雅的工厂里面直接去买吧,而是我们 在洁丽雅专卖店或者什么超市啊,这些地方购买,这些地方实际上就是洁丽雅毛巾的代理。这其实和我们OO中的代理模式是很相似的。 一个it人士,上网应.....
分类:
其他好文 时间:
2015-10-19 15:32:17
阅读次数:
174
Binder分析 需了解C/S还有管理这些的ServiceManager。 简单来讲你(client)有个包裹(parcel)让快递员(proxy)送到公司(server), 公司(server)接到包裹(parcel)后检查是否是自己的,是的话解开包裹,找相应的部门(corresponding ....
分类:
其他好文 时间:
2015-10-16 13:15:46
阅读次数:
157
介绍一下mysql-proxy:MySQL-ProxyMySQL-Proxy是一个处于你的client端和MySQLserver端之间的简单程序,它可以监测、分析或改变它们的通信。它使用灵活,没有限制,常见的用途包括:负载平衡,故障、查询分析,查询过滤和修改等等。MySQL-Proxy就是这么一个中间层代理,简单的说..
分类:
数据库 时间:
2015-10-16 10:13:04
阅读次数:
333
设置 /etc/yum.conf 添加proxy=http://web-proxy.corp.xx.com:8080 /etc/yum.repos.d/rhel-source.repo 里面改成enable=1 gpgcheck=0 然后再/etc/yum.repos.d下增加一个文件hp-coe....
分类:
其他好文 时间:
2015-10-15 18:03:02
阅读次数:
200
Windows 服务器SQL Server数据库ExchangeLync ServerSystem CenterHyper-V安全接入- ADFS Proxy (Active+Directory+Federation+Services)...
分类:
其他好文 时间:
2015-10-15 13:00:52
阅读次数:
156
使用的模块:ngx_http_proxy_module官方文档:http://nginx.org/en/docs/http/ngx_http_proxy_module.html#example示例:location/{
proxy_pass//指定upstremserver地址,将请求报文发给哪台web服务器
proxy_set_headerHost$host;//客户端请求时浏览器中输入的主机名,记录这个..
分类:
其他好文 时间:
2015-10-15 06:32:32
阅读次数:
314