11 2020 档案

摘要:function subText($text, $length){ if (mb_strlen($text, 'utf8') > $length) { return mb_substr($text, 0, $length, 'utf8') . '......'; } else { return $t 阅读全文
posted @ 2020-11-16 16:20 时光一寸灰 阅读(207) 评论(0) 推荐(0)
摘要:常用命令 进入到相应docker-compose目录下: docker-compose up -d 启动所有服务 docker-compose exec nginx bash 登录到nginx容器中 docker-compose down 删除所有nginx容器,镜像 docker-compose 阅读全文
posted @ 2020-11-09 18:05 时光一寸灰 阅读(3763) 评论(0) 推荐(0)