摘要: //这种是定时间点执行任务的asp.net简易解决方案。 阅读全文
posted @ 2009-11-30 09:25 coudly 阅读(149) 评论(0) 推荐(0)
摘要: 以下是Global.asax文件的内容。 阅读全文
posted @ 2009-11-30 09:07 coudly 阅读(131) 评论(0) 推荐(0)
摘要: int max = 100; //这样产生0 ~ 100的强随机数(含100)  int rnd = int.MinValue;  decimal _base = (decimal)long.MaxValue;  byte[] rndSeries = new byte[8];  System.Security.Cryptography.RNGCryptoServiceProvider rng   ... 阅读全文
posted @ 2009-11-30 08:55 coudly 阅读(370) 评论(0) 推荐(0)