摘要: Dictionary<object, DataTable> StatisticalResult = new Dictionary<object, DataTable>(); DataTable AccumulatedTable = new DataTable(); DataTable Accumul 阅读全文
posted @ 2021-11-19 16:48 一起看海吗 阅读(80) 评论(0) 推荐(0)
摘要: public static string GetChineseWord(string oriText) { string x = @"[\u4E00-\u9FFF]+"; MatchCollection Matches = Regex.Matches (oriText, x, RegexOption 阅读全文
posted @ 2021-11-19 16:42 一起看海吗 阅读(396) 评论(0) 推荐(0)
摘要: string selName = this.gridView1.GetDataRow(this.gridView1.GetSelectedRows()[0]).ItemArray[0].ToString();//获取选中行的某列的值 阅读全文
posted @ 2021-11-19 16:41 一起看海吗 阅读(290) 评论(0) 推荐(0)