Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2005-01-05 05:40:32
Size: 446
Editor: ZoomQuiet
Comment:
Revision 6 as of 2009-12-25 07:15:20
Size: 965
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
http://pythonology.org/pimages/pythonology-mac.gif {{http://pythonology.org/images/pythonology-mac.gif}}
Line 4: Line 4:
-- ZoomQuiet [[[DateTime(2005-01-05T05:40:32Z)]]]
[[TableOfContents]]
-- ZoomQuiet [<<DateTime(2005-01-05T05:40:32Z)>>]
<<TableOfContents>>
Line 7: Line 7:
'''[http://pythonology.org/ Build Better Software Faster with Python]''' '''[[http://pythonology.org/|Build Better Software Faster with Python]]'''
 * 在Python 中一切都是对象,可不是空话!
Line 9: Line 10:
== 章标题1 == == Lazy ==
 * '''非即时运行'''
 * [[http://www.donews.net/limodou/archive/2004/12/28/218443.aspx|Limodou开启]]
 * PyLazy -- Wiki讨论
== 线程同步 ==
 * 使用 Python 2.4 的新 decorator 对象来实现
 * [[http://www.donews.net/limodou/archive/2004/12/20/208356.aspx|使用decorator的线程同步]] -- limodou 开启
 * PyDecorator -- Wiki讨论
Line 11: Line 19:
=== 小节标题1 ===
{{{
#!python
Python code
}}}
== Mete Class ==
 * PyNewStyleClass -- 全新的彻底的 OO 实现!在Python 2.4 中!
 * [[http://www.donews.net/limodou/archive/2004/12/31/221893.aspx|New Style Class学习笔记]] -- Limodou 开启
Line 17: Line 23:
==== 次节标题1 ====
xxx

== 章标题2 ==

=== 小节标题2 ===
{{{
其它
代码引用
}}}

==== 次节标题2 ====
yyy
== New-Style 类 ==
 * PyNewStyleClass -- Python 中的 New-Style Class 及其实例详解

http://pythonology.org/images/pythonology-mac.gif

-- ZoomQuiet [2005-01-05 05:40:32]

蠎学

Build Better Software Faster with Python

  • 在Python 中一切都是对象,可不是空话!

Lazy

线程同步

Mete Class

New-Style 类

ThinkIntoPython (last edited 2009-12-25 07:15:20 by localhost)