Learn, apply and share
About Category Tags Archives
  • What exactly is Node.js?

    Apr 23, 2018 - FrontEnd - [ nodejs ]

    Node.js는 자바스크립트 실행 환경입니다. 멋진 말입니다. 그런데 그것이 의미하는 바는 무엇이며 어떻게 동작이 된다는 말일까요?

    Read on →

  • postman 을 이용한 request 캡쳐

    Apr 20, 2018 - FrontEnd - [ postman ]

    모바일에서 HTTP request 캡쳐

    • capturing_http_requests
    • postman의 proxy 를 사용
    • 모바일 장비와 postman이 설치된 PC가 동일한 네트워크 망내 물려 있어야 함

    Read on →

  • [python] SimpleHTTPServer

    Apr 20, 2018 - memo - [ SimpleHTTPServer , python ]

    Problem

    로컬에 서버가 설치되어 있지 않지만 간단하게(3초 안에) 웹서버를 띄우고 싶다

    Read on →

  • [js] getter와 setter 를 설정하는 방법

    Apr 19, 2018 - vanillaJS - [ getter , setter ]

    getter와 setter 를 이용하면 객체의 속성값을 읽고 쓰는 방법을 새롭게 정의할 수 있다 아래 코드를 먼저 보자 ```js var o = { a: 7, get b() { return this.a + 1; }, set c(x) { this.a = x / 2; } };

    Read on →

  • [mySQL] 테이블 수정 쿼리

    Apr 16, 2018 - database - [ mysql , query ]

    이름 바꾸기

    ALTER TABLE tablename RENAME bbs;
    


    Read on →

« Older Newer »

Learn, apply and share

  • Learn, apply and share
  • min9nim@gmail.com
  • min9nim
  • min9nim
  • minq
  • min9nim
  • smg529

SW 개발에 대한 이야기

크리에이티브 커먼즈 라이선스 크리에이티브 커먼즈 저작자표시-동일조건변경허락 4.0 국제 라이선스에 따라 이용할 수 있습니다
© - Powered by GitHub & Jekyll & whiteglass - Subscribe via RSS