摘要: public class CardValidator { private const int Divisor = 11; private const int MinLen = 17; private static readonly List Factors=new List() { 7,9,10,5... 阅读全文
posted @ 2016-10-10 16:12 iot1024 阅读(1579) 评论(0) 推荐(0)
摘要: public static class Cache { private static readonly Timer CleanupTimer = new Timer() { AutoReset=true,Enabled=true,Interval=60000 }; private static readonly Dictionary InternalCac... 阅读全文
posted @ 2016-10-10 14:53 iot1024 阅读(429) 评论(0) 推荐(0)