随笔分类 -  Python学习

摘要:一、WSGI(Python web服务器网关接口) WSGI(Web Server Gateway Interface),翻译为Python web服务器网关接口,即Python的Web应用程序(如Flask)和Web服务器(如Nginx)之间的一种通信协议。也就是说,如果让你的Web应用在任何服务 阅读全文
posted @ 2022-04-14 15:19 Mystogan 阅读(5816) 评论(0) 推荐(1)