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

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Win_eight{ class Program { static void Main(string[] args) { int[] scores = new int[5]; int i, j; int temp; Console.WriteLine("请输入5个学员的成绩:"); ... 阅读全文

posted @ 2012-11-03 11:28 小亓学习辅助园 阅读(174) 评论(0) 推荐(0) 编辑

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) 编辑

2012年11月10日

该文被密码保护。 阅读全文

posted @ 2012-11-10 16:00 小亓学习辅助园 阅读(1) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:59 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:59 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:58 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:57 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:56 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-10 15:54 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

2012年11月6日

该文被密码保护。 阅读全文

posted @ 2012-11-06 10:31 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑