摘要:
修改或新增 /etc/docker/daemon.json # vi /etc/docker/daemon.json { "registry-mirrors": ["http://hub-mirror.c.163.com"] } 执行 systemctl restart docker.service 阅读全文
摘要:
求一个日期相加两个月后的日期 record['x_probation_end_date']=record['x_hire_date']+dateutil.relativedelta.relativedelta(days=2)#加两天 record['x_probation_end_date']=re 阅读全文