摘要:
CMD常用命令 7:计算机运行命令全集 winver---------检查Windows版本 wmimgmt.msc----打开windows管理体系结构 wupdmgr--------windows更新程序 winver---------检 查Windows版本 wmimgmt.msc----打开windows管理体系结构 wupdmgr--------windows更新程序 wscript--... 阅读全文
posted @ 2010-09-23 14:56
春哥也编程
阅读(24754)
评论(0)
推荐(2)
摘要:
首先要引入命名空间:using System.IO;在写读取方法:DirectoryInfo dir = new DirectoryInfo(path); //path为某个目录,如: “D:\Program Files”FileInfo[] inf = dir.GetFiles();foreach (FileInfo finf in inf){if( finf.Exten... 阅读全文
posted @ 2010-09-23 14:55
春哥也编程
阅读(4534)
评论(0)
推荐(0)
摘要:
private void timeDelay(int iInterval) { DateTime now = DateTime.Now; while (now.AddMilliseconds(iInterval) > DateTime.Now) { } return; } 阅读全文
posted @ 2010-09-23 14:54
春哥也编程
阅读(1456)
评论(0)
推荐(0)

浙公网安备 33010602011771号