08 2020 档案
摘要:1、如何将 hellodb_innodb.sql导入到数据库中方法1:mysql -uroot -p < hellodb_innodb.sql方法2:mysql中执行source hellodb_innodb.sql2、在学生表中,查询年龄大于25岁,且为男性的同学的名字和年龄select Name
阅读全文
摘要:1、通过ansible Roles编排实现 httpd 角色的部署设置SSH免密码登陆vim ssh_nopass.sh#!/bin/bash#ssh nopassword authentication[ -f ~/.ssh/id_rsa ] || ssh-keygen -f ~/.ssh/id_r
阅读全文
摘要:一、判断题10道、一题3分。1、DNS默认端口号是多少?(D)A、443 B、80 C、25 D、532、docker中以下那个命令不正确 ?(B)A、docker run B、docker file C、docker exec D、docker images3、在shell脚本中以下那个选项不是关
阅读全文
摘要:1.通过dockerfile 制作centos系统镜像然后再制作 nginx编译镜像制作centos镜像vim Dockerfile内容如下:FROM centos:centos7.8.2003LABEL maintainer="liyusheng <29728496@qq.com>" versio
阅读全文
浙公网安备 33010602011771号