const 변수정의, 상수를 역할 let 변수정의, 일반 변수 var 변수정의, 사용가능하지만 이후 부터는 권장하지 않음. const, let 으로 대체 템플릿 문자열 var result = `{a} 와 {b}`; 객체리터널 (중괄호으로 표현, const obj = { };) 1) a function() {} => a() {} 2) {say: say, hello: hello} => {say, hello} // 같은 네임이면 하나로 가능 3) obj[es + 6] = 'woo' => {[es + 6]: 'woo'} // 올드오브젝트를 간단히 표현 화살표 함수 ( => ) 12345678910111213141516// 함수선언식은 그대로function add1(x, y) { return x + y} // 함..
Node.jshttps://nodejs.org/ko/비동기(논 블럭킹 IO) 이벤트 기반, 이벤트 루프(드라이븐), 싱글쓰레드호출과 처리(실행)과 결과 프로세스 : 호출스택(콜스택) > 이벤트 루프 > 태스크 큐 > 이벤트 루프 > 호출스택(콜스택)4. 태스크 큐에 들어가는 경우 : setInterval, setTimeout, setImmediate, Promise resolve & reject, async & await, 이벤트리스너의 콜module모듈이 될 파일은 module.exports = 값; 마지막에 붙여야 함. 123456789101112131415const a = 'a';const b = 'b';// 모듈을 내보낼때module.exports = { a: a, b: b}// es6module..
출저 : https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens?utm_content=bufferea64f&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer https://scotch.io/tutorials/the-anatomy-of-a-json-web-token JWT 개념 간략 :http://opennaru.tistory.com/94https://blog.outsider.ne.kr/1160 JWT.IO :http://jwt.io/ Cookies vs Tokens. Getting auth right with Angular.JS :https://auth0.com/b..
접속 오류 관련 1. ERROR 2002: Can`t connect to local MySQL server through socket '/tmp/mysql.sock' (2) MySQL의 소켓파일인 mysql.sock 파일이 없거나 정확하지 않아서 발생하는 에러로MySQL이 실행이 되면 MySQL의 소켓파일이 /tmp/디렉토리에 생성되고 MySQL이 종료되면 이 파일은 자동 삭제된다. 따라서, 이 에러가 발생하는 경우 그 원인은 MySQL이 종료되어 있거나 또는 mysql.sock 소켓파일의 위치가 다르기 때문에 발생 해결 방법:1) MySQL이 종료되어 있을 경우 MySQL 데몬 실행: mysqld_safe & 2) MySQL의 소켓파일 mysql.sock의 위치가 다를 경우 사용 형식: mysql -u..
- Total
- Today
- Yesterday
- Web Development Tutorial
- 월간 깃헙 트렌드
- List of Useful Node.js Modules
- Vue Style Guide
- NAVER Tech Talk: FE devtalk
- Do it! Vue.js 입문 저자 블로그
- Eva Icons - 오픈소스 아이콘
- awesome-nodejs
- Node.js Documentation
- Pretty Awesome Lists
- 김정환블로그 - Node.js 코드랩
- TOAST UI - JavaScript UI libra…
- The Vue.js Cheat Sheet
- 1인 크리에이터 콘텐츠 연구소
- The Modern Javascript Tutorial
- Hacker News readers as PWA
- Awesome Vue.js
- maven
- CD
- CI
- 레인가드
- pm2
- AWS
- 추억
- 자동테스트
- gitlab
- OST
- intellij
- 게임음악
- portainer
- nodejs
- 음악듣기
- 투어버디
- 자돌빌드
- tourbuddy
- 자동배포
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |