04 2022 档案

摘要:调用 string dd = RegexMatch("123.2%,", "([0-9.]+)"); 函数 string RegexMatch(string input, string pattern) { Match match = Regex.Match(input, pattern); if 阅读全文
posted @ 2022-04-23 15:15 普天2022 阅读(143) 评论(0) 推荐(0) 编辑
摘要:调用 DataGridView1.BindSortCompare() 公共类 public static void BindSortCompare(this DataGridView dg) { dg.SortCompare += (s, e) => { double value1, value2; 阅读全文
posted @ 2022-04-23 14:24 普天2022 阅读(155) 评论(0) 推荐(0) 编辑
摘要:public class PinDuoDuoDissectItemHelper { /// <summary> /// 将集合按拆分数量拆分成若干个集合 /// </summary> /// <param name="list"></param> /// <param name="SplitNum" 阅读全文
posted @ 2022-04-10 12:12 普天2022 阅读(33) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示