摘要:
转载自:http://www.xwy2.com/article.asp?id=109 我们知道 C# 中使用字符串驻留(string interning)机制来提高系统性能,可在 Python 中非但字符串有驻留机制,连整数等也拥有同样的待遇。 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http... 阅读全文
摘要:
转载自: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" >>>>... 阅读全文
摘要:
Python 学习笔记 - 3.简单类型 阅读全文
摘要:
python学习笔记,转载 阅读全文
摘要:
python decorator 线程 阅读全文
摘要:
python decorator描述 阅读全文