2008年9月4日
摘要: 转载自:http://www.xwy2.com/article.asp?id=109 我们知道 C# 中使用字符串驻留(string interning)机制来提高系统性能,可在 Python 中非但字符串有驻留机制,连整数等也拥有同样的待遇。 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http... 阅读全文
posted @ 2008-09-04 13:23 sislcb 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.xwy2.com/article.asp?id=108 方式1 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->>>>>>> s = "" >>>>>> a = s or "not none" >>>>... 阅读全文
posted @ 2008-09-04 13:19 sislcb 阅读(719) 评论(0) 推荐(0) 编辑
摘要: Python 学习笔记 - 3.简单类型 阅读全文
posted @ 2008-09-04 13:14 sislcb 阅读(4469) 评论(0) 推荐(0) 编辑
摘要: python学习笔记,转载 阅读全文
posted @ 2008-09-04 13:01 sislcb 阅读(1529) 评论(0) 推荐(1) 编辑
摘要: python decorator 线程 阅读全文
posted @ 2008-09-04 11:37 sislcb 阅读(504) 评论(0) 推荐(0) 编辑
摘要: python decorator描述 阅读全文
posted @ 2008-09-04 09:25 sislcb 阅读(653) 评论(0) 推荐(0) 编辑