E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
http_proxy
如何让 Git 使用 HTTP 代理服务器
如果是 git clone http:// 或 git clone https:// 的话直接把代理服务器加到环境变量就可以了: $ export
http_proxy
="http://username
·
2015-11-13 22:35
http
easy_install with proxy
set ie proxy panel then open the cmd ,it will use the ie settings if in linux platform use export
http_proxy
·
2015-11-13 18:07
easy_install
在包含已安装区域的系统上使用 https_proxy 和
http_proxy
在包含已安装区域的系统上使用 https_proxy 和
http_proxy
- Oracle Solaris 管理:Oracle Solaris Zones、Oracle Solaris 10 Zones
·
2015-11-13 18:30
proxy
sqlplus 一次奇葩问题 HTTP proxy setting has incorrect value
initializing SQL*PlusHTTP proxy setting has incorrect valueSP2-1502: The HTTP proxy server specified by
http_proxy
·
2015-11-13 09:54
sqlplus
CentOS6设置代理上网
在linux中的用户变量中有关于代理环境设置,如ftp_proxy、
http_proxy
、RSYNC_PROXY。 我举个例子吧!
·
2015-11-13 00:05
centos6
wget代理设置
1、在bash shell中设定代理 .bashrc: export
http_proxy
="166.111.53A.167:3128" export ftp_proxy
·
2015-11-12 21:54
wget
在Ubuntu上不能使用PPA下载
sudo -i export https_proxy='http://xxx.xxx.xxx.xxx:8080' export
http_proxy
='http://xxx.xxx.xxx.xxx:8080
·
2015-11-12 14:35
ubuntu
apache2 + php5 + mysql5安装部署(ganglia系列前奏)
一、安装apache2 + php5 +mysql5 前期准备 一定要记得找个好的源能省你好多事 wget之前别忘了看一下代理 vim ~/.wgetrc
http_proxy
=http
·
2015-11-12 11:44
ganglia
linux centos cli all proxy
linux centos 下代理http、https、ftp、all_proxy 全局使用代理: export
http_proxy
=http://host:port/ export
·
2015-11-12 10:11
centos
git 使用代理的相关资料整理
代理使用相关资料整理 1 http(s) 源 1.1 举例 http://git.gitorious 1.2 解决方法 这种git源相对简单,直接使用 export
http_proxy
·
2015-11-11 13:57
git
proxy chains 试用
期间试过一些方法,比如在.bash_profile里面设置
http_proxy
等,都没有达到使用代理的效果。
·
2015-11-11 11:03
proxy
yum超越ISA
在RHEL 4 中,只要环境变量中导出了
http_proxy
=http://localhost:3128 或者 http://localhost:5865 就可以了。 2。
·
2015-11-11 05:08
yum
Python标准库 urllib2 的使用
1、Proxy 的设置 urllib2 默认会使用环境变量
http_proxy
来设置 HTTP Proxy。
·
2015-11-11 02:41
python
初遇 Google App Engine, 更新问题的解决
具体到 Windows 环境,在命令行输入如下命令: C:/>set
HTTP_PROXY
=http://xxx.xxx.xxx.xxx:<port> C:/>set HTTPS_PROXY
·
2015-11-09 12:15
Google
建立Clojure开发环境-使用IDEA和Leiningen
leiningen.org/的指南安装lein 阅读Leiningen教程中文版了解leiningen 如果需要使用代理,需要执行 export HTTPS_PROXY=host:port export
HTTP_PROXY
·
2015-10-31 16:17
clojure
HAproxy健康检查的三种方式
配置示例: listen
http_proxy
0.0.0.0:80 mode http cookie SERVERID balance roundrobin
·
2015-10-31 11:12
haproxy
转:Ubuntu的apt-get代理设置
Ubuntu的apt-get代理设置 日期: 2010-06-07 作者: muzuiget 升级到Ubuntu10.04后,发现apt-get的代理设置有改变了,在9.10以前使用“
http_proxy
·
2015-10-31 10:43
apt-get
使用代理部署goagent
假设已有一个可用的代理,端口是8087,方法是:打开一个cmd,设置临时的http和https代理set
http_proxy
=http://127.0.0.1:8087set https_proxy=
·
2015-10-31 10:21
goagent
Windows XP下git通过代理下载android代码
cd D:/Android 设置git的http代理: export
http_proxy
=代理用户名:代理密码@10.23.25.22:8080 下载命令: git clone git://andr
·
2015-10-31 09:23
android
Android 代理设置
qlite3 /data/data/com.android.providers.settings/databases/settings.db 3、INSERT INTO system VALUES(99,'
http_proxy
·
2015-10-31 09:51
android
apache与tomcat负载集群的3种方法
apache与tomcat负载集群集成方法有3种jk、jk_proxy、
http_proxy
本次集成使用的软件版本: apache:httpd-2.2.17-win32-x86-no_ssl.msi
·
2015-10-31 08:23
apache
使用代理下载非docker hub的镜像如google cloud private registry
修改/etc/default/docker添加代理
HTTP_PROXY
="http://127.0.0.1:8087"HTTPS_PROXY="https://127.0.0.1:8087"
http_proxy
飞鸟投林
·
2015-10-26 09:00
linux命令行模式下实现代理上网
一、命令行界面的一般代理设置方法1、在profile文件中设置相关环境变量# vi /etc/profile
http_proxy
=192.168.10.91:3128 # 分别指定http、https
·
2015-10-23 08:38
linux命令
Linux下常用的程序代理服务器(proxy)配置
[ 通用代理服务器配置 ] 对于大多数Linux控制台程序,例如Debian 或Ubuntu中的apt-get 和aptitude 命令、git命令 、wget命令,这些程序都使用
http_proxy
·
2015-10-21 12:23
linux
drupal设置http代理
在使用drupal的feed模块爬虫功能时,即使在drupal服务器上配置了
http_proxy
变量,也不生效。解决办法是:下载模块httpproxy,设置完代理信息后,即可完成通过代理爬虫了。
happycool333
·
2015-10-20 17:00
ERROR: While executing gem ... (SocketError)getaddrinfo: no address associated with hostname.
问题出在我这边的网络慢,并且是使用得代理上网 解决办法:set
http_proxy
=http://192.168.0.1:80 gem install rails --include
·
2015-10-20 08:36
hostname
wget使用代理下载
echo"
http_proxy
=http://1.255.53.81:80">> ~/.wgetrc1、在bashshell中设定代理.basrhc:exporthttp_proxy="166.111.53A
xdwqs
·
2015-10-05 10:41
example
Export
wget使用代理下载
echo"
http_proxy
=http://1.255.53.81:80">> ~/.wgetrc1、在bashshell中设定代理.basrhc:exporthttp_proxy="166.111.53A
xdwqs
·
2015-10-05 10:41
example
Export
using git with proxy in ubuntu
如果是gitclonehttp://或gitclonehttps://的话直接把代理服务器加到环境变量就可以了:$ export
http_proxy
="http://username:password
我是彩笔
·
2015-09-22 14:00
ubuntu 设置网络代理
Ubuntu下通过终端设置网络代理,以便apt-get等命令可以正常使用,只需在终端里设置
http_proxy
系统变量即可:[plain]export
http_proxy
=http://usr_name
mm_bit
·
2015-09-08 12:00
Linux代理设置
bashrc或者.bash_profile里面export all_proxy='sockets://ip:port' export ftp_proxy='http://ip:port' export
http_proxy
aven92
·
2015-08-25 13:00
python写爬虫使用urllib2方法
1.Proxy的设置urllib2默认会使用环境变量
http_proxy
来设置HTTPProxy。如果想在程序中明确控制Proxy而不受环境变量的影响,可以使用代理。
u011252402
·
2015-08-06 08:00
python
爬虫
零基础写python爬虫之urllib2使用指南
1.Proxy的设置urllib2默认会使用环境变量
http_proxy
来设置HTTPProxy。如果想在程序中明确控制Proxy而不受环境变量的影响,可以使用代理。
开元中国2015
·
2015-08-06 08:00
python
urllib2
windows利用ssh向ubuntu传文件
如果网络环境为代理上网,首先进行代理设置,编辑/etc/environment,加入以下代理设置即可:
http_proxy
="http://username:passwd@proxyhost:port"https_proxy
czliuming
·
2015-07-08 16:16
Linux
windows利用ssh向ubuntu传文件
如果网络环境为代理上网,首先进行代理设置,编辑/etc/environment,加入以下代理设置即可:
http_proxy
="http://username:passwd@proxyhost:port"https_proxy
czliuming
·
2015-07-08 16:00
【python】通过代理安装包
1、安装setuptools 支持 pip install 或easy_install 2、在终端执行 set
HTTP_PROXY
=http://your.proxy.com
·
2015-07-07 14:00
python
npm设置代理提高下载速度
*nix上给网络类程序设置代理的通用办法,即导出
http_proxy
/https_proxy环境变量对npm不起作用需要用npm自己的配置命令来解决:npmsetproxy$PROXYnpmsethttps-proxy
·
2015-06-27 21:00
npm
R代理服务器设置,CRAN默认镜像设置
1、R代理服务器在Rgui.exe的快捷方式后面加上:
http_proxy
=http://user:password@proxy:port/其中proxy是代理服务器地址,port是代理服务器端口,user
飞哥是个行动pie
·
2015-06-27 15:05
unity5 代理 登录设置
新增代理的配置,需要新增的配置项有三个,分别是: 变量名:
HTTP_proxy
,变量值:http://IP(或域名):端口; 变量名:HTTP_proxy_pass,变量值:用户密码;
javaPrimary
·
2015-06-26 10:00
代理
登录
环境变量
unity5
HTTP_proxy
ROS Onboard Setup(odroid)
/apt/apt.confAcquire::http::Proxy "http://172.16.2.187:8080"; 因为使用的是odroid用户 ,所以使用export
http_proxy
·
2015-06-16 17:00
set
vmware-CLI for linux
修改系统的环境变量vmware-install.pl出现的代理问题
http_proxy
=XXXXXftp_proxy=XXXXX将http、ftp环境变量加入到bashrc或者profile中,使其在global
2536465230
·
2015-06-11 13:50
linux
vmware-CLI for linux
修改系统的环境变量vmware-install.pl出现的代理问题
http_proxy
=XXXXXftp_proxy=XXXXX将http、ftp环境变量加入到bashrc或者profile中,使其在global
Alpha930
·
2015-06-11 13:50
lin
linux
vmware-CLI for linux
修改系统的环境变量vmware-install.pl出现的代理问题
http_proxy
=XXXXXftp_proxy=XXXXX将http、ftp环境变量加入到bashrc或者profile中,使其在global
2536465230
·
2015-06-11 13:50
linux
npm 安装karma by 代理
安装karma和Phantomjs的时候总是失败,提示不能connect到server,尝试在cmd下面设置HTTP代理: set
HTTP_PROXY
=http://
wsh_88188
·
2015-06-04 13:00
npm
分布式进阶(十一) Docker 常见错误汇总
192.168.1.188 netmask 255.255.255.0 NO.2 造成以上错误的原因是Docker daemon守护进程默认不启动,这也蛮奇葩的,按照提示启动deamon: $ sudo
HTTP_PROXY
sunhuaqiang1
·
2015-05-30 20:00
shell
分布式
ubuntu
常见错误
Docker容器
如何让svn和git使用代理
/.subversion/servers add: http-proxy-host = 127.0.0.1 http-proxy-port = 8087git:run command: export
http_proxy
杨尚川
·
2015-05-25 08:00
代理
SVN
git
wget和curl设置代理服务器的命令
一、wget设置代理 eg:wget-Yon-e"
http_proxy
=http://10.0.0.172:9201""www.wo.com.cn"此命令使用10.0.0.172:9201这个代理服务器
Navagate
·
2015-05-20 22:00
linux
在Windows Server系统中安装Redmine笔记
安装了Ruby后 关键在于设置代理 如: set
http_proxy
=http://46.243.114.226:3128 或: gem install rails -p http
妙音_正军
·
2015-05-12 15:00
windows
解决 Failed connect to github.com:8087
ResetproxyconfigurationonGitgitconfig--global--unsethttp.proxy echo$
http_proxy
sangjeedondrub
·
2015-05-05 16:00
python 爬虫(4)urllib2的使用细节与抓站技巧
1.Proxy的设置urllib2默认会使用环境变量
http_proxy
来设置HTTPProxy。如果想在程序中明确控制Proxy而不受环境变量的影响,可以使用代理。
power0405hf
·
2015-04-16 17:00
python
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他