10 2013 档案

摘要:The idea was borrowed from Modula-3. It turns out to be very useful, for a variety of reasons. First, it’s more obvious that you are using a method or 阅读全文
posted @ 2013-10-18 20:02 Ice_Max 阅读(3165) 评论(0) 推荐(0)
摘要:曾经有这么一个需求,想要将程序中跑的整个process友好地显示出来,这样子后来者在看log的时候,就能够很清楚地知道程序source code中function的调用逻辑,方便理解。在接触到装饰器之前,以为想要达到这样的目的,就需要在每个function的开始和结束的部分加上相应的code,现... 阅读全文
posted @ 2013-10-18 18:00 Ice_Max 阅读(161) 评论(0) 推荐(0)