我们先演示下常用的缩短字符串方法: $text = "Some text" $f […] Powershell缩短字符串2015年8月17日 在 Powershell小技巧 标签 正则表达式 来自 codecook
1 你可以这样列出本机电脑的MAC和IP地址: #requires -Version […] Powershell快速获取IP地址2015年8月17日 在 Powershell小技巧 标签 网络 来自 codecook
我们先观察下面Compare-Object的使用: $array1 = 1..1 […] Powershell删除数组中的元素2015年8月17日 在 Powershell小技巧 标签 数组 来自 codecook
1 Powershell缺乏原生的INI读写方法,JSON和XML又比较麻烦,一般人 […] Powershell简单的使用配置文件2015年8月17日 在 Powershell小技巧 标签 配置文件 来自 codecook