If the command line way of configuring your proxy server doesn't work, you can probably just edit .gitconfig (in the root of your profile, which may h...
1.saltstack基础详细介绍
Saltstack使用Python开发,是一个非常简单易用和轻量级的管理工具。由Master和Minion构成,通过ZeroMQ进行通信
Saltstack的master端监听4505与4506端口,4505为salt的消息发布系统,4506为salt客户端与服务端通信的端口;salt客户端程序不监听端口,..
分类:
其他好文 时间:
2015-09-12 20:27:02
阅读次数:
226
Java动态代理一——动态类Proxy的使用更详细的参考:http://blog.csdn.net/lovelion/article/details/81167041.什么是动态代理?答:动态代理可以提供对另一个对象的访问,同时隐藏实际对象的具体事实。代理一般会实现它所表示的实际对象的接口。代理可以...
分类:
编程语言 时间:
2015-09-12 20:22:37
阅读次数:
140
使用mod_proxy这种方法要添加上mod_proxy_http.so在httpd.conf 中打开httpd-vhost在 httpd-vhost 里面添加上 ServerName localhost ProxyPreserveHost On ProxyRequests Off ProxyPas...
分类:
Web程序 时间:
2015-09-12 17:30:59
阅读次数:
125
package com.free.testProxy;import java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import java.lang.reflect.Proxy;/*** 动态代理的三个条件* 1...
分类:
编程语言 时间:
2015-09-12 16:09:26
阅读次数:
145
EF中有两种类型的实体:POCO Entity和dynamic proxy entity。POCO Entity (Plain Old CLR Object)POCO class是一个类,它不依赖任何.NET framework的基类,它就像任何其他的普通类一样,这也是为什么被称之为“Plain O...
分类:
其他好文 时间:
2015-09-12 16:05:32
阅读次数:
193
I. Open Android SDK Manager II. Config User Defined Sites Add this url to "User Defined Sites": http://android-mirror.bugly.qq.com:8080/android/repository/addon.xml III. Config Proxy Make sue to se...
分类:
移动开发 时间:
2015-09-12 01:09:28
阅读次数:
291
1、一个简短的引论代理server(Proxy Server)是一种重要的server安全功能,它的工作主要在开放系统互联(OSI)模型的会话层,从而起到防火墙的作用。代理server大多被用来连接INTERNET(国际互联网)和INTRANET(局域网)。主要功能:就是代理网络用户去取得网络信息。...
分类:
编程语言 时间:
2015-09-11 22:06:33
阅读次数:
285
Content Content Introduction Structure and Dependencies Usage Patterns As an Explicit Intermediate As a Request Sender for Web Services As a Proxy Advanced Settings Slow Connection Simulation HTTP ...
分类:
其他好文 时间:
2015-09-11 17:47:32
阅读次数:
235
(我操作的系统是kali linux)1.利用burpsuite代理设置拦截浏览器请求(具体操作步骤可参考:http://www.cnblogs.com/hito/p/4495432.html)2.拦截完成的请求具体内容在“Proxy--Intercept”中完整展现3.右键选中-copy to f...
分类:
数据库 时间:
2015-09-11 12:16:30
阅读次数:
377