
python
iteye_16188
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[转]调试python内存泄漏
[url]http://chase-seibert.github.io/blog/2013/08/03/diagnosing-memory-leaks-python.html[/url][url]https://news.ycombinator.com/item?id=10181612[/url]原创 2015-09-09 00:48:33 · 189 阅读 · 0 评论 -
爬虫crawler
抓取标签一些tips:[color=blue][quote]1. 查找“打印本页”的link,或手机版网页(或者把你的爬虫伪装成移动设备),他们可能会有更好的html格式2. 从Javascrpt中查找信息。你应该检查导入的Javascript文件。3. 关键信息可能就是url本身,这对页面标题更常见4. 可以通过css文件来获得关联标签[/quote][/color]字符...原创 2015-09-09 12:18:40 · 223 阅读 · 0 评论 -
python decorators
[url]http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/[/url]原创 2015-09-16 14:12:13 · 128 阅读 · 0 评论 -
ipython basic
[b]Introspection[/b][quote]Using a question mark ( ? ) before or after a variable will display some general information about the object[/quote][quote]Using ?? will also show the function’s source...原创 2015-09-25 11:31:30 · 166 阅读 · 0 评论