上一页 1 ··· 16 17 18 19 20
摘要: 原文网址:http://www.blogjava.net/sound/archive/2008/08/21/40499.html paul 现在的计算机图书发展的可真快,很久没去书店,昨日去了一下,真是感叹万千,很多陌生的出版社,很多陌生的作者,很多陌生的译者,书名也是越来越夸张,什么××天精通×× 阅读全文
posted @ 2015-02-10 21:40 瘋子朱磊 阅读(610) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Management; 3 namespace Soyee.Comm 4 { 5 /// 6 /// Computer Information 7 /// 8 public class Computer 9 { 10 public str... 阅读全文
posted @ 2014-08-31 10:48 瘋子朱磊 阅读(311) 评论(0) 推荐(0)
摘要: 1 System.IO.DriveInfo[] hardDiskDrives = System.IO.DriveInfo.GetDrives(); 2 foreach (System.IO.DriveInfo hardDiskDrive in hardDiskDrives) 3 { 4 if(hardDisk... 阅读全文
posted @ 2014-08-24 17:02 瘋子朱磊 阅读(291) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20