• JavaScript - 복잡한 스트링 연산을 단순하게 하는 방법

    Backtick(백틱)이란 키보트에서 1 옆에 있는 따옴표(?) 표시를 의미한다. 영어에서 Tick이란 체크 표시를 할 때를 의미하기도 한다. 자바스크립트에서 다음과 같이 스트링 연산시 헷갈려서 엉키는 경우가 많다. var studentData = "<table>"; for(int i = 0 ; i < n ; i++){ studentData += "<tr>"; studentData += "<td>"; studentData += student[i].name; studentData +=...


  • Layout XML Preview 버그

    ##1 한글 에러## 안드로이드 3.0버전에서 한글 깨짐 문제가 개선이 되어 따로 수정하지 않아도 한글이 나온다. 하지만 이전 버전에서 작업을 한 개발자의 경우 업데이트를 하면서 Layout Preview가 안나오는 경우가 있는데 이는 이전 버전에서 한글 깨짐 때문에 Android Studio 폴더 안에 fonts.xml 를 수정해서 그렇다. 아래와 같은 경로에서 기존 fonts.xml파일을 fonts.xml(Click)로 덮어씌우고...


  • WIFI - How to get WIFI Password

    It works on the Wifi that you already has been accessed before. open terminal or command(cmd) type netsh wlan show profiles netsh wlan show profiles WIFI_NAME key=clear ‘Key Content’ property is the one you want to find in the list.


  • Node.js - How to Install & Basic Command

    DOWNLOAD Go to : Intall Node.js and Download the lastest version. (Next > Next > … > Finish) Basic Command npm install [Module Name] -g npm install [Module Name] --save npm install -g means global. You use this option when you install something globally. [express-generator](#express-generator) or [nodemon](#nodemon) is an example...


  • AWS E2 - How to install Tomcat8 on Ubuntu.

    Before start, you must … have a new Amazon account. install Putty