のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-12-06から1日間の記事一覧

メモリ解放 empty.exe "could not empty working set for process"

管理者としてempty.batを実行すると、エラーの数は減った。

ImportError: cannot import name MAXREPEAT

it doesn't have a MAXREPEAT attribute in Python 2.7.3:

repoでImportError: No module named siteのエラーがでる。

.bashrcに以下を追加した。 PYTHONHOME=/cygdrive/d/Python27/ PYTHONPATH=/cygdrive/d/Python27/LibPYTHONPATH, set to C:\Python27\Lib. PYTHONHOME, set to C:\Python27.

fontCache

52 // static 53 void WebFontCache::clear() 54 { 55 fontCache()->invalidate(); 56 } 371 void ChromeRenderProcessObserver::OnClearCache(bool on_navigation) { 372 if (on_navigation) { 373 clear_cache_pending_ = true; 374 } else { 375 WebCache…

chromium doxygen

:/android/Kitkat44r1/external/chromium_org/remoting/host/input_injector_linux.cc:33: warning: include file ui/base/keycodes/usb_keycode_map.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? D:/android/Kitkat44r1/externa…