Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- java.sql.SQLRecoverableException
- Law of Demeter
- was SQLRecoverableException
- OpenAPI
- was버그
- 디미터 법칙
- 폭포수 모형
- Bandit Level 6
- Bandit Level 6 → Level 7
- 커맨드공부
- 클린코드
- avax.net.ssl.SSLHandshakeException:
- 나선형 모형
- 에자일 모형
- 시스템 파악
- 시스템 파악 정리
- 변수명 짓는법
- 프로토타입 모형
- plsql
- Bandit Level 5
- SQLRecoverableException
- springboot
- table scan
- pl/sql
- 명령어공부
- 인증서만료에러
- mysql 튜닝
- 스크럼기법
- vue
- CSS
Archives
- Today
- Total
목록페이스북 node heroku 챗봇 (1)
개발햄비
[node.js] 페이스북 + node 챗봇 만들기
1.heroku 서버 셋팅 https://dashboard.heroku.com/ 원하는 사이트 이름을 지정해줍니다 2. 프로젝트 생성. 환경 : node.js 설치 필수 $ sudo npm install npm -g $ npm init $ npm install express request body-parser --save npm init를 실행하시면 다음과 같이 나옵니다. ihanbiui-MacBookPro:botProject ihanbi$ npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults...
개발/node.js
2019. 4. 7. 00:40