Falling-Blocks-Board-and-Shape-Control http://www.codeproject.com/Articles/10668/Falling-Blocks-Board-and-Shape-Control Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-06-09 12:44 AM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2015-05-18 andrew [scrap]Linux ssh 초기 보안 설정http://simonshin.egloos.com/2247508 /bin/su File chattr -i /bin/su chown root.wheel /bin/su c...
2014-08-17 andrew java에서 string 인코딩 확인방법String word = s; System.out.println("utf-8(1) : " + new String(word.getBytes("utf-8"), "euc-kr")); S...