摘要: 1、toTlist()后附加条件转换 db.TB_Log_SMS.ToList().Count(m => m.AddDate.ToShortDateString() == DateTime.Now.ToShortDateString(); 2、EntityFunctions.TruncateTime 阅读全文
posted @ 2020-04-03 17:16 objnet 阅读(313) 评论(0) 推荐(0) 编辑
摘要: //包含小写字母 private static readonly string REG_CONTAIN_LOWERCASE_ASSERTION = @"(?=.*[a-z])"; //包含大写字母 private static readonly string REG_CONTAIN_UPPERCAS 阅读全文
posted @ 2020-04-03 16:31 objnet 阅读(607) 评论(0) 推荐(0) 编辑