Docker 常用命令 认识 Dockerfile Dockerfile 是用来构建 Docker 镜像的构建文件,是由一系列命令和参数构成的脚本。具体:https://www.cnblogs.com/panwenbin-logs/p/8007348.htm ... continue reading docker zhuoyuebiji 2021/4/14 1044
Django request 获取请求的 IP 地址 资料文档 PyPi: https://pypi.org/project/django-ipware/ github: https://github.com/un33k/django-ipware ... continue reading django zhuoyuebiji 2019/11/5 1043
Django form 里 password1 password2 验证先后探索(注册表单) 首先,我们看看能正常验证两次密码一致性的注册表单 : from __future__ import unicode_literals import unicodedata from django import form ... continue reading django zhuoyuebiji 2020/3/6 1043
长江存储杀疯了!!4TB固态硬盘仅999元:7450MB/s;2TB固态到手519元 长江存储真的是彻底把 SSD 价格打下来了,如今国产 4TB 都拉到千元内了,彻底冲垮国际大厂。 根据第三方自营店显示,移速存储的 4TB M.2 接口 PCIe 4.0x4 固态硬盘活动价,到手价仅需 999 元。 采用联芸 MA ... continue reading 闲话杂谈 zhuoyuebiji 2023/8/9 1043
Django simpleUI 修改 element-UI 引用的 index.js 和 index.css 链接 以及 base.html 的 vue 资源链接 原来的 index.js 和 index.css 加载时间太慢: 在 simpleUI 下面的 templates(../site-packages/simpleui/templates/admin) 里面找到&nbs ... continue reading django zhuoyuebiji 2020/3/29 1040
Django2 TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments that are already attributes of the class. django2 报错: TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments t ... continue reading django zhuoyuebiji 2020/5/20 1036
Github Two-factor authentication (2FA) is required for your GitHub account 两步验证 问题现象: 登录 github 提示“Two-factor authentication (2FA) is required for your GitHub account”,下载其他的验证器比较麻烦,开启手机 ... continue reading 计算机基础 zhuoyuebiji 2024/2/26 1034
Fiddler - filters(过滤)使用教程(飞机票) 🚀🚀🚀 >>> https://www.cnblogs.com/zhaoyanjun/p/7068948.html # 补充 2. Actions: 修改 ... continue reading 软件测试 zhuoyuebiji 2019/7/9 1027
Python3 pandas 读取 Excel、CSV #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: yinzhuoqun @site: http://zhuoqun.info/ @email: yin@ ... continue reading python zhuoyuebiji 2019/8/27 1027