2019年3月16日

摘要: 查看网络接口信息: 对WLAN接口进行高优先调整: set-NetIPInterface -ifIndex 6 -InterfaceMetric 1 恢复系统自动调整(默认)模式: set-NetIPInterface -ifIndex 6 -AutomaticMetric Enabled 阅读全文

posted @ 2019-03-16 19:57 努力成长静待花开 阅读(868) 评论(0) 推荐(0)

摘要: 反转效果: 实现方法: $con=gc .\poetry.txt$con.Length..1|%{$con[$_-1]} $con=gc .\poetry.txt[System.Array]::Reverse($con)$con 阅读全文

posted @ 2019-03-16 15:30 努力成长静待花开 阅读(182) 评论(0) 推荐(0)