Differences between revisions 1 and 2
Revision 1 as of 2005-01-05 05:40:32
Size: 446
Editor: ZoomQuiet
Comment:
Revision 2 as of 2005-01-05 05:59:30
Size: 859
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * 在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
}}}

==== 次节标题1 ====
xxx

== 章标题2 ==

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

==== 次节标题2 ====
yyy
== Mete Class ==
 * PyNewStyleClass -- 全新的彻底的 OO 实现!在Python 2.4 中!
 * [http://www.donews.net/limodou/archive/2004/12/31/221893.aspx New Style Class学习笔记] -- Limodou 开启

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

-- ZoomQuiet [DateTime(2005-01-05T05:40:32Z)] TableOfContents

蠎学

[http://pythonology.org/ Build Better Software Faster with Python]

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

Lazy

线程同步

Mete Class

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