摘要: ##linux dig命令 ###1.1 安装 yum -y install bind-utils 阅读全文
posted @ 2022-07-19 16:45 liwenchao1995 阅读(27) 评论(0) 推荐(0) 编辑
摘要: ##groovy switch判断 ###条件判断 //定义参数 def color = "red" //switch判断 switch(color) { case "red": println("red") break case "blue": println("blue") break //当匹 阅读全文
posted @ 2022-07-19 13:33 liwenchao1995 阅读(173) 评论(0) 推荐(0) 编辑