홈페이지 Skins 참고 http://ozhome.co.kr/pages/page_152.php 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-11 10:16 PM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2014-08-17 andrew java에서 string 인코딩 확인방법String word = s; System.out.println("utf-8(1) : " + new String(word.getBytes("utf-8"), "euc-kr")); S...
2015-05-08 andrew Linux: Recover Corrupted Partition From A Bad SuperblockQ. How can I Recover a bad superblock from a corrupted ext3 partition to get back my data? I'm getti...