허당 레몬도리
article thumbnail
windows redis 설치(서비스 등록, sentinel 설정)
나. 설치 및 설정/Setup 2020. 2. 21. 18:53

Redis는 공식적으로 윈도우를 지원하지 않지만 MSOpenTech라는 곳에서 지속적으로 윈도우 버전을 포팅하여 릴리즈하고 있다. 아래 윈도우 버전의 릴리즈 정보가 있으며, 현재까지 최신 버전은 3.0.504이다. https://github.com/MicrosoftArchive/redis/releases MicrosoftArchive/redis redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes github.com zip 파일을 다운로..

article thumbnail
IIS에서 apk 파일 다운로드 404.3 Not Found 오류

방법 두개를 소개 첫번째 방법 1. IIS의 MIMY TYPE (MIME형식) 설정 2. 추가 3. 확장자를 추가.apkapplication/vnd.android.package-archive 두번째 방법 1. web.config 파일 항목 추가

Application Mysql Error "mysql_native_password "
나. 설치 및 설정/Setup 2019. 12. 27. 13:42

C# Applicatin을 실행되면서 SQL서버와 연결을 진행하는 도중 "mysql_native_password "가 발생. Appication 문제라고 생각 되었으나 Windows Server 2016라는 OS를 생각 못했다. OS에서 차단하고 있을 거란 생각도 못하는데 직장 동료가 찾아낸 글을 보고 설정해보니 정상적으로 실행 아래 글(출처)에서는 3가지의 방법을 알려주고 있다. 해결한 방법은 3번 OS 설정을 변경하고 정상적으로 실행됐다. 아래 3가지 방법은 글 내용을 번역기로 번역 해결 방법 1 : SSL이 필요하지 않습니다. SSL로 인해 발생하므로 연결 문자열에 " SslMode = None "을 추가하여 SSL을 끌 수 있습니다 . 해결 방법 2 : SSL이 필요하고 서버 ID가 중요하며 확인..

ssl 발급
나. 설치 및 설정/Setup 2019. 7. 26. 10:58

Xshell 5 (Build 1332)Copyright (c) 2002-2017 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt.[c:\~]$ Connecting to 54.82.232.1:22...Connection established.To escape to local shell, press 'Ctrl+Alt+]'. __| __|_ ) _| ( / Amazon Linux AMI ___|\___|___| https://aws.amazon.com/amazon-linux-ami/2017.03-release-notes/8 package(s) needed for security, out of 8..

article thumbnail
visual studio 파일 열기 오류

코드 속에 주석을 한글로 기입했는데 갑자기 아래와 같은 오류가 뜬다면 해결 방법을 찾아보던 중에 설정을 이리저리 바꿔보다가 찾았다. 아래 메뉴에서 Auto-detect UTF-8 encoding without signature를 체크하면 오류가 사라진다

[Windows] bat 파일 ip 가져오기

출처 : https://blog.fabioiotti.com/ip-address-batch/ This is a way to get the computer's IP address from a Batch script with a single line of code. Jump to TL;DR for the copy-paste ready code.So... what do we need the IP address of this computer for? Do we need the our network address or our public address?Getting Local IP AddressIf the IP we need is the internal address (the one within current ne..

article thumbnail
Bluestack 이용하여 apk Log 보기
나. 설치 및 설정/Other 2016. 7. 22. 18:20

블루스택을 이용해서 로그를 볼 수 있네요 방법은 블루스택에 apk를 설치하시고(당연 빌드에 로그를 남기게 해야겠죠?) 설치가 되면 CMD(명령프롬프트를 띄웁니다.)android-sdk가 설치된 경로를 찾습니다. 전 C:\Program Files (x86)\Android\android-sdk\platform-tools 여기에 설치 되었네요그리고 명령어를 입력합니다. adb logcat 이제 준비는 끝났습니다.블루스택에서 기능을 테스트하면 로그가 주~욱 올라올겁니다. 주의) 프롬프트를 선택하면 로그가 안 올라 옵니다.갑자기 로그가 안 올라온다 느끼면 프롬프트 창에서 ESC키를 한번 눌러주세요

mongodb Index 정보 보기

var collectionNames = db.getCollectionNames(); for(var i = 0, len = collectionNames.length; i