以下簡單的四行程式碼在我的python 2.6.6/numpy 1.7.0/mkl 10.3.6設定中產生記憶體洩漏: import numpy as np t = np.random.rand(10,10) while True: ...
確定! 回上一頁