php 위도 경도 중심점 찾기

  • 관리자
  • 0
  • 9,616
  • 글주소
  • 2018-12-26 15:08:00
captcha

노트

  1. Android 브로드캐스트 리시버와 관련된 intent 액션들

    브로드캐스트 리시버를 구현하는 방법을 설명하기 전에 그것과 관련된 인텐트의 액션들을 여기에서 간단히 소개하고자 합니다. 브로드캐스트 리시버 관련 인텐트의 액션들 안드로이드에서는 브로드캐스트 리시버를 구현하기 위해 필요한 액션 값들이 정의되어 있습니다. 필요할 때 참고하실 수 있도록 아래와 같이 정리합니다. (참고 사이트 - http://deve…
    Date2019-01-31By관리자Views10,539
    Android 브로드캐스트 리시버와 관련된 intent 액션들
  2. 리눅스 크론탭(Linux Crontab) 사용법

    크론탭 기본 (crontab basic) 일단 기본이 되는 크론탭 사용법을 한 번 볼까요. 리눅스 쉘에서 다음처럼 입력합니다. 그러면 뭔가 편집할 수 있는 곳이 로딩됩니다. 이곳이 바로 크론탭을 설정할 수 있는 장소이죠. 여기에 각종 크론탭 명령어를 입력후 콜론(:) 입력 후에 wq 를 입력해 크론탭을 갱신시킵시다. 반대로 현재 크론탭에 어떤 …
    Date2019-01-22By관리자Views10,054
    리눅스 크론탭(Linux Crontab) 사용법
  3. MAC OSX – SSH Error ‘No Matching Exchange Method Found’

    add : >HostkeyAlgorithms ssh-dss,ssh-rsa >KexAlgorithms +diffie-hellman-group1-sha1
    Date2019-01-21By관리자Views9,440
    MAC OSX – SSH Error ‘No Matching Exchange Method Found’
  4. mssql 특정 단어가 포함된 프로시저 찾기

    Date2019-01-17By관리자Views9,356
    mssql 특정 단어가 포함된 프로시저 찾기
  5. CODEX ANTIHACK V5

    C++ 개발할때 참조용
    Date2019-01-09By관리자Views9,772
    CODEX ANTIHACK V5
  6. mysql 종류별 count - 하나의 SQL 쿼리로 여러 카운트를 얻는 방법?

    =>
    Date2019-01-09By관리자Views12,189
    mysql 종류별 count - 하나의 SQL 쿼리로 여러 카운트를 얻는 방법?
  7. php 위도 경도 중심점 찾기

    PHP Get Center Point from an array of Longitude, Latitudes javascript
    Date2018-12-26By관리자Views9,617
    php 위도 경도 중심점 찾기
  8. SFTP 상위폴더 접근 제한하기

    Date2018-12-23By관리자Views10,523
    SFTP 상위폴더 접근 제한하기
  9. Apache 인증으로 PHPMyAdmin의 접속인증 만들어 보기

    Date2018-12-20By관리자Views9,911
    Apache 인증으로 PHPMyAdmin의 접속인증 만들어 보기
  10. IOS whose view is not in the window hierarchy!

    error message : >Warning: Attempt to present < finishViewController: 0x1e56e0a0 > on < ViewController: 0x1ec3e000> whose view is not in the window hierarchy!
    Date2018-12-18By관리자Views10,212
    IOS whose view is not in the window hierarchy!
  11. Multiple commands produced error xcode 10

    I found the solution for this build error, for anybody else having the same issue with Xcode 10 build system, follow the following steps to fix it: >1. In Xcode, go to File->Project/Workspace setting…
    Date2018-12-18By관리자Views9,744
    Multiple commands produced error xcode 10
  12. MSSQL 로그 축소 방법 (SQL2008 이후)

    SQL2008버젼 부터의 로그 축소방법이 공유된 것이 없어 글을 올립니다. 아래의 쿼리로 보통 로그파일의 용량을 축소하지만, WITH TRUNCATE_ONLY, WITH NO_LOG 옵션은 SQL2008 이후 버젼에서는 지원되지 않습니다. BACKUP LOG MNET_BIlL_DB WITH TRUNCATE_ONLY 를 실행하면 아래와 같은 에…
    Date2018-12-11By관리자Views10,469
    MSSQL 로그 축소 방법 (SQL2008 이후)
  13. Android ACTION_SEND 의도에 맞는 특정 앱을 필터링하는 방법

    Date2018-11-30By관리자Views11,126
    Android ACTION_SEND 의도에 맞는 특정 앱을 필터링하는 방법
  14. Android 다른 App으로부터 Data 받기

    Manifest 수정
    Date2018-11-30By관리자Views9,424
    Android 다른 App으로부터 Data 받기
  15. Android Image to Bitmap

    Date2018-11-29By관리자Views9,263
    Android Image to Bitmap
  16. Android full-screen StatusBar, NavigationBar 투명

    상태바, 네비바 영역까지 레이아웃이 들어가기 때문에 android:fitsSystemWindows="true" 추가.
    Date2018-11-27By관리자Views12,880
    Android full-screen StatusBar, NavigationBar 투명
  17. firebase 오류

    This operation is not allowed. You must enable this service in the console. ERROR_OPERATION_NOT_ALLOWED 해결방법 Go to FireBase Console and enable Anonymous sign-in as shown in picture below.
    Date2018-11-23By관리자Views9,830
    firebase 오류
  18. 맥OS 아파치 SSL 활성화

    Local SSL websites on macOS Sierra These instructions will guide you through the process of setting up local, trusted websites on your own computer. These instructions are intended to be used on…
    Date2018-11-23By관리자Views9,912
    맥OS 아파치 SSL 활성화
  19. Android GPS Track

    Date2018-11-13By관리자Views36,030
    Android GPS Track
  20. 안드로이드 무선 디버깅

    Date2018-11-13By관리자Views9,578
    안드로이드 무선 디버깅