Location:
Search - setproxy
Search list
Description:
Platform: |
Size: 19867 |
Author: |
Hits:
Description: c# 开发设置 proxy-installed proxy
Platform: |
Size: 7922 |
Author: 宋大春 |
Hits:
Description: 自动代理设置的东东,局域网内对于代理服务器IP是动态变化的,用这个东西比较方便高设置,不必经常修改IP。
Platform: |
Size: 62310 |
Author: ntcat |
Hits:
Description: c# 开发设置 proxy-installed proxy
Platform: |
Size: 19456 |
Author: 宋大春 |
Hits:
Description: 自动代理设置的东东,局域网内对于代理服务器IP是动态变化的,用这个东西比较方便高设置,不必经常修改IP。-Automatic proxy settings of Dongdong, LAN IP for the proxy server is a dynamic change, using this thing more convenient high settings, no need to modify the regular IP.
Platform: |
Size: 62464 |
Author: ntcat |
Hits:
Description: 利用wininet.dll提供的API,设置代理服务器,并利用代理下载文件。使用的API方法有InternetOpen()、InternetConnect()、InternetSetOption()、InternetReadFile()等。-It s a program to provide a solusion to set proxy.
Platform: |
Size: 44032 |
Author: Vincent |
Hits:
Description: vb.net的设置代理服务器的程序,大家学学,呵呵呵,代理服务器啊-set proxy server vb.net program, we learn, Ha ha ha, ah proxy server
Platform: |
Size: 76800 |
Author: wyl |
Hits:
Description: 通过程序设置ie的代理服务器,以及代理服务器不适用的本地局域网地址-Ie through the proxy server settings and the proxy server' s local LAN address is not applicable
Platform: |
Size: 1024 |
Author: carl |
Hits:
Description: 设置浏览器代理 如果不使用代理 则设置上代理 若正使用代理,则停掉代理,代理状态间切换。-proxy switch, enable and set proxy when proxy is enabled, else disable proxy.
Platform: |
Size: 1024 |
Author: 刘亚宁 |
Hits:
Description: 网页爬虫,QT实现。网页爬去分析。Crawler::Crawler(QUrl &url,QTreeWidget *tr) : QWidget() {
-
Crawler::~Crawler(){
http->abort()
delete http
delete tr_result
delete root
delete cookie_tr
}
Crawler::Crawler(QUrl &url,QTreeWidget*tr) : QWidget() {
http=new QHttp(this)
connect(http,SIGNAL(done(bool)),this,SLOT(getPage()))
//settings ...
QSettings settings
if(settings.value("network/useproxy").toBool())
{
http->setProxy(
settings.value("network/cra_host").toString(),
settings.value("network/cra_port").toInt(),
settings.value("network/cra_name").toString(),
settings.value("network/cra_pass").toString()
)
}
//the request ...
QHttpRequestHeader header
header.setValue("User-agent",settings.value("crawler/user-agent","Firefox 3").toString())
header.setValue("Host",url.host())
header.setRequest("GET",url.path())
http->setHost(url.host(),url.port(80))
Platform: |
Size: 1264640 |
Author: my name |
Hits:
Description: 通过程序设置ie的代理服务器,以及代理服务器不适用的本地局域网地址-Ie through the proxy server settings and the proxy server' s local LAN address is not applicable
Platform: |
Size: 1024 |
Author: qiaan9428 |
Hits: