생활 코딩 강의 목록 : https://opentutorials.org/module/3590인프런 강의 목록 : https://www.inflearn.com/course/node-js-express/dashboard 이 수업…
외장 모듈 설치#npm install mongodb --save 몽고 디비 기본 테스트use local switched to db local db.users.remove({name:/소녀/}) WriteResult({ "nRemoved&…
패키지 json 파일을 만든다.# npm init-대문자 안 된다.# express package.json 이름 충돌 주의#npm install express --save var expre…
생활 코딩 강의 목록 : https://opentutorials.org/module/3590인프런 강의 목록 : https://www.inflearn.com/course/node-js-express/dashboard 이 수업…
패키지 설치(자바 maven)#npm initname : (DatabaseExample) database_example -- 모듈 설치#npm install express --save#npm install http --save#npm install path --save#npm insta…
Windows에 MongoDB 설치하기..신규하 2014.05.26 18:19윈도우에 MongoDB를 설치 하면서, 내용을 약간 정리해 봅니다. 1. 다운로드 http://www.…
mkcert 을 사용하여 로컬 개발에 HTTPS를 사용하는 방법 1. mkcert 사용 및 윈도우 설치https://github.com/FiloSottile/mkce…
1. PM2 기본 사용방법 2.https://www.tutorialbook.co.kr/entry/PM2-를-이용하여-NodeJS-프로세스-관리하기 pm2 start app.js MonitoringMo…
패키지 설치(자바 maven)#npm initname : (DatabaseExample) database_example -- 모듈 설치#npm install express --save#npm install http --save#npm install path --save#npm insta…
인프런 ==> https://www.inflearn.com/따라하는-네스트-제이에스#curriculum유튜브 강의 목록 : https://www.youtube.com/playlist?list=…
https://expressjs.com/en/starter/generator.html 위 방법데로 시작하면 다음과 같은 에러 no default engine was specified and no extension was provided 해결 = >&n…
1. PM2 기본 사용방법 2.https://www.tutorialbook.co.kr/entry/PM2-를-이용하여-NodeJS-프로세스-관리하기 pm2 start app.js MonitoringMo…
Express-generate 를 이용하여 프로젝트 구성하기 express-generate 를 이용하기 위해 npm install express-generate -g 를 통해 express-generate 를 설치1) $&nb…
Nodemailer :: Nodemailer 설치1. npm install nodemailer nodemailer-smtp-pool --save1) gmail2. test.jsvar nodemailer = require('nodemailer'); var smtpPool=require('nodemai…
1. 노드 설치https://nodejs.org/ko/download/ 2. Express-generate 를 이용하여 프로젝트 구성하기$ npm install express-generator -g3. express {APP_NAME} 명령어…
1 . Node.Js 설치후 Db 연동http://macaronics.net/index.php/m03/nodejs/view/1800 2. axios 및 uuid-apikey ( 키생성 )설치$npm i axios -…
설치$npm i node-schedule --save node-schedule - npm (npmjs.com) node-schedule.js const schedule = require("node-schedule"); let sheduleObj = null const set = (s)…
임의 디텍토리 생성$npm init -y 모듈 설치$npm install axios cheerio 1) axios - npm (npmjs.com)2) cheerio - npm (npmjs.com) crawling.jsconst axios = requ…
패키지 json 파일을 만든다.# npm init-대문자 안 된다.# express package.json 이름 충돌 주의#npm install express --save #npm install express-session --sa…
Windows에 MongoDB 설치하기..신규하 2014.05.26 18:19윈도우에 MongoDB를 설치 하면서, 내용을 약간 정리해 봅니다. 1. 다운로드 http://www.…
이벤트 emiit 으로 보내고 on 으로 받는다. \ ch04_test2.jsprocess.on('exit', function(){ console.log('exit 이벤트 발…
ch04_test1.jsvar url =require('url'); var urlStr ="https://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=1&ie=utf8&query=Popcorn&q…
ch03_test18.jsvar person1={name: '소녀시대', age:20}; var person2={name:'걸스데이', age:21}; function Person(name, age){ this.name …
ch03_test15.jsfunction add(a, b, callback){ var result=a+b; callback(result); } add(10, 10 , function(result){ console.log('더하기 결과 …
삭제를 할때에는 delete 보다 slice 를 사용해야 완전히 삭제가 된다. ch03_test13.jsvar users=[{name:'소녀시대', age:20}, {name:'걸스…
ch03_test10.jsvar users=[{name:'소녀시대', age:20}, {name:'걸스데이', age:22}, {name:'티아라', age:21}]; for(var i=0; i < users.length; i++)…
var names =['소녀시대', '걸스데이', '티아라']; var users=[{name:'소녀시대', age :20}, {name:'걸…
ch03_test5.jsvar person={}; person.name='소녀시대'; person['age']=20; person.add=function(a, b){ return a +b; }; console.log('더하기 : ' + per…
ch03_test1.jsvar name ; console.log('name : ' + name); var age =20; console.log('age : ' + age); name='소녀시대'; …
cho2_test7.jsvar os =require('os'); console.log('hostname : ' + os.hostname()); console.log('memory : ' + os.freemem()); Command: node "C:/Prog…
macaronics.net 는 그어떠한 동영상, 이미지, 파일등을 직접적으로 업로드 제공을 하지 않습니다. 페이스북, 트위터 등 각종 SNS 처럼 macaronics.net 는 웹서핑을 통하여 각종 페이지위치등을 하이퍼링크, 다이렉트링크, 직접링크등으로 링크된 페이지 주소만을 수집 저장하여 제공하고 있습니다. 저장된 각각의 주소에 연결된 페이지등은 그 페이지에서 제공하는 "서버, 사이트" 상황에 따라 페이지와 내용이 삭제 중단 될 수 있으며 macaronics.net 과는 어떠한 연관 관련이 없음을 알려드립니다. 또한, 저작권에 관련된 문제있는 글이나 기타 저작권에 관련된 문제가 있는 것은 연락주시면 바로 삭제해 드리겠습니다.