码迷,mamicode.com
首页 >  
搜索关键字:cpan proxy authentication needed    ( 7708个结果
CentOS 6.4下Squid代理服务器的安装与配置
一、简介 代理服务器英文全称是Proxy Server,其功能就是代理网络用户去取得网络信息。 Squid是一个缓存Internet 数据的软件,其接收用户的下载申请,并自动处理所下载的数据。当一个用户想要下载一个主页时,可以...
分类:其他好文   时间:2014-09-30 17:33:40    阅读次数:331
HttpWebRequest WebExcepton: The remote server returned an error: (407) Proxy Authentication Required.
1.Supply the credentials of the Currently Logged on User to the Proxy object similar to this:// Begin code change by jeff // Obta...
分类:Web程序   时间:2014-09-30 14:42:49    阅读次数:192
在没有插件的情况下为Chrome设置Proxy
Chrome更新过后不支持安装本地插件了,但是没有proxy的情况下又不能访问Chrome商店,这样就形成了一个死循环;可以使用命令行启动的方式为Chrome设置proxy,命令行中输入:chrome执行程序--proxy-server="socks5://localhost:1080"
分类:其他好文   时间:2014-09-30 09:42:12    阅读次数:180
Files to be needed by importing the android application with eclipse
1. AndroidManifest.xml2. project.properties# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE E...
分类:移动开发   时间:2014-09-29 15:42:51    阅读次数:157
HTTP认证方式
HTTP请求报头:AuthorizationHTTP响应报头: WWW-AuthenticateHTTP认证基于“质询/回应(challenge/response)”的认证模式。◆ 基本认证 basic authentication ← HTTP1.0提出的认证方法 客户端对于每一个realm,.....
分类:其他好文   时间:2014-09-29 14:09:00    阅读次数:227
CentOS-6.4-minimal版中Apache-2.2.29配置请求转发
简述了CentOS中配置Apache-2.2.29实现请求转发的功能...
分类:其他好文   时间:2014-09-29 11:10:00    阅读次数:156
ThreadPoolExecutor 分析
一。从用法入手Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.These pools wil...
分类:其他好文   时间:2014-09-29 02:31:56    阅读次数:228
C# 应用程序域
应用程序域1.配置类:SetupInfo;2.代理类:Proxy;3.代理对象类:ProxyOjb;
分类:其他好文   时间:2014-09-29 02:18:26    阅读次数:133
IIS身份验证的配置
前4者配置:localhost applicationHost.config 后2者配置:web.config 要点: 这6项虽然列在一起,但在应用上却不是一个级别的; 前4者属于IIS验证,其中你们验证不需要提交用户名密码,其他3个需要提供; Form身份验证属于ASP.NET验证,会通过web页面验证。要到达这个验证必须通过IIS验证(因为一个请求进入服务器后,先到IIS,...
分类:其他好文   时间:2014-09-28 17:58:20    阅读次数:192
ngx_lua学习笔记 -- capture + proxy 实现httpclient
题注最近我在学习nginx的lua插件,发现结合nginx的异步io和lua的流程控制能力,还是有很丰富的想象空间的:几乎所有常见的http请求的处理逻辑都能搞定,诸如查查数据库,访问一下memcache,读写一下本地文件等,都不在话下。恰好我正在研究一个第三方http服务的调用api,就产生了将其...
分类:其他好文   时间:2014-09-28 12:56:42    阅读次数:1210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!