close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 26, 2011, 2:27:56 PM (14 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v44
|
v45
|
|
| 68 | 68 | |
| 69 | 69 | = note = |
| | 70 | * 在 eclipse 中使用 pydev 模組出現找不到模組 Pydev unresolved import errors。請在那行按 crtrl + 1。 |
| 70 | 71 | * 如果要以二進位的方式讀檔,請用 open(xxx, rb),可以防止python將他處理為特殊字元。 |
| 71 | 72 | * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。 |