Django 模板中使用 widthratio 标签实现 乘法、除法 运算 先看官方文档 http://doc.codingdict.com/django/ref/templates/builtins.html#std:templatetag-widthratio(中文) https://docs.dj ... continue reading django zhuoyuebiji 2020/3/29 907
Centos7 mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 django 2.2 centos 7 错误日志 pip install mysqlclient (qingjiu) [root@VM_16_3_centos running]# pip in ... continue reading django zhuoyuebiji 2020/3/30 880
Centos 查看端口是否被使用(netstat 和 lsof) [root@VM_2_29_centos ~]# netstat -anp | grep 9090 tcp 0 0 127.0.0.1:9090 0.0.0.0:* ... continue reading centos zhuoyuebiji 2020/5/21 875
Django 使用邮箱登录(扩展用户表、继承 AbstractUser) # 前提 继承 django 自带的用户类(AbstractUser) # 环境 1. python: 3.6.x 2. django==1.11.22 # ... continue reading django zhuoyuebiji 2019/7/25 871
企业管理中著名的 X-Y 理论 之前看过一个新闻,说的是国外一家公司,员工都不用打卡,甚至不用去公司,每天全世界旅游,想什么时候办公就什么时候办公,想在哪办公就在哪里办公。 那家公司的老板表示,没必要让员工每天朝九晚五,只要完成交代的工作就行了,别的不管,这样的管理 ... continue reading 闲话杂谈 zhuoyuebiji 2020/6/3 869
Jenkins 之 Android 打包及上传至蒲公英 准备条件 iMAC,非必须(如果是 安卓 和 苹果 可以在同一台电脑上打包则要 Mac OS 系统的电脑,如果是只是给安卓打包 windows 电脑也是可以的, window 下 需要把 ls 换成 dir ... continue reading 软件测试 zhuoyuebiji 2019/6/11 863
Fiddler 请求超时的 Session 背景色 显示成 红色 想法 最近突然有个想法,在 Fiddler 里能做到 显示 单个会话的消耗时间,那么我想 超时的会话 背景色 显示成指定的颜色,方便区分。 困难 时间差怎么跟指定数字比较,之前 官网的 消耗时间显示的字符串,不适 ... continue reading 软件测试 zhuoyuebiji 2019/9/30 862
Django 图片保存至七牛云前再使用 tinify 压缩 工作中应用图片时会觉得图片能压缩又不失去显示效果,岂不美哉,果断用 tinify 来压缩图片,一来可以减小图片占用空间大小,二来放到服务器后还能节省存储空间,用于显示时也能提高图片的访问速度。 之前已经在 djan ... continue reading django zhuoyuebiji 2019/9/24 859
Django 获取 request 的 url 源代码路径 Lib\site-packages\django\http\request.py 获取带参数 URL ( django 1.11 居然报错了) request.get_full_p ... continue reading django zhuoyuebiji 2019/11/21 859