close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 7, 2011, 11:14:18 AM (15 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v33
|
v34
|
|
| 61 | 61 | * http://diveintopython3.org/strings.html |
| 62 | 62 | |
| 63 | | = lib = |
| | 63 | = command = |
| | 64 | * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。 |
| | 65 | |
| | 66 | |
| | 67 | = 套件 = |
| 64 | 68 | == mysql == |
| 65 | 69 | * mysqlDb:http://sourceforge.net/projects/mysql-python/ |
| … |
… |
|
| 92 | 96 | tkinter._test() # for python 3.0。 python 2.X 請將 t 改為 T,Tkinter._test() |
| 93 | 97 | }}} |
| 94 | | |
| 95 | 98 | |
| 96 | 99 | * http://wiki.python.org/moin/TkInter |