카테고리325 외부접속 설정 설정전에 읽어봐야 할글https://smecsm.tistory.com/197 (MongoDB) Window에서 MongoDB 4. x 설치 후 추가 설정까지 완벽 정리보통 많은 설치 방법으로 나와있는 경우는 2.x 버전, 3.x 버전, 2.4 버전 전후 등으로 많이 알려져 있습니다. 알려져 있는 방법들을 보다보면, 어떨때는 mongod를 사용하고, 아니면 mongo만 사용하여 Monsmecsm.tistory.com 1. 서비스 삭제관리자 권한으로 커맨드창 실행후 삭제sc.exe delete MongoDBmongod --remove2. 메모장 관리자 권한으로 실행C:\Program Files\MongoDB\Server\8.0\bin\mongod.cfg- 바인드 아이피부분 변경 : 실사용시 해당 환경에 맞게.. 2024. 12. 19. 몽고디비 https://www.mongodb.com/ MongoDB: 개발자 데이터 플랫폼업계를 선도하는 모던 데이터베이스를 토대로 구축된 애플리케이션 데이터 플랫폼을 사용해 아이디어를 더욱 빠르게 실현하세요. MongoDB는 데이터를 손쉽게 처리할 수 있도록 지원합니다.www.mongodb.com가입시 클라우드를 사용가능하지만 로컬에 설치하자https://www.mongodb.com/try/download/community Try MongoDB Community EditionTry MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for .. 2024. 12. 19. strtotime 1달전 함수문제 https://blog.munilive.com/posts/In-strtotime-1-months-or-1-month-ago-is-not-30-days-old.html strtotime에선 -1 months 또는 1 month ago는 30일 이전이 아니다.PHP 5.x버전의 strtotime 함수에서 한달전의 계산에 오류가 있는 내용에 대한 설명과 그 해결 방법에 관한 글이다.blog.munilive.com샘플정보$date = "2013-03-30"; $time = strtotime($date); $prev_month = strtotime("1 months ago", $time); echo date("Y-m-d", $prev_month); //결과값 : 2013-03-02 ?>---------------.. 2024. 11. 11. 안드로이드 Notification 누적 https://bonustrack02.tistory.com/entry/Android-Notification-%EB%88%84%EC%A0%81%EC%8B%9C%ED%82%A4%EA%B8%B0 Android Notification 누적시키기상용 앱들을 보면 어떤 푸시 알림이 왔을 때 해당 푸시가 누적되는 경우가 다반사이다. 하지만, 나는 해당 기능에 대해 구현할 생각을 해본 적이 없었다. 이 때, 갑자기 회사에서 '푸시가 1개밖에bonustrack02.tistory.com 푸쉬전송시 0으로 설정된부분을notificationManager.notify(0, notificationBuilderCompat.build())다른값을 넣을경우 누적됨notificationManager.notify((System.curre.. 2024. 9. 10. 모바일 크롬 구글번역 안뜨게 https://okky.kr/questions/397796 OKKY - 크롬 이 페이지를 번역하시겠습니까? 사전 차단 방법이 있나요?페이지에 영문이나 기타 외국어가 있는 것도 아닌데 자꾸 활성화가 되네요.브라우저 옵션에서 끄면 그만이지만 사용자가 남녀노소 가리지 않고 많기 때문에일일이 대응하기엔 한계가 있어 자okky.kr 메타태그 추가 2024. 9. 10. 윈도우 IPBAN 설치 원래는 원격 포트를 확인된 아이피만 접속가능했지만 오픈할일이생겨서https://github.com/DigitalRuby/IPBan/ GitHub - DigitalRuby/IPBan: Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. WSince 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade .. 2024. 7. 8. certbot 설치 https://certbot.eff.org/ CertbotTaglinecertbot.eff.org Centos stream환경에서 certbot설치1. snap 설치https://snapcraft.io/docs/installing-snap-on-centos https://snapcraft.io/docs/installing-snap-on-centos snapcraft.io 버전업sudo dnf install epel-release sudo dnf upgrade 설치sudo yum install snapd실행sudo systemctl enable --now snapd.socket연결sudo ln -s /var/lib/snapd/snap /snap2. certbot 설치sudo snap install --c.. 2024. 7. 8. com.google.android.play:core:1.10.3 com.google.android.play:core님이 core:1.10.3에 대한 메모를 추가했습니다.Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to targ.. 2024. 6. 27. Webview에서 스와이프 제스쳐를 이용하여 뒤로가기 설정 webview.navitationDelegate = selfwebview.allowBackForwardNavigationGestures = true설정 참조한 사이트https://usa4060.tistory.com/25 [iOS/WKWebView] WebView에서 스와이프 제스쳐를 이용하여 뒤로가기 설정하기웹뷰를 단순히 불러오기만 하면, iOS에서 많이 사용하는 스와이프 제스쳐를 통해 뒤로가기 & 앞으로 가기 동작은 사용이 불가능 합니다. 이를 사용하기 위해선, 아래의 코드와 같이 작성해주면usa4060.tistory.com 난 이게 불편하던데 왜 해달라는지 모르겠다 2024. 6. 27. 이전 1 2 3 4 ··· 37 다음