dakoo's tech blog

Hands-on knowledge of 'Web' that I have studied recently + Something I've felt as a software developer

2015년 7월 5일 일요일

블로그 이전

›
블로그를 github 로 이전합니다. 블로그를 좀 더 쉽게 올리고 코드와 연결시키기 위해서 블로그 서비스를 이용하기 보다는 직접 구축하는 것이 좋을 것 같아 github 를 이용하기로 했습니다.
2015년 6월 7일 일요일

Javascript closure의 이해

›
다음의 Javascript 구현은 local 변수의 값을 return하는 것이다. function testNoClosure(){ var a = 100; return a; } console.log(testNoClosure()); //10...
2015년 4월 12일 일요일

Visual Studio에서 console 프로그램 실행 시 command prompt 창이 바로 닫히지 않게 하기

›
Visual Studio로 개발할 때 개발한 프로젝트를 실행하고 결과를 보려고 하면 command prompt가 바로 닫혀버려서 난감할 때가 있다.  command prompt가 바로 닫히지 않고 결과를 확인하기 위해서는 다음과 같은 설정을 하면 된다...
2015년 4월 5일 일요일

marvel installation on Windows for monitoring elasticSearch

›
Marvel is a management and monitoring tool for elasticSearch. This is installed with interactive console called as 'Sense' which is ...

elasticSearch 모니터링툴인 marvel 설치하기 (Windows) [한글]

›
Marvel은 elasticSearch의 관리와 모니터링을 위한 툴이다.이것은 'Sense'라 불리는 interative console과 함께 설치되는데 'Sense'는 브라우저에서 elasticSearch와 직접 통신할 ...

elasticSearch 초간단 소개

›
elasticSearch는 apache lucene 를 기반으로 개발된 '오픈소스 서치엔진'이다. 즉, elasticSearch에 대해 이해하려면 apache lucene에 대한 이해가 필요하다.  apache lucene 홈페이지의 ...

Windows에 elasticSearch 설치하고 서비스로 구동하기

›
Windows 환경에서 elasticSearch를 서비스로 구동하면 향후 따로 설치하거나 명령을 실해할 필요없이 구동되는 elasticSearch에 접속하는 것만으로 개발을 진행할 수 있다. 이를 위해 설치하고 서비스로 구동하는 방법을 정리해 보았다....
›
홈
웹 버전 보기
Powered by Blogger.