博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年6月17日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Management;namespace Ex18_11{ public partial class Form1 : Form { public Form1() { InitializeCompo... 阅读全文

posted @ 2013-06-17 15:52 小亓学习辅助园 阅读(368) 评论(0) 推荐(0) 编辑

摘要: using System.Diagnostics;namespace SD{ class Program { static void Main(string[] args) { //-s:关机(默认为30秒) -t:设置需要多长时间关机 30:关机时间秒数 Process.Start("shutdown", "-s -t 30"); } }} 阅读全文

posted @ 2013-06-17 15:27 小亓学习辅助园 阅读(131) 评论(0) 推荐(0) 编辑