Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6bfcf2

Browse files
committed
📝 update BaiduYun link && add thanks list
1 parent e72b497 commit c6bfcf2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Linux下C++轻量级Web服务器,助力初学者快速实践网络编程,搭
1313
目录
1414
-----
1515

16-
| [概述](#概述) | [框架](#框架) | [Demo演示](#Demo演示) | [压力测试](#压力测试) |[更新与下载](#更新与下载) | [快速运行](#快速运行) | [个性化运行](#个性化运行) | [庖丁解牛](#庖丁解牛) | [致谢](#致谢) |
17-
|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
16+
| [概述](#概述) | [框架](#框架) | [Demo演示](#Demo演示) | [压力测试](#压力测试) |[更新日志](#更新日志) |[源码下载](#源码下载) | [快速运行](#快速运行) | [个性化运行](#个性化运行) | [庖丁解牛](#庖丁解牛) | [致谢](#致谢) |
17+
|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
1818

1919

2020
概述
@@ -81,7 +81,7 @@ Demo演示
8181
8282
**注意:** 使用本项目的webbench进行压测时,若报错显示webbench命令找不到,将可执行文件webbench删除后,重新编译即可。
8383

84-
更新与下载
84+
更新日志
8585
-------
8686
- [x] 解决请求服务器上大文件的Bug
8787
- [x] 增加请求视频文件的页面
@@ -99,15 +99,17 @@ Demo演示
9999
- [x] 改进编译方式,只配置一次SQL信息即可
100100
- [x] 新增Reactor模式,并完成压力测试
101101

102-
目前有两个版本,版本间的代码结构有较大改动,文档和代码运行方法也不一致. 重构版本更简洁,原始版本(raw_version)更大保留游双代码的原汁原味,从原始版本更容易入手.
102+
源码下载
103+
-------
104+
目前有两个版本,版本间的代码结构有较大改动,文档和代码运行方法也不一致。重构版本更简洁,原始版本(raw_version)更大保留游双代码的原汁原味,从原始版本更容易入手.
103105

104106
如果遇到github代码下载失败,或访问太慢,可以从以下链接下载,与Github最新提交同步.
105107

106-
* 重构版本下载地址 : [BaiduYun](https://pan.baidu.com/s/1y0YRpqCFW0ymXeQzKXT2pg)
107-
* 提取码 : x5d1
108-
* 原始版本(raw_version)下载地址 : [BaiduYun](https://pan.baidu.com/s/1Z8VLCYTcE3hnDEd7k0lJJA)
109-
* 提取码 : 4nb8
110-
* [原始版本文档](https://github.com/qinguoyi/TinyWebServer/tree/master/raw_version)
108+
* 重构版本下载地址 : [BaiduYun](https://pan.baidu.com/s/1z_QjMEQaCHguXH6X9OuFZg)
109+
* 提取码 : a7db
110+
* 原始版本(raw_version)下载地址 : [BaiduYun](https://pan.baidu.com/s/1kCxnE5Tn8XAX2nM5p5P1mg)
111+
* 提取码 : gpq2
112+
* 原始版本运行请参考[原始文档](https://github.com/qinguoyi/TinyWebServer/tree/master/raw_version)
111113

112114
快速运行
113115
------------
@@ -238,4 +240,4 @@ Demo演示
238240
------------
239241
Linux高性能服务器编程,游双著.
240242

241-
感谢以下朋友的PR和帮助: [@RownH](https://github.com/RownH)[@mapleFU](https://github.com/mapleFU)[@ZWiley](https://github.com/ZWiley)[@zjuHong](https://github.com/zjuHong)[@mamil](https://github.com/mamil)[@byfate](https://github.com/byfate)[@MaJun827](https://github.com/MaJun827)[@BBLiu-coder](https://github.com/BBLiu-coder)[@smoky96](https://github.com/smoky96)[@yfBong](https://github.com/yfBong).
243+
感谢以下朋友的PR和帮助: [@RownH](https://github.com/RownH)[@mapleFU](https://github.com/mapleFU)[@ZWiley](https://github.com/ZWiley)[@zjuHong](https://github.com/zjuHong)[@mamil](https://github.com/mamil)[@byfate](https://github.com/byfate)[@MaJun827](https://github.com/MaJun827)[@BBLiu-coder](https://github.com/BBLiu-coder)[@smoky96](https://github.com/smoky96)[@yfBong](https://github.com/yfBong)[@liuwuyao](https://github.com/liuwuyao).

0 commit comments

Comments
 (0)