会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ted
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2011年12月26日
使用Pyramid搭建Web Server入门介绍
摘要: Pyramid是一个Web Framework,Pyramid Single File Tasks Tutorial介绍了如何利用Pyramid搭建一个Web Server。
阅读全文
posted @ 2011-12-26 23:27 wufawei
阅读(342)
评论(0)
推荐(0)
urllib中使用proxy
摘要: 以下两种方法均可以设置proxy1 .os.environ["http_proxy"] = 'http://host:port'2proxies = {'http': 'http://host:port'}resp = urllib.urlopen(url, proxies=proxies)content = resp.read()
阅读全文
posted @ 2011-12-26 23:05 wufawei
阅读(364)
评论(0)
推荐(0)