File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373
7474#### 2.3 Django vs Flask vs FastAPI 三框架大拼比
7575
76- 从开发效率、性能测评、框架生态、社区支持、学习难易程度多个角度对比 Django/Flask/FastAPI。性能评测参考 ( https://www.techempower.com/benchmarks)[ https://www.techempower.com/benchmarks ] 的Web Framework Benchmarks
76+ 从开发效率、性能测评、框架生态、社区支持、学习难易程度多个角度对比 Django/Flask/FastAPI。性能评测参考 [ https://www.techempower.com/benchmarks ] ( https://www.techempower.com/benchmarks ) 的Web Framework Benchmarks
7777
7878#### 2.4 Starlette,Pydantic 与 FastAPI 框架是什么关系?
7979
@@ -333,7 +333,7 @@ FastAPI
333333
334334#### 8.7 后台任务更新 COVID-19 数据
335335
336- 先说下 COVID-19 全球数据源的问题,对接 ( https://coronavirus-tracker-api.herokuapp.com)[ https://coronavirus-tracker-api.herokuapp.com ] 的数据源,后台任务的方式将数据更新到数据表,前端只需要一个点击按钮
336+ 先说下 COVID-19 全球数据源的问题,对接 [ https://coronavirus-tracker-api.herokuapp.com ] ( https://coronavirus-tracker-api.herokuapp.com ) 的数据源,后台任务的方式将数据更新到数据表,前端只需要一个点击按钮
337337
338338#### 8.8 TestClient 编写测试用例
339339
You can’t perform that action at this time.
0 commit comments