摘要:
贾科莫·卡萨诺瓦_百度百科贾科莫·卡萨诺瓦 阅读全文
posted @ 2013-09-27 13:43
lexus
阅读(510)
评论(0)
推荐(0)
|
摘要:
JS Bin Tips and Bits • About AboutWho built this?JS Bin was built by Remy Sharp and is completely open source and available http://github.com/remy/jsbin. You can also follow @rem on Twitter where he’... 阅读全文
posted @ 2013-09-27 09:07
lexus
阅读(347)
评论(0)
推荐(0)
摘要:
Python天天美味(25) - 深入理解yield - CoderZh - 博客园Python天天美味(25) - 深入理解yieldyield的英文单词意思是生产,刚接触Python的时候感到非常困惑,一直没弄明白yield的用法。只是粗略的知道yield可以用来为一个函数返回值塞数据,比如下面的例子:Code highlighting produced by Actipro CodeHig... 阅读全文
posted @ 2013-09-27 08:35
lexus
阅读(204)
评论(0)
推荐(0)
摘要:
Python天天美味(25) - 深入理解yield - CoderZh - 博客园Python天天美味(25) - 深入理解yieldyield的英文单词意思是生产,刚接触Python的时候感到非常困惑,一直没弄明白yield的用法。只是粗略的知道yield可以用来为一个函数返回值塞数据,比如下面的例子:Code highlighting produced by Actipro CodeHig... 阅读全文
posted @ 2013-09-27 08:35
lexus
阅读(266)
评论(0)
推荐(0)
摘要:
[Python 学习]2.5版yield之学习心得 - limodou的学习记录 - limodou是一个程序员,他关心的焦点是Python, DocBook, Open Source …[Python 学习]2.5版yield之学习心得在 shhgs 发布了关于《 Py 2.5 what’s new 之 yield》之后,原来我不是特别关注 yield 的用法,因为对于2.3中加入的yield相... 阅读全文
posted @ 2013-09-27 08:30
lexus
阅读(355)
评论(0)
推荐(0)
摘要:
一个网友写的栈,问为啥不能迭代。具有__iter__ 和next方法的对象叫迭代器-七七巴巴黄页网一个网友写的栈,问为啥不能迭代。具有__iter__ 和next方法的对象叫迭代器python视频培训班 class stack(object): def __init__(self): self.stack = [] def push(self,st... 阅读全文
posted @ 2013-09-27 08:26
lexus
阅读(383)
评论(0)
推荐(0)
|