How to Publish My Blog
Read more ⟶
2017 Gartner Magic Quadrant for Content Collaboration Platforms
本文是翻译之:https://www.gartner.com/doc/reprints?id=1-47KHUO6&ct=170725&st=sb。
…PowerShell如何远程连接
-
在服务器上用管理员权限打开PowerShell终端
-
在PowerShell终端上执行
Enable-PSRemoting,之后的确认操作,全部选是 -
在客户端上用管理员权限打开PowerShell终端
…
处理cwRsync运行错误
cwRsync 4.2在同步的时候会有错误:
uid 4294967295 (-1) is impossible to set on “/cygdriver/…”
或者
gid 4294967295 (-1) is impossible to set on “/cygdriver/…”
如果不想看到提示这些错误
1、可以在命令行加参数 --no-super
2、在服务器端的配置文件中添加:
…如何在Windows上看电池寿命
-
右击【开始】菜单,选择【命令提示符(管理员)】
-
输入
cd c:\ -
输入
powercfg /batteryreport -
输入
c:\battery-report.html,浏览器会显示文件内容
