摘要:
using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Text; namespace Common { public abstr... 阅读全文
摘要:
using System; using System.Text.RegularExpressions; namespace Util { public static class @string { #region 验证字符串是否符合正则表达式MachRegex /// <summary> /// 验 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace DataSort { public class DataHelper ... 阅读全文