CSprout

CSprout

  • 분류 전체보기 (137)
    • CSE (58)
      • Data Structure (5)
      • JAVA (21)
      • Design Pattern (1)
      • Python (3)
      • Java Script (13)
      • Spring (14)
      • ETC (1)
    • Personal Proejct (1)
      • Volume (1)
    • Studying (2)
      • 운영체제 (0)
      • 컴퓨터구조 (0)
      • 네트워크프로그래밍 (1)
    • ETC (11)
    • 문제풀기 (63)
      • SQL (18)
      • 알고리즘 (7)
      • 백준 (12)
      • 프로그래머스 (26)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

CSprout

컨텐츠 검색

태그

최근글

댓글

공지사항

아카이브

CSE/Java Script(13)

  • [JavaScript] 한 시간만에 끝내는 Node.js 입문 강의 듣기

    급하게 Node.js를 대충이라도 익혀야 할 일이 생겨서 해당 강의를 듣게 되었다. 1. Nodemailer & Mail Trap 사용해서 메일 보내는 프로그램 만들기 const nodemailer = require('nodemailer'); const email = { host: "", port: , auth: { user: "", pass: "" } }; // 계정 정보 const send = async (option) =>{ nodemailer.createTransport(email).sendMail(option, (error, info) =>{ if(error) { console.log(error); }else{ console.log(info); return info.response; } }); ..

    2020.11.23
이전
1 2 3
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바