LinuxServerCodes
Linux高性能服务器编程源码
파일 탐색기
최종 버전 다운로드 (.zip)- 10-1unievent.cpp
- 10-3sigurg.cpp
- 11-1connect_timeout.cpp
- 11-2lst_timer.h
- 11-3nonactive_conn.cpp
- 11-4io_timer.cpp
- 11-5tw_timer.h
- 11-6time_heap.h
- 12-1libevent_test.c
- 13-3sem.cpp
- 13-4shm_talk_server.cpp
- 13-5passfd.cpp
- 14-1mutual_lock.c
- 14-2locker.h
- 14-3thread_atfork.c
- 14-5sigmask.c
- 15-1processpool.h
- 15-2pool_cgi.cpp
- 15-3threadpool.h
- 15-4http_conn.h
- 15-5http_conn.cpp
- 15-6main.cpp
- 16-4stress_client.cpp
- 5-10set_send_buffer.cpp
- 5-11set_recv_buffer.cpp
- 5-12access_daytime.cpp
- 5-1byteorder.cpp
- 5-3testlisten.cpp
- 5-5testaccept.cpp
- 5-6oobsend.cpp
- 5-7oobrecv.cpp
- 5-9reuse_address.cpp
- 6-1testdup.cpp
- 6-2testwritev.cpp
- 6-3testsendfile.cpp
- 6-4testsplice.cpp
- 6-5testtee.cpp
- 7-1testeuid.cpp
- 7-2switchuser.cpp
- 7-3daemonize.cpp
- 8-3httpparser.cpp
- 9-1use_select.cpp
- 9-3mtlt.cpp
- 9-4oneshot.cpp
- 9-5unblockconnect.cpp
- 9-6mytalk_client.cpp
- 9-7mytalk_server.cpp
- 9-8multi_port.cpp
- 9-8multi_port.cpp.bak
- config.xml
- conn.cpp
- conn.h
- fdwrapper.cpp
- fdwrapper.h
- log.cpp
- log.h
- main.cpp
- Makefile
- mgr.cpp
- mgr.h
- processpool.h
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/raichen/LinuxServerCodes
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd LinuxServerCodes
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd springsnail
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
