비컨을 통한 삼각 측량법 http://blog.cyworld.com/blog_calmtot/3498747 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-10 11:38 PM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2014-07-22 andrew JAVA – 한글 인코딩 변환 체크 한방에 끝내기 String word = "무궁화 꽃이 피었습니다."; System.out.println("utf-8 -> euc-kr : " + new String(word.g...
2015-03-21 andrew [펌]JAVA 화일 감시 프로그램 만들기.일을 하다보면 특정 디렉토리를 감시하여 특정 조건이 되면 존재 하는 화일을 처리 하는 프로그램이 필요 할때가 있다. 보통은 C/C++로 작업 하는데 어찌다 보니 보게된...