摘要: Stopwatch sw = new Stopwatch();sw.Start();//开始计时//----------------------------------------------------------------//需要计时的运行代码//-----------------------... 阅读全文
posted @ 2015-12-26 20:21 时代码农 阅读(213) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Linq;using System.Text;us... 阅读全文
posted @ 2015-12-26 17:40 时代码农 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 实现日志写入、读取,文本复制、删除,递归获取文件夹下所有文件program.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks... 阅读全文
posted @ 2015-12-26 17:24 时代码农 阅读(187) 评论(0) 推荐(0) 编辑