由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - perl lwp打不开web
相关主题
页面上有没可能判断访问者用没用代理服务器?我自己写了一个程序,专门对付GFW的,给我妈用 (转载)
股的霸强劲出手c++小问题
Perl里面$,@,#等字符问题maven
IIS7.5 大于 64KB 文件不能下载 ? (转载)How to intercept a method call (转载)
为什么我不能通过proxy访问本地数据库?Python API 下载google trend总是断掉怎么办? (转载)
https connection problem in C#谁在用nodejs
如何找到正在用的proxy server的address?https/http
C++ class怎么定义double array啊谁讲讲智能手机上的 HTTP Proxy?
相关话题的讨论汇总
话题: proxy话题: www话题: mechanize话题: mech话题: url
进入Programming版参与讨论
1 (共1页)
s****y
发帖数: 390
1
怎么回事啊?
我在公司里,网管也给了我proxy。可是就是get 不了
error MSG: status read failed. an existing connection was forcibly closed by
the remote host.
pl
use WWW::Mechanize;
$mech=WWW::Mechanize->new();
$url='http://www.google.com';
$response=$mech->get($url);
就这么简单啊。哪位ld帮忙看看,我感激不尽啊
t****t
发帖数: 6806
2
给了你proxy, 那你用proxy了吗? 你程序里我没看到proxy啊.

by

【在 s****y 的大作中提到】
: 怎么回事啊?
: 我在公司里,网管也给了我proxy。可是就是get 不了
: error MSG: status read failed. an existing connection was forcibly closed by
: the remote host.
: pl
: use WWW::Mechanize;
: $mech=WWW::Mechanize->new();
: $url='http://www.google.com';
: $response=$mech->get($url);
: 就这么简单啊。哪位ld帮忙看看,我感激不尽啊

s****y
发帖数: 390
3
proxy 我在windows environment variable 里加了。我是在windows下运的
activestate
s****y
发帖数: 390
4
proxy was incorrect. worked after correction. :D
1 (共1页)
进入Programming版参与讨论
相关主题
谁讲讲智能手机上的 HTTP Proxy?为什么我不能通过proxy访问本地数据库?
perl AMQP with proxyhttps connection problem in C#
Python Browsermob Proxy Library on mac issue如何找到正在用的proxy server的address?
Proxy, Decorator, Adapter, and BridgeC++ class怎么定义double array啊
页面上有没可能判断访问者用没用代理服务器?我自己写了一个程序,专门对付GFW的,给我妈用 (转载)
股的霸强劲出手c++小问题
Perl里面$,@,#等字符问题maven
IIS7.5 大于 64KB 文件不能下载 ? (转载)How to intercept a method call (转载)
相关话题的讨论汇总
话题: proxy话题: www话题: mechanize话题: mech话题: url