http status 源码
摘要:private static readonly String[][] s_HTTPStatusDescriptions = new String[][] { null, new String[] { ...
阅读全文
posted @
2015-06-26 17:05
小小中
阅读(363)
推荐(0)
linq和lamda表达式中添加时间判断时解决方案
摘要:在工作中遇到个问题,在使用lamda查询数据的时候,需要添加一个时间判断, DateTime.AddDays(3) >e.ExpirationDate例如:list = Context.VoucherUserSignPLView.Where(e => e.IsUse == isUse && e.Ex...
阅读全文
posted @
2015-06-24 12:04
小小中
阅读(3885)
推荐(1)