Raspberry Pi – Raspbian Jessie – Static IP Address
Raspberry PiにRaspbian Jessieにいれたので何をしたか覚書その1
Raspberry PiにRaspbian Jessieにいれたので何をしたか覚書その1
SDXCの64GBのファイルシステムをFAT32でFormatするときの覚書
DynCall 0.8をWindows 8.1で使う場合の注意。というか覚書。
私用覚書
Windowsでネットワークドライブにオフラインキャッシュを設定した後にファイルサーバが行方不明になると、オフラインファイルだけが残り続けたりする事があります。
こういう場合、オフラインキャッシュのリセットが必要になったりするのですが、
その方法が Windows7 前後で変わっていました。
I realized an incompatibility issue between Lua 5.1 and LuaJIT 2.0.
I have downloaded and installed mingw-w64 (64bit/gcc 4.9.1) tool chains.
Mingw-w64/Targetting 64Bit/MinGW-Builds/4.9.1/Win32Thread/SEH
The problem is that ‘No Disk In Drive D:’ dialog is appear when I execute gcc.exe.
It is caused by hard coded reference ‘D:/msys64’.
I made tiny patch program to resolve this issue.
It will change the path string ‘D:/msys’ to ‘C:/msys’.
Android Studioが使う SDKフォルダを変更する方法についての覚書。