Commit 2c2513b0 authored by jackfrued's avatar jackfrued

更新了README.md

parent 6a7f8602
...@@ -554,7 +554,7 @@ ...@@ -554,7 +554,7 @@
- [理解RESTful架构](http://www.ruanyifeng.com/blog/2011/09/restful.html) - [理解RESTful架构](http://www.ruanyifeng.com/blog/2011/09/restful.html)
- [RESTful API设计指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html) - [RESTful API设计指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)
- [RESTful API最佳实践](http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html) - [RESTful API最佳实践](http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html)
2. API接口文档的撰写[《网络API接口设计》](Day91-100/网络API接口设计.md) 2. API接口文档的撰写
- [RAP2](http://rap2.taobao.org/) - [RAP2](http://rap2.taobao.org/)
- [YAPI](http://yapi.demo.qunar.com/) - [YAPI](http://yapi.demo.qunar.com/)
3. [django-REST-framework](https://www.django-rest-framework.org/)的应用 3. [django-REST-framework](https://www.django-rest-framework.org/)的应用
...@@ -574,8 +574,6 @@ ...@@ -574,8 +574,6 @@
##### 项目部署 ##### 项目部署
> 说明:请参考[《项目部署上线指南》](Day91-100/项目部署上线指南.md)。
1. 部署前的准备工作 1. 部署前的准备工作
- 关键设置(SECRET_KEY / DEBUG / ALLOWED_HOSTS / 缓存 / 数据库) - 关键设置(SECRET_KEY / DEBUG / ALLOWED_HOSTS / 缓存 / 数据库)
- HTTPS / CSRF_COOKIE_SECUR / SESSION_COOKIE_SECURE - HTTPS / CSRF_COOKIE_SECUR / SESSION_COOKIE_SECURE
...@@ -592,8 +590,6 @@ ...@@ -592,8 +590,6 @@
##### 性能测试 ##### 性能测试
> 说明:具体内容请参考[《Django知识点概述》](Day91-100/Django知识点概述.md)。
1. AB的使用 1. AB的使用
2. SQLslap的使用 2. SQLslap的使用
3. sysbench的使用 3. sysbench的使用
...@@ -611,13 +607,7 @@ ...@@ -611,13 +607,7 @@
#### 第98天:[项目部署上线和性能调优](./Day91-100/98.项目部署上线和性能调优.md) #### 第98天:[项目部署上线和性能调优](./Day91-100/98.项目部署上线和性能调优.md)
1. 数据库性能调优 - 请参考[《MySQL相关知识》](Day91-100/MySQL相关知识.md) 1. MySQL数据库调优
- 软硬件优化
- SQL优化
- 架构优化
- 分表分库
- 主从复制,读写分离
- 集群架构
2. Web服务器性能优化 2. Web服务器性能优化
- Nginx负载均衡配置 - Nginx负载均衡配置
- Keepalived实现高可用 - Keepalived实现高可用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment