博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
系统学下POWERSHELL吧,工作当中可能用得到呢。不能像以前那样修修改改了。
阅读量:6162 次
发布时间:2019-06-21

本文共 986 字,大约阅读时间需要 3 分钟。

把环境,编辑器,版本这些都弄清楚,说不好还能把FCL类库弄懂个大概???:)

 

[DateTime]::IsLeapYear(2008)$result = [DateTime]"06/21/2008" - [DateTime]::Now$result.TotalDaysdircd c:pwdcd \cd qiyipwdGet-Item Cache\* | Move-Item -Destination offlineGet-Item offline\* | Copy-Item -Destination CacheGet-ProcessGet-Process|Where-Object { $_.Handles -ge 500 }Get-Process|Where-Object { $_.Handles -ge 500 }|Sort-Object HandlesGet-Process|Where-Object { $_.Handles -ge 500 }|Sort-Object Handles|Format-Table Handles,Name,Description -Autogps [b-t]*[c-r] | Stop-Process | Whatifgps [b-t]*[c-r] | Stop-Process -WhatIfGet-Command *process*"Hello World" | Get-Member"Hello World".ToUpper"Hello World" | ToUpper"Hello World".ToUpper()$handleCount = 0foreach($process in Get-Process) { $handleCount += $process.Handles }$handleCount$count = 0foreach($process in Get-Process) { $count += 1 }$count$webClient = New-Object System.Net.WebClient$content = $webClient.DownloadString("http://www.baidu.com")$content.Substring(0,1000)Get-History

转载地址:http://ruafa.baihongyu.com/

你可能感兴趣的文章
Ubuntu unity安装Indicator-Multiload
查看>>
解决Eclipse中新建jsp文件ISO8859-1 编码问题
查看>>
7.对象创建型模式-总结
查看>>
【论文阅读】Classification of breast cancer histology images using transfer learning
查看>>
移动端处理图片懒加载
查看>>
jQuery.on() 函数详解
查看>>
谈缓存和Redis
查看>>
【转】百度地图api,根据多点注标坐标范围计算地图缩放级别zoom自适应地图
查看>>
用户调研(补)
查看>>
ExtJS之开篇:我来了
查看>>
☆1018
查看>>
oracle 去掉空格
查看>>
6.13心得
查看>>
Runtime类
查看>>
eclipse decompiler
查看>>
记一个搜索网盘资源的网站
查看>>
jdk1.7和jdk1.8的String的getByte方法的差异
查看>>
java父子进程通信
查看>>
Android ADB server didn't ACK * failed to start daemon * 简单有效的解决方案
查看>>
Olap学习笔记
查看>>