본문 바로가기

Programming200

The Node Beginner Book URL : http://www.nodebeginner.org/index-kr.html 이 문서에 대하여 본 문서의 목표는 Node.js용 애플리케이션 개발을 시작을 할 수 있게 만드는 것입니다. 그리고 함께 알아야 하는 “고급” JavaScript에 관한 모든 것을 다룹니다. 본 문서는 전형적인 “Hello World” 튜토리얼 보다는 더 많이 다룹니다. 상태 당신은 현재 이 책의 최종버전을 읽고 있습니다. 즉, 새로운 버전의 Node.js에 있는 변경사항들을 반영하거나 오류를 수정할 때만 업데이트 합니다. 이 책에 있는 코드 예제들은 Node.js 0.6.11에서 동작하는지 테스트 되었습니다. 대상 독자 이 문서는 저와 비슷한 배경을 가진 독자들에게 가장 잘 맞을 겁니다. 적어도 객체지향 언어 –루비,.. 2014. 6. 17.
Gps 원할때만 얻어오는 방법@androidside 보호되어 있는 글 입니다. 2014. 6. 17.
LocationManager 설정시 주의 사항 보호되어 있는 글 입니다. 2014. 6. 17.
LocationManager를 이용한 위지 확인. URL : http://ddoddoing.tistory.com/134 ..... // LocationManager 객체 생성 // You do not instantiate this class directly; instead, retrieve it // through Context.getSystemService(Context.LOCATION_SERVICE). // LocationManager 객체는 // Context.getSystemService(Context.LOCATION_SERVICE) 로 생성된다. locationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); // LocationManaer.NETWOR.. 2014. 6. 17.
MapView 사용을 위한 기본 설정. 보호되어 있는 글 입니다. 2014. 6. 17.
GeoCoder 사용법. 보호되어 있는 글 입니다. 2014. 6. 17.