摘要: 在C++中执行cmd指令的两种方法: 方法1:system("calc"); 方法2: WinExec("calc",SW_NORMAL); 相关提醒: 1.使用这两个函数时不需要另外添加头文件,因为system函数声明在了stdlib.h中,而WinExec函数声明在了WinBase.h中。 2. 阅读全文
posted @ 2016-07-12 21:26 小 楼 一 夜 听 春 雨 阅读(29260) 评论(0) 推荐(0)
摘要: http://velshare.blogspot.com/2013/02/how-to-enable-hibernate-option-in.html 1) To enable the Hibernate option other then the windows server 2008 R2 se 阅读全文
posted @ 2016-07-12 21:24 小 楼 一 夜 听 春 雨 阅读(420) 评论(0) 推荐(0)