把PivotGridControl控件导出的Excel再整理(设置第一行标题,去掉合计,取消合并单元格)
摘要:/// /// 把PivotGridControl控件导出的Excel再整理(设置第一行标题,去掉合计,取消合并单元格) /// public static void Tidy(string filePath, string[] column,int columnCount) { FileStream f...
阅读全文
posted @
2018-03-29 21:05
游戏人间
阅读(528)
推荐(0)
ManualResetEvent同步与互斥
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace ConsoleApplication1 { class Program { static void M...
阅读全文
posted @
2018-03-16 20:31
游戏人间
阅读(108)
推荐(0)