Skip to content

Commit

Permalink
add some description again
Browse files Browse the repository at this point in the history
  • Loading branch information
$songhao.espada committed Aug 17, 2021
1 parent d101201 commit 5e244a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 1、简介

#### 1、由来

该项目是基于C++ 实现的HTTP服务器,也就是那种烂大街的WebServe服务器,不过由于是自己动手做的,所以还是很有意义的就上传上来了。

该项目也是阿秀自己在2020年找工作时简历上的第二个项目。
Expand All @@ -8,8 +10,12 @@

(如果有需要个人文档的同学可以看一下文末处,有简历下载方式)

#### 2、其余

如果还有对该项目有疑问的同学可以加我个人微信:aXiu_go,我会在工作之余进行免费答疑。

最好在看过文末的两本书即《TCPIP网络编程》和《Linux高性能服务器编程》或者对于C++网络编程有一定了解后,再来进行实践本项目。

### 2、编译

请严格按照下面步骤进行编译
Expand Down Expand Up @@ -78,7 +84,9 @@ make

#### 6、参考资料

<TCPIP网络编程>-韩-尹圣雨
《TCPIP网络编程》-韩国-尹圣雨

《Linux高性能服务器编程》-中国-游双

https://www.cnblogs.com/qiyeboy/p/6296387.html

Expand Down

0 comments on commit 5e244a3

Please sign in to comment.