摘要:
1. 去除list空元素 list(filter(lambda x: x, "a;b;c".split(';'))) 阅读全文
摘要:
https://python3-cookbook.readthedocs.io/zh_CN/latest/c13/p15_luanch_a_web_browser.html 阅读全文
摘要:
背景 项目投产前准备步骤 1.新建虚拟环境 2.安装nginx 配置wsgi 3.启动应用服务器(建议80/443)端口 4.配置web服务器 5.配置域名 django took too long to shut down and was killed 报错 症状: 项目可以正常启动,每次只能处理 阅读全文
摘要:
描述待添加 #pip install pycryptodome == 3.9.9 from Crypto.PublicKey import RSA from Crypto.Random import get_random_bytes from Crypto.Cipher import AES, PK 阅读全文
摘要:
nginx 413 # 设置文件上传的大小 设置settings.py 文件 DATA_UPLOAD_MAX_MEMORY_SIZE = 10*1024*1024 阅读全文
摘要:
https://stackoverflow.com/questions/49137695/how-to-get-the-value-of-oid-in-python-using-pysnmp https://stackoverflow.com/questions/53779585/can-pysnm 阅读全文
摘要:
c 阅读全文
摘要:
清除缓存 http://debugtbs.qq.com http://debugx5.qq.com mv 新文件名称 旧文件名称 nginx tailf access.log 阅读全文
摘要:
1.注意事项 发送邮件已QQ为例 如何开启QQ邮箱smtp 请参照 https://service.mail.qq.com/cgi-bin/help?subtype=1&no=166&id=28 settings.py 配置如下 # SECURITY WARNING: don't run with 阅读全文