Changes between Version 44 and Version 45 of wade/python


Ignore:
Timestamp:
Dec 26, 2011, 2:27:56 PM (13 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/python

    v44 v45  
    6868
    6969= note =
     70 * 在 eclipse 中使用 pydev 模組出現找不到模組 Pydev unresolved import errors。請在那行按 crtrl + 1。
    7071 * 如果要以二進位的方式讀檔,請用 open(xxx, rb),可以防止python將他處理為特殊字元。
    7172 * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。