会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
土豆小张
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2012年10月8日
进步123 - 2102/10/8
摘要: 卡根认为,成功的关键在于保持谦虚,在团队协调会上倾听他人的意见,并关注作为团队一员需要怎样的改进。from:http://www.csdn.net/article/2012-10-01/2810524
阅读全文
posted @ 2012-10-08 10:49 土豆小张
阅读(106)
评论(0)
推荐(0)
2012年9月27日
Storm开源一周年
摘要: http://www.csdn.net/article/2012-09-27/2810370-Storm_1st_birthday里面介绍了一些大牛的经验,值得学习和思考
阅读全文
posted @ 2012-09-27 23:21 土豆小张
阅读(106)
评论(0)
推荐(0)
Python 子类调用父类的构造函数
摘要: from:http://www.xinotes.org/notes/note/517/For old-style classes:BaseClassName.methodname(self, arguments)>>> class A:... def hello(self):... print 'a'...>>> A().hello()a>>> class C(A):... def hello(self):... A.hello(self)... print 'c'...>>> C().he
阅读全文
posted @ 2012-09-27 20:56 土豆小张
阅读(348)
评论(0)
推荐(0)
技术文章列表
摘要: Python __metaclass__:http://blog.csdn.net/flyingpython/article/details/64297
阅读全文
posted @ 2012-09-27 20:08 土豆小张
阅读(110)
评论(0)
推荐(0)
技术博客列表
摘要: 曹胜欢的专栏:http://blog.csdn.net/csh624366188CODERZH的技术博客:http://www.cnblogs.com/coderzh
阅读全文
posted @ 2012-09-27 20:06 土豆小张
阅读(142)
评论(0)
推荐(0)