摘要: TransferWebFileHelper1 Enumerator ResponseCategories Program 测试 程序根目录下,新建一个文件夹,名demo。内新建一个txt文件,文件名随意。测试如下图片链接[随意]: http://www.banktunnel.eu/tumblr.co 阅读全文
posted @ 2019-03-25 15:38 jeff151013 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 转置函数,ATable转置为BTable,再次转置将恢复为ATable static DataTable GetTransposeDataTable(DataTable sourceDataTable) { DataTable newDataTable = new DataTable(); for 阅读全文
posted @ 2019-03-25 15:05 jeff151013 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 拆分函数 /// <summary> /// 拆分DataTable /// </summary> private DataTable SplitDataTable(DataTable sourceTable) { if (sourceTable == null || sourceTable.Row 阅读全文
posted @ 2019-03-25 14:58 jeff151013 阅读(1013) 评论(0) 推荐(0) 编辑