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 | 31 |
Tags
- softeer
- nodejs 기초
- GStreamer tutorial
- c언어 전역변수
- 성적평균
- C++
- c언어 라이프타임
- c언어 스코프
- 소프티어
- 통근버스 출발 순서 검증하기
- c언어 static
- 코딩테스트 기출
- C++해설
- Python
- SKT FLYAI
- 수퍼컴퓨터 클러스터
- 삼성전자 #영상디스플레이사업부 # VD사업부 #면접후기
- 지도 자동 구축
- c언어 정적변수
- GStreamer 튜토리얼
- Sparkfun Edge 프로젝트
- 삼성 B형
- 플레이페어 암호
- 사물인식 최소 면적 산출 프로그램
- Spakrfun Edge
- MacOS 설치
- GStreamer
- Sparkfun Edge Example
- 코테기출
- c언어 지역변수
Archives
- Today
- Total
목록nodejs 기초 (1)
mulll
Node js 기초
email address : ajaxsend main.js와 같은 디렉토리(/router)에 email.js 생성 var express = require('express'); var router = express.Router(); var path = require('path'); var mysql = require('mysql'); var connection = mysql.createConnection({ host: 'localhost', port: 3306, user: 'root', password: '1234', database: 'my_db' }); connection.connect(); router.post("/post", (req, res) => { res.render('email.ejs', {..
node.js
2022. 12. 3. 02:58