摘要: 关机计算机:shutdown.exe -s -t 00重启计算机:shutdown.exe -r -t 00注销计算机:shutdown.exe -l -t 00锁定计算机:rundll32.exe user32.dll,LockWorkStation休眠计算机:rundll32.exe powrP 阅读全文
posted @ 2017-04-19 18:10 sky20080101 阅读(167) 评论(0) 推荐(0)
摘要: { class clsA { private int _i; public int I { set { _i = value; } get { return _i; } } } struct strctB { private... 阅读全文
posted @ 2017-04-19 09:05 sky20080101 阅读(168) 评论(0) 推荐(0)