노트

  1. 리눅스 크론탭(Linux Crontab) 사용법

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

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

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

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

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

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

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

    Date2018-12-20By관리자Views9,908
    Apache 인증으로 PHPMyAdmin의 접속인증 만들어 보기
  9. 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,210
    IOS whose view is not in the window hierarchy!
  10. 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,740
    Multiple commands produced error xcode 10
  11. MSSQL 로그 축소 방법 (SQL2008 이후)

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

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

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

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

    상태바, 네비바 영역까지 레이아웃이 들어가기 때문에 android:fitsSystemWindows="true" 추가.
    Date2018-11-27By관리자Views12,878
    Android full-screen StatusBar, NavigationBar 투명
  16. 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,828
    firebase 오류
  17. 맥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,910
    맥OS 아파치 SSL 활성화
  18. Android GPS Track

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

    Date2018-11-13By관리자Views9,575
    안드로이드 무선 디버깅
  20. 안드로이드 다음지도API 오류

    화면 회전할때 아래와같은 오류가 발생. xml 오류 코드 오류 원인 다음지도 정책상 지도 한개만 띄울수 있다고 하여 MapEngineIsActive 변수가 메모리상에 올라가고 지도 생성할때 불러와서 판별한다. 해결방안 MapEngineIsActive를 초기화 해주면 될거 같아 onPause 함수에 mMapView.onSurf…
    Date2018-11-12By관리자Views11,332
    안드로이드 다음지도API 오류