2021年7月
IT学习笔记运行中的docker配置端口映射(添加/删除)
添加端口映射a. 获取容器ipdocker inspect $container_name | grep IPAddressb. 添加转发规则iptables -t nat -A DOCKER -p tcp --dport $host...
怎样在CAD中插入箭头标志
用LE命令和PL都可以绘制箭头。PL相对操作多一点,但是适应性更好。命令: PLPLINE指定起点:【点一下】当前线宽为 0.0000指定下一个点或 [圆弧(A)/半宽(H)/长度(L)/放弃(U)/宽度(W)]: W指定起点宽度 &...
nginx报错 the "ssl" directive is deprecated, use the "listen ... ssl"
问题: 今天更新nginx天界ssl证书然后重启nginx的时候报错了:the "ssl" directive is deprecated, use the "listen ... ssl"解决方案: 如果使用listen 443...