Vibe Coding

  • 홈
  • 태그
  • 방명록
  • web_fullstack
  • web_scraping
  • python
  • Doker
  • go
  • Java
  • git
  • 기타
AI 기반 Coding

전체 글 141

node.js status code set

아래와 같이 코드를 짜고, 웹에서 http://localhost:3000/abc 와 같이 선언 되지 않은 page를 입력하면, page not found 가 회면에 나타난다. const http = require('http') const server = http.createServer((req,res)=>{ if(req.url==='/about') res.end('The about page') else if(req.url==='/contact') res.end('The contact page') else if(req.url==='/') res.end('The home page') else{ res.writeHead(404) res.end('page not found') } }) server.listen(..

web_fullstack 2020.07.29
이전
1 ··· 12 13 14 15
다음
더보기
프로필사진

Vibe Coding

AI 기반 Coding

  • 분류 전체보기 (141)
    • AI (30)
      • Cursor AI (3)
    • web_fullstack (19)
    • python (14)
      • Django (4)
      • Tk (1)
    • Linux_system (51)
    • other_program_languages (11)
      • java (2)
      • c# (4)
      • react native (1)
      • 코틀린, 안드로이드 (4)
    • git (10)
    • etc (3)

최근글과 인기글

  • 최근글
  • 인기글

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

  • 코드차차

티스토리툴바