Django2.2.6 check_password 验证失败解决办法(重设密码) python3.6, django 2.2.6 AUTHENTICATION_BACKENDS 里添加自定义认证 CustomBackend(邮箱、手机号等), 用 python manage.py creates ... continue reading django zhuoyuebiji 2019/10/17 1525
Centos7 之 sshd,iptables,firewall,fail2ban 常用操作 SSHD # 在原端口 22 下,新增 sshd 端口 20000,并 开启账号密码登录、开启 root 账号登录 vim /etc/ssh/sshd_config Port 20000 PasswordAuth ... continue reading centos zhuoyuebiji 2019/1/8 1521
微信 和 QQ 机器人 wxpy:微信机器人 github: https://github.com/youfou/wxpy docs: https://wxpy.readthe ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1518
Django url ( 动态路由配置 ) 文档链接:https://yiyibooks.cn/xx/django_182/topics/http/urls.html 对于高质量的Web 应用来说,使用简洁、优雅的URL 模式是一个非常值得重视的细节。Django 让你随心所欲 ... continue reading django zhuoyuebiji 2019/7/31 1516
22款及以后的标致408喇叭更换材料和步骤 更换步骤 1. 方向盘向右打满,方便的话拆掉左前轮挡泥板 2. 打开并支起引擎盖就可以换了,手臂细更好操作 材料准备 1. 1 对喇叭(高低音,淘宝或者 pdd 自己买,几十块左右) 2. T 线束(1托2的线束) ... continue reading 汽车交流 zhuoyuebiji 2024/3/27 1512
DDR3 内存带宽计算 DIMM:Dual-Inline-Memory-Modules,即双列直插式存储模块。168个引脚,64位。 内存带宽计算公式:带宽=内存核心频率×内存总线位数×倍增系数/8。 ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 1508
Pip install pypinyin Killed (djangoblog) [root@taiwan-ss Joyo]# pip install pypinyin Collecting pypinyin Using cached https://files.pythonhost ... continue reading django zhuoyuebiji 2019/7/25 1500
Django2 The custom handler404 view 'users.views.page_not_found' does not take the correct number of arguments (request, exception). 错误日志 django 2.2 配置全局 404、500 时报错: The custom handler404 view 'users.views.page_not_found' does not take th ... continue reading django zhuoyuebiji 2020/3/27 1499
Django runserver: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte windows 下,django runserver 时报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: inval ... continue reading django zhuoyuebiji 2019/9/2 1497