08 2020 档案
摘要:1、如何将 hellodb_innodb.sql导入到数据库中 mysql < hellodb_innodb.sql 2、在学生表中,查询年龄大于25岁,且为男性的同学的名字和年龄 select name,age from students where age>25 group by gender;
阅读全文
摘要:1、通过ansible Roles编排实现 httpd 角色的部署 ①、构建目录结构 ②、编写roles中各个模块。 如下操作: [root@centos8 data]#cd ansible/ [root@centos8 ansible]#ls role_httpd.yml roles [root@
阅读全文
摘要:一 、判断题10道、一题3分。 1、DNS默认端口号是多少?(D ) A、443 B、80 C、25 D、53 2、docker中以下那个命令不正确 ?(B ) A、docker run B、docker file C、docker exec D、docker images3、在shell脚本中以下
阅读全文
摘要:1.通过dockerfile 制作centos系统镜像然后再制作 nginx编译镜像 ①、dockerfile的制作: FROM centos:centos7.8.2003 LABEL author="ldy <827931744@qq.com>" RUN rm -rf /etc/localtime
阅读全文

浙公网安备 33010602011771号