2015年11月22日

python 爬爬爬 基本函数~

摘要: https://docs.python.org/2/howto/urllib2.html#data http://zhuoqiang.me/python-urllib2-usage.html 阅读全文

posted @ 2015-11-22 23:56 明天有风吹 阅读(296) 评论(0) 推荐(0) 编辑

python decorator 修饰器

摘要: decorator 就是给函数加一层皮,好用! 1 from time import ctime 2 3 def deco(func): 4 def wrappedFunc(*args, **kwargs): 5 print '[%s] %s called' % (ctime(), func.__n 阅读全文

posted @ 2015-11-22 22:32 明天有风吹 阅读(202) 评论(0) 推荐(0) 编辑

导航

+V atob('d2h5X251bGw=')

请备注:from博客园