phus's recent timeline updates
phus

phus

V2EX member #8337, joined on 2011-04-28 13:18:26 +08:00
GAE Cupboard
Google App Engine  •  phus  •  Jan 24, 2012
GAE的go语言一周体验。
Google App Engine  •  phus  •  Dec 30, 2011  •  Lastly replied by gastlygem
3
mac mini接上显示器总是感觉色彩很暗。
macOS  •  phus  •  Oct 24, 2011  •  Lastly replied by clowwindy
3
Mac Pro能够像vmware server那样远程使用么?
macOS  •  phus  •  Sep 20, 2011  •  Lastly replied by phus
1
一个cmdhere.bat脚本
分享发现  •  phus  •  Sep 7, 2011
有用过appengine的Warmup Requests的么?
Google App Engine  •  phus  •  Aug 27, 2011  •  Lastly replied by 88250
1
Linux二十年今昔对比
分享发现  •  phus  •  Aug 19, 2011  •  Lastly replied by liuers
19
刚刚appengine的datastore出问题了。
Google App Engine  •  phus  •  Aug 9, 2011  •  Lastly replied by phus
8
到目前为止google国内IP的203.208.46.*网段一直是Error 502
Google  •  phus  •  Jul 11, 2011  •  Lastly replied by momo5269
2
phus's recent replies
cpug的年代已经太古老了,楼主搞个新型的社区吧。stackoverflow那种不错。
可惜zhimaq.com转型太早,否则应该能成为国内一个不错的新型python社区的。
Mar 1, 2012
Replied to a topic by flyphy 程序员 解析html,如何获取无标签文本
HTML = u'''\
<div class="c">
<span class="cmt"><a href="...">游完1200才閃</a>&nbsp;对&nbsp;我&nbsp;说:</span>
你好,转发的赠书大概什么时候送到,上海的,谢谢&nbsp;
<span class="ct">2011-09-16 21:17:35</span>&nbsp;<a href="....." class="cc">回复他 </a>&nbsp;<a href="......." class="cc">共3条对话</a>
</div>
'''

def main():
tree = lxml.etree.fromstring(HTML, lxml.etree.HTMLParser())
print ''.join(x.strip() for x in tree.xpath('//div[@class="c"]/text()'))
Feb 21, 2012
Replied to a topic by benjiaminlam 程序员 各位平时用IDE呢?
@saharabear 我一直用pyscripter,推荐你试下
Feb 20, 2012
Replied to a topic by YvetteM Tornado 异步过度浪费生命...
gevent吧,我现在就在用gevent+bottle+pymongo写restful api。
我觉得兼职做开源项目最重要的是热情。
Feb 8, 2012
Replied to a topic by HowardMei Python Donate 了 $10 给 Pypy
做个广告,和其他python项目不太一样,gevent这个项目其实非常草根,它继承于两个几乎挂掉的项目pyevent(http://code.google.com/p/pyevent/)和eventlet(http://eventlet.net/),作者能做到现在这个有口皆碑的地步,非常厉害的。
Feb 8, 2012
Replied to a topic by HowardMei Python Donate 了 $10 给 Pypy
还有gevent也值得捐赠。
Feb 6, 2012
Replied to a topic by xiangpeng Python python2.7中怎样实现用户输入密码用*显示
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1481 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 17:06 · PVG 01:06 · LAX 10:06 · JFK 13:06
♥ Do have faith in what you're doing.