摘要:
Another ASGI web server that supports HTTP/2 and HTTP/3 specifications 我已经介绍了很多关于 FastAPI 的教程,其中服务器部署了 Uvicorn,一个快速的 ASGI Web 服务器。在撰写本文时,Uvicorn 目前仅支持 阅读全文
摘要:
在Linux中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory。分析:这是不同系统编码格式引起的:在windows系统中编辑的.sh文件可能有不可见字符,所以在Linux系统下执行会报以上异常信息。解决:1)在window 阅读全文
摘要:
Elasticsearch is also available as Docker images. The images use centos:7 as the base image. A list of all published Docker images and tags is availab 阅读全文