随笔分类 -  own-tool

摘要:我写这个工具,主要是多次在将自己的代码和别人代码做对比时,不想繁琐地用眼看他设置的和自己设置的哪里不一样. 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 ... 阅读全文
posted @ 2014-10-22 01:42 wonkju 阅读(455) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Diagnostics; 4 using System.IO; 5 using System.Text; 6 7 namespace CsvFile... 阅读全文
posted @ 2014-10-21 18:48 wonkju 阅读(463) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace MoveFiles.code { 7 //文件或目录的 F... 阅读全文
posted @ 2014-10-17 23:26 wonkju 阅读(248) 评论(0) 推荐(0)