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 847
Linux 命令解释 英文版:https://explainshell.com/ 中文版:https://wangchujiang.com/linux-command/ ... continue reading centos zhuoyuebiji 2019/6/6 840
网站文章链接提交给百度和谷歌 主动推送博客链接给百度 博客站点地图提交给谷歌 百度站长链接:https://ziyuan.baidu.com 谷歌站长链接:https://search.google.com/sear ... continue reading django zhuoyuebiji 2019/8/21 840
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 839
Window + apache + django + mod_wsgi 一直响应中的解决办法 部署环境 window x64 python 3.6 django 1.11 apache 2.4x64 mod_wsgi 4.6.8+ap24vc14-cp36-cp36m-win_amd64.whl ... continue reading apache zhuoyuebiji 2019/11/4 832
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 832
Fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 错误提示: fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 解决办法: 重新 ... continue reading 软件测试 zhuoyuebiji 2021/12/8 825
Mysql cannot connect(10038) 和 配置远程登录 笔记 设置密码 mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('root ... continue reading mysql zhuoyuebiji 2019/9/25 821
Pycharm 2019.2 下 django 项目选择本地 python 虚拟环境 前提:python 虚拟环境需要自己安装好 用 pycharm 专业版 新建 django 项目 1. 第一步,找到新建入口 2. 第二步,新建 django 项目 新建 django 项目时,把未添 ... continue reading django zhuoyuebiji 2019/10/28 821
Django admin 根据新增还是编辑来显示 readonly_fields 字段 class AnchorBindAgentAdmin(admin.ModelAdmin): def get_readonly_fields(self, request, obj=None): """ ... continue reading django zhuoyuebiji 2020/4/3 814