学习flask时,发现flask使用了WSGI,研究了WSGI是什么,详细笔记见github 地址https://github.com/liujunsheng0/flask_study/tree/master/wsgi
跟多学习链接:
https://github.com/liujunsheng0/flask_study/blob/master/doc/url.md
参考链接:
https://www.python.org/dev/peps/pep-0333/
http://www.cnblogs.com/holbrook/archive/2012/02/25/2357337.html
https://segmentfault.com/a/1190000003069785
https://zhuanlan.zhihu.com/p/33551007
https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/WSGIquickstart.html
https://www.letiantian.me/2015-09-10-understand-python-wsgi/