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
- 크래프톤정글
- 자바
- 알고리즘
- 나만무
- TiL
- pintos
- Flutter
- 크래프톤 정글
- userprog
- 코드트리
- CSS
- 사이드프로젝트
- defee
- JavaScript
- Vue.js
- 리액트
- 자바스크립트
- 큐
- Java
- 오블완
- 백준
- 모션비트
- 스택
- 시스템콜
- 소켓
- HTML
- corou
- 4기
- 티스토리챌린지
- 핀토스
Archives
- Today
- Total
목록크냐 (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