Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running 产生原因: 安装 docker 后没有启动 docker 解决方法1: su root # 先切换到root用户, 再执行以下命令 systemctl enable docker # 开机自动启动docker ... continue reading docker zhuoyuebiji 2021/4/12 1175
86 版五笔总结(精华篇) 下载 PDF 文件 >>> 五种单笔画的输入 打两下它所在的键,再补两个LL(一 丿 丨 丶 乙) 键面字 键名字:把所在键连打4下 成字根:报户口(键 ... continue reading 计算机基础 zhuoyuebiji 2019/6/13 1172
Nginx 自定义 502 页面 server conf 配置 server { listen 80; listen 443; server_name www.xieboke ... continue reading nginx zhuoyuebiji 2022/2/17 1164
Django 获取富文本编辑器中的图片地址(缩略图、封面) 开发环境 1. python: 3.6.8 2. django==1.11.22 models.py from django.db import models from django ... continue reading django zhuoyuebiji 2019/7/26 1157
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 1143
Selenium Firefox geckodriver 下载 从selenium 3.0.0开始,要求 Firefox为48及以上版本。 geckodriver下载:https://github.com/mozilla/geckodriver/releases/ ... continue reading 软件测试 zhuoyuebiji 2018/12/19 1141
Django 如何通过各种网站的 文件验证 1. 先把 验证文件 下载下来 以及 记录验证的链接 2. 然后把 验证文件放到项目的根目录 3. 新建一个 view 用来读取 验证文件的内容,也可以直接把 验证文件的内容 写在变量里 # b ... continue reading django zhuoyuebiji 2019/8/21 1140
Jenkins 之 iOS 打包及上传至蒲公英 准备条件 iMAC(要 Mac OS 系统,安卓 和 苹果 可以在同一台电脑上打包) xcode 最新版,要已安装对应的开发证书(生成一个 Ad-Hoc 类型的包就有了) brew(当前管理员账户安装) jenkin ... continue reading 软件测试 zhuoyuebiji 2019/6/11 1136
Django admin admin_order_field 自定义字段排序实现方法 模型 # admin.py class CustomerAdmin(admin.ModelAdmin): list_display = ('foo', 'number_of_orders') # models ... continue reading django zhuoyuebiji 2021/5/17 1136
Docker-compose 安装部署 mysql 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 mysql主目录 mkdir /usr/local/mysql cd /us ... continue reading docker zhuoyuebiji 2023/2/10 1136