摘要: DateTime dt=DateTime.Now;//当前时间DateTime startWeek=dt.AddDays(1-Convert.ToInt32(dt.DayOfWeek.ToString("d")));//本周周一DateTime endWeek=startWeek.AddDays(6);//本周周日DateTime startMonth=dt.AddDays(1-dt.Day);//本月月初DateTime endMonth=startMonth.AddMonths(1).AddDays(-1);//本月月末//DateTime endMonth = sta 阅读全文
posted @ 2013-07-29 11:39 火腿骑士 阅读(211) 评论(0) 推荐(0)
摘要: Unknown | unknown0发生未知错误。CertificateCommonNameIsIncorrect | certificateCommonNameIsIncorrect1SSL 证书公用名与 Web 地址不匹配。CertificateExpired | certificateExpired2SSL 证书已过期。CertificateContainsErrors | certificateContainsErrors3SSL 证书包含错误。CertificateRevoked | certificateRevoked4SSL 证书已吊销。CertificateIsInvalid 阅读全文
posted @ 2013-07-29 10:16 火腿骑士 阅读(781) 评论(0) 推荐(0)