Pycharm 2019.2 下 django 项目选择本地 python 虚拟环境 前提:python 虚拟环境需要自己安装好 用 pycharm 专业版 新建 django 项目 1. 第一步,找到新建入口 2. 第二步,新建 django 项目 新建 django 项目时,把未添 ... continue reading django zhuoyuebiji 2019/10/28 703
ERROR: Pidfile (celerybeat.pid) already exists. error log(错误日志) (joyoo) E:\djangos\joyoo>celery -A joyoo beat -l info --scheduler django_celery_beat.schedulers: ... continue reading django zhuoyuebiji 2020/5/22 696
UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 错误: UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 解决办法: ... continue reading 软件测试 zhuoyuebiji 2022/5/7 696
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 695
命令行的艺术 https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md 🌍 Čeština ∙  ... continue reading 软件测试 zhuoyuebiji 2019/6/6 692
Django2.2 TypeError: render() got an unexpected keyword argument 'renderer' 从Django 1.11 迁移到 Django 2.2 后 AdminFileWidget 的 render 报错了: TypeError: render() got an unexpected keyword argument ... continue reading django zhuoyuebiji 2020/5/24 692
Django 提高网页打开速度 框架 CSS、JS 文件 使用 cdn 上的链接 所有框架类的 js 和 css 一律不用本地的,使用 bootcdn.cn(staticfile.org,jsdelivr.com 等) 上的链接,自己修 ... continue reading django zhuoyuebiji 2019/11/22 691
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 690
树莓派 + frp + 公网服务器,实现自定义域名内网穿透,暴露内网服务在公网(多 ssh, 多 web) 认识 FRP FRP 是 Fast Reverse Proxy 的缩写,一款支持 TCP/UDP 快速反向代理的开源软件,可以很方便的内网穿透。和花生壳、Ngrok 等不同,FRP 客户端和服务端的控制权都在自己手中,这也意味着你需要 ... continue reading 树莓派 zhuoyuebiji 2020/6/7 688
Mysql cannot connect(10038) 和 配置远程登录 笔记 设置密码 mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('root ... continue reading mysql zhuoyuebiji 2019/9/25 684