when

Shenqi Lotus1 个月前
when·item·ansible流程控制·with_items·ansible错误处理·ansible块异常处理·ansible包含导入
Ansible流程控制-条件_循环_错误处理_包含导入_块异常处理when when用于根据条件决定是否执行任务。loop loop用于遍历列表或集合。with_items 较老的循环方式,遍历列表。
湖光秋色8 个月前
pipeline·jenkins·when
Jenkins Pipeline中when的用法用于学习记录。参考Jenkins官方文档进行翻译补充示例。以英文文档为基准,以中文文档作为辅助。 翻译自: Jenkins when 英文文档 参考: Jenkins when 中文文档
little_fat_sheep9 个月前
kotlin·流程控制·for·when·while·if-else
【Kotlin】Kotlin流程控制Kotlin 中选择结构主要包含 if -else、when 语句,并且可以返回结果。说明:如果 {} 里只有一条语句,可以省略 {},if-else 语句可以嵌套使用,其他流程控制语句也可以嵌套使用。
weixin_404551241 年前
笔记·when·metric·drools·rule language·then
Drools Rule Language 学习笔记Drools Rule Language2.1 You specify the package and data object in the format packageName.objectName, with multiple imports on separate lines. 2.2 example: import org.mortgages.LoanApplication;
树下一少年1 年前
ansible·block·when·rescue·always
Ansible任务控制loop循环、when和block条件判断介绍演示目录一.循环迭代(loop/with_items)1.作用2.案例演示(1)遍历输出以列表形式定义的abc