摘要:
# 了解CGI CGI(通用网关接口, Common Gateway Interface/CGI),定义客户端与Web服务器的交流方式的一个程序。 # 什么是WSGI PythonWeb服务器网关接口(Python Web Server Gateway Interface,缩写为WSGI)是Pyth 阅读全文
摘要:
详细内容参阅手册. https://docs.python.org/3/reference/lexical_analysis.html#f-strings 手册中的一些例子 >>> name = "Fred" >>> f"He said his name is {name!r}." "He said 阅读全文
摘要:
cryptography is required for sha256_password or caching_sha2_password 需要cryptography模块的支持才能连接需要sha256_password or caching_sha2_password的数据库 pip instal 阅读全文