Ckeditor 上传图片后,怎么让链接选项卡 自动添加图片地址(已解决) 想要达到的效果 在 Django CKEditor(django-ckeditor 5.3.1) 中,图片上传成功后,期望自动在 链接 选项卡的 URL 里 添加图片的地址,就像 图像信息 选项卡里会自动添加图片的地址一样 ... continue reading django zhuoyuebiji 2019/8/12 1137
Gitalk(评论系统)样式修改(颜色修改) 博客详情页面的评论模块,接入 gitlak 后,gitlak 样式可能跟本站的基色不一样,所以就需要修改 gitlak 默认样式。 在当前页加 style 方法 在当前的页面的 style 下添加如下 css ... continue reading django zhuoyuebiji 2019/9/4 1137
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 1136
Django debug=False 时能找到静态文件的几种方式(静态文件找不到) runserver 模式(临时用) 启动命令:django-admin runserver --insecure --help: --insecure Allows serving static file ... continue reading django zhuoyuebiji 2020/3/1 1125
Nginx 同一 iP 多域名配置方法(单文件) 一个文件多个域名的写法: 在 nginx.conf 文件里面 http{} 内增加一个 server{} 即可: # nginx.conf #user nobody; worker_processes ... continue reading nginx zhuoyuebiji 2017/9/22 1122
MacOS mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 Mac OS django 2.2 错误日志 pip install mysqlclient (qingjiu) yinzhuoqundeMacBook-Pro:QingJiuSystem y ... continue reading django zhuoyuebiji 2020/3/31 1121
Drf 启动报错:AssertionError: `coreapi` must be installed for schema support. 错误日志(error log): AssertionError: `coreapi` must be installed for schema support. 解决办法(solution): (joyoo2) yin ... continue reading django zhuoyuebiji 2020/5/25 1119
Fiddler 和 Charles 常用功能点 Fiddler 常用功能点(windows) 1. 抓包(Http/Https Seesions) 2. 断点(Rules -> Automatic BreakPoints -> Befor/After Requests) ... continue reading 软件测试 zhuoyuebiji 2019/8/14 1117
小米手机安装 charles 证书,提示“没有可安装的证书” 准备: 1. Mac 安装 charles 2. 小米手机(MI 6 MUI 9.6) 错误提示: 安装 charles 证书时,提示“没有可安装的证书” 解决方法: 1.下载安装 ... continue reading 软件测试 zhuoyuebiji 2019/1/24 1111
微信 和 QQ 机器人 wxpy:微信机器人 github: https://github.com/youfou/wxpy docs: https://wxpy.readthe ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1111