上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: https://python3-cookbook.readthedocs.io/zh_CN/latest/c13/p15_luanch_a_web_browser.html 阅读全文
posted @ 2021-01-13 16:08 汪丛兴 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 背景 项目投产前准备步骤 1.新建虚拟环境 2.安装nginx 配置wsgi 3.启动应用服务器(建议80/443)端口 4.配置web服务器 5.配置域名 django took too long to shut down and was killed 报错 症状: 项目可以正常启动,每次只能处理 阅读全文
posted @ 2021-01-08 09:47 汪丛兴 阅读(1570) 评论(0) 推荐(0) 编辑
摘要: 描述待添加 #pip install pycryptodome == 3.9.9 from Crypto.PublicKey import RSA from Crypto.Random import get_random_bytes from Crypto.Cipher import AES, PK 阅读全文
posted @ 2021-01-07 09:30 汪丛兴 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: nginx 413 # 设置文件上传的大小 设置settings.py 文件 DATA_UPLOAD_MAX_MEMORY_SIZE = 10*1024*1024 阅读全文
posted @ 2020-11-17 20:04 汪丛兴 阅读(221) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/49137695/how-to-get-the-value-of-oid-in-python-using-pysnmp https://stackoverflow.com/questions/53779585/can-pysnm 阅读全文
posted @ 2020-11-06 08:49 汪丛兴 阅读(435) 评论(0) 推荐(0) 编辑
摘要: djangoSafe 阅读全文
posted @ 2020-10-09 10:32 汪丛兴 阅读(105) 评论(0) 推荐(0) 编辑
摘要: c 阅读全文
posted @ 2020-09-16 15:50 汪丛兴 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 清除缓存 http://debugtbs.qq.com http://debugx5.qq.com mv 新文件名称 旧文件名称 nginx tailf access.log 阅读全文
posted @ 2020-09-16 09:29 汪丛兴 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-11 15:49 汪丛兴 阅读(410) 评论(0) 推荐(0) 编辑
摘要: html 基础 css 基础 js 基础 视频教程 B站 常用框架 PC端常用js控件 https://www.jq22.com/ 微信页面 http://jqweui.com/components Vue 需要掌握js基础后在了解 https://cn.vuejs.org/index.html 阅读全文
posted @ 2020-09-09 14:52 汪丛兴 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页