自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

翻译 用PowerShell命令查看SQL Server 进程

#列出所有进程Get-process#仅列出sql server 服务正在运行的进程Get-process sqlservr 如果想查看更明细的信息,可以先使用Get-Member取得进一步可查看扩展属性Get-Process sqlservr | Get-Member -MemberType Properties 下面就可以根据属性名读取相应的资料 Get-Process sqlservr

2016-10-21 14:10:44 1661

原创 macOS Sierra 查看隐含文件

不需要额外操作,仅需按下cmd+shift+. 组合键即可

2016-10-09 16:56:18 1376

XPCC-XP Common Control

This projects includes some of the most missed XP Controls in .net 1.1, like a taskbox, a grouped listview, a letterbox control and others. It also includes ownerdrawn theming, so it will run on any machine with the .net-framework installed (Win95/98/2000). Some of the features will work only on Windows XP though.

2009-07-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除