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
- 오블완
- Java
- 자바
- 리액트
- 모션비트
- 자바스크립트
- Vue.js
- TiL
- 티스토리챌린지
- corou
- userprog
- 크래프톤 정글
- 사이드프로젝트
- pintos
- 핀토스
- JavaScript
- 백준
- 4기
- 큐
- 코드트리
- 크래프톤정글
- Flutter
- CSS
- 알고리즘
- 시스템콜
- HTML
- 스택
- 소켓
- 나만무
- defee
Archives
- Today
- Total
목록4101 (1)
미새문지
크래프톤 정글 week06, day52 - Tiny Server Code, 잔디심기
Tiny Server Code tiny.c 더보기 #include "csapp.h" void doit(int fd); void read_requesthdrs(rio_t *rp); int parse_uri(char *uri, char *filename, char *cgiargs); void serve_static(int fd, char *filename, int filesize, char *method); void get_filetype(char *filename, char *filetype); void serve_dynamic(int fd, char *filename, char *cgiargs, char *method); void clienterror(int fd, char *cause, char *er..
크래프톤 정글/TIL
2024. 2. 29. 14:25