Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huangkq
Python-100-Days
Commits
2c2513b0
Commit
2c2513b0
authored
Jun 05, 2019
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新了README.md
parent
6a7f8602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
README.md
README.md
+2
-12
No files found.
README.md
View file @
2c2513b0
...
...
@@ -554,7 +554,7 @@
-
[
理解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/2018/10/restful-api-best-practices.html
)
2.
API接口文档的撰写
(
[
《网络API接口设计》
](
Day91-100/网络API接口设计.md
)
)
2.
API接口文档的撰写
-
[
RAP2
](
http://rap2.taobao.org/
)
-
[
YAPI
](
http://yapi.demo.qunar.com/
)
3.
[
django-REST-framework
](
https://www.django-rest-framework.org/
)
的应用
...
...
@@ -574,8 +574,6 @@
##### 项目部署
> 说明:请参考[《项目部署上线指南》](Day91-100/项目部署上线指南.md)。
1.
部署前的准备工作
-
关键设置(SECRET_KEY / DEBUG / ALLOWED_HOSTS / 缓存 / 数据库)
-
HTTPS / CSRF_COOKIE_SECUR / SESSION_COOKIE_SECURE
...
...
@@ -592,8 +590,6 @@
##### 性能测试
> 说明:具体内容请参考[《Django知识点概述》](Day91-100/Django知识点概述.md)。
1.
AB的使用
2.
SQLslap的使用
3.
sysbench的使用
...
...
@@ -611,13 +607,7 @@
#### 第98天:[项目部署上线和性能调优](./Day91-100/98.项目部署上线和性能调优.md)
1.
数据库性能调优 - 请参考
[
《MySQL相关知识》
](
Day91-100/MySQL相关知识.md
)
-
软硬件优化
-
SQL优化
-
架构优化
-
分表分库
-
主从复制,读写分离
-
集群架构
1.
MySQL数据库调优
2.
Web服务器性能优化
-
Nginx负载均衡配置
-
Keepalived实现高可用
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment