3 Switch 本是多路分支的关键字,但是在Powershell中由于Switch […] Powershell Switch 循环2012年1月26日 在 Powershell 标签 Powershell教程 / 循环 / 条件 / 集合 来自 Mooser Lee
Do和While可能产生死循环,为了防止死循环的发生,你必须确切的指定循环终止的 […] Powershell Do While 循环2012年1月24日 在 Powershell 标签 Powershell教程 / 循环 / 条件 来自 Mooser Lee
8 如果语句中有多路分支,使用IF-ELSEIF-ELSE不友好,可以使用Switc […] Powershell Switch 条件2012年1月21日 在 Powershell 标签 Powershell教程 / 分支 / 字符串 / 数字 / 条件 来自 Mooser Lee
5 Where-Object 进行条件判断很方便,如果在判断后执行很多代码可以使用I […] Powershell IF-ELSEIF-ELSE 条件2012年1月18日 在 Powershell 标签 Powershell教程 / 条件 / 语句 来自 Mooser Lee
12 本篇会对条件判断进行实际应用。在管道中可以通过条件判断过滤管道结果,Where- […] Powershell Where-Object 条件过滤2012年1月17日 在 Powershell 标签 Powershell教程 / 属性 / 条件 / 过滤 / 进程 来自 Mooser Lee
3 Powershell 中的比较运算符 -eq :等于 -ne :不等于 -gt […] Powershell 条件操作符2012年1月16日 在 Powershell 标签 Powershell教程 / 布尔 / 数组 / 条件 / 比较 / 集合 来自 Mooser Lee