elasticsearch 윈도우에서 메모리 설정 시작하기~ - elasticsearch.bat 으로 실행 elasticsearch.bat 을 실행하면 elasticsearch.in.bat에 저장된 환경변수들을 읽어오면서 엘라스틱검색이 실행이 된다. - service.bat 으로 실행 elasticsearch를 background job으로 돌리거나 서버 시작시 자동으로 elasticsearch를 실행하기 위해서elasticsearch를 서비스로 실행하려면 service 배치파일을 이용하면 된다. - elasticsearch.in.bat if "%ES_MIN_MEM%" == "" (set ES_MIN_MEM=256m) if "%ES_MAX_MEM%" == "" (set ES_MAX_MEM=1g) 이 부분을 본인이 원하는 메모리 사이즈로 수정해주면 된다 if "%E.. 더보기 vi 명령어 마~~~~~~~~않음. 퍼옴 : http://hacheo.egloos.com/3307158vi 명령어, vi 단축키, vi(Visual Editer), vim0. 읽기전에!!!큰따옴표 " " 로 묶인 글은 그 안의 내용을 말하는 것입니다. 만일 "가나다" 라고 하면 큰따옴표("")를 제외한 가나다만 입력하면 됩니다."", "/", "?" 표시는 입력모드에서 ESC키를 누른뒤 입력하면 됩니다.filename.xxx는 아무 파일을 의미합니다. 즉 자기가 원하는 대로 쓰면 됩니다. 단, 파 일명 작성규칙에 맞는 파일명을 입력해야 합니다.대소문자는 구분합니다. x와 X는 다릅니다.""은 엔터키를 의미합니다."[n]"은 숫자를 의미 합니다."x, dl"은 x 또는 dl을 의미합니다.1. History of vivi는 BSD의 C she.. 더보기 독립 관련 명언 모음 독립 영어 명언 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.”잠시 동안의 안전을 위해 자유를 포기하는 자는 자유도 안전도 누릴 자격이 없다.– Benjamin Franklin“Those who deny freedom to others deserve it not for themselves.”타인의 자유를 부인하는 자들은 스스로도 자유를 누릴 자격이 없다.– Abraham Lincoln“For to be free is not merely to cast off one’s chains, but to live in a way that respects and e.. 더보기 c에서 자바처럼 ArrayList 사용하기! Al salamo Alykom, Last week I had the change to have a look at the implementation of the java.util.ArrayList class in Java. I decided to write a similar one in C, and hence it is fully depended on System.arraycopy, so I wrote arrayCopyutility function in C to use it. The implementation of ArrayList we going to see here is depending on code wrote under the post of ArrayCopy. I tried to include ma.. 더보기 이전 1 ··· 40 41 42 43 44 45 46 ··· 68 다음