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 |
Tags
- 사이드프로젝트
- Java
- 프로그래머스
- 핀토스
- 크래프톤정글
- 리액트
- Vue.js
- HTML
- 정보처리기사
- 나만무
- 큐
- 스택
- TiL
- defee
- 소켓
- 시스템콜
- 알고리즘
- corou
- pintos
- 코드트리
- 자바스크립트
- 백준
- 모션비트
- userprog
- 크래프톤 정글
- 자바
- JavaScript
- CSS
- 4기
- Flutter
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