您当前的位置:首页 > 计算机 > 服务器 > 网络服务

Windows搭建成代理服务器CCProxy

时间:07-03来源:作者:点击数:

Windows搭建成代理服务器CCProxy

1.软件下载地址

http://www.ccproxy.com/

2.账号激活

CCProxy无限用户版

序列号:JHEHIHCDDAHC

注册码:15f7f78febfaee55afeafefff7cb7fdfb3

3.软件设置

5.测试

import requests
 
proxies = {
    "http": "http://10.133.3.26:808",
    "https": "https://10.133.3.26:808",
}
response = requests.get(url='https://www.google.cn/', proxies=proxies)
print(response.status_code)
print(response.content.decode('utf-8'))

 

方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门