• Mastering ElasticSearch 5.0

    이 글의 내용은 에이콘 출판사의 일래스틱서치 고급 기능의 개념과 활용(바디 딕시트 지음, 김용환 옮김) 도서를 학습하며 정리한 내용입니다. 들어가기에 앞서 알아두어야 할 기본지식 Elasticsearch를 공부하다보면 API 문서 예제가 CURL로 실행해 볼 수 있도록 제공한다. 그렇다면, CURL은 무엇인가? -> HTTP 프로토콜로... [more]

  • Jquery

    $( document ).ready() $( document ).ready(function() { console.log( "ready!" ); }); // Shorthand for $( document ).ready() $(function() { console.log( "ready!" ); }); [more]

  • Intellij Shortcut

    upper or lower case -> ⌘ Command + Shift + U open call hierarchy -> ⌘ Command + ALT + F7 reformatting source code -> ⌘ Command + ALT + L optimize imports -> Ctrl + Alt + O camel... [more]

  • alphabet s

    simultaneously This functionality won’t be limited to running Bash shell on Windows 10. With this development, users will be able to run Ubuntu simultaneously with Windows operating system. 동시에 ((with)); 일제히 [more]

  • alphabet i

    Initiative is the cornerstone of Initiative For Open Authentication (OATH) (특정한 문제 해결・목적 달성을 위한 새로운) 계획 진취성; 결단력, 자주성 주도권, 주도 (미국 일부 주에서) 주민 법안 발의 [more]

  • alphabet c

    cornerstone is the cornerstone of Initiative For Open Authentication (OATH) 초석, 주춧돌 combine It combines a secret key with the current timestamp using a cryptographic hash function to generate a one-time password. (하나의 단일체를 만들도록) 결합하다 (두 가지 이상의 자질・특징... [more]

  • alphabet a

    arbitrary A cryptographic hash function is a mathematical algorithm that maps data of arbitrary size to a bit string of a fixed size (a hash function) which is designed to also be one-way function, that is, a function which is... [more]

  • Philosophy - Ancient

    서양철학의 전통 - http://www.kmooc.kr 아래 정의된 내용들은 Kmooc의 문제를 바탕으로 옮겨진 내용입니다. 철학이란 무엇인가? 철학 ‘Philosophia’는 지혜에 대한 사랑을 뜻합니다. ‘사랑’을 뜻하는 ‘Philo’와 ‘지혜’를 뜻하는 ‘Sophia’가 합쳐진 말 우리를 철학적인 질문으로 이끌어주는 한계체험 3가지는 첫 번째로 상실의 체험, 두 번째로... [more]

  • How To Implement TOTP (Using Google Authenticator in the Java Language)

    Source -> via links 출처 -> 파란색 글씨인 링크를 클릭하면 됩니다. Google Authenticator Google Authenticator is an application that implements two-step verification services using the Time-based One-time Password Algorithm (TOTP) and HMAC-based One-time Password Algorithm (HOTP), for authenticating users of... [more]

  • Markdown Example

    Markdown Cheatsheet Headers H1 H2 H3 H4 H5 H6 Alternatively, for H1 and H2, an underline-ish style: Alt-H1 Alt-H2 #Emphasis Emphasis, aka italics, with asterisks or underscores. Strong emphasis, aka bold, with asterisks or underscores. Combined emphasis with asterisks and... [more]