摘要: using System; using System.Web; using System.Drawing; using System.Security.Cryptography; namespace DotNet.Utilities { /// /// 验证码类 /// public class Rand { #region 生成随机... 阅读全文
posted @ 2017-03-21 23:59 rush_me 阅读(8860) 评论(2) 推荐(1) 编辑
摘要: using System; namespace DotNet.Utilities { /// /// 时间类 /// 1、SecondToMinute(int Second) 把秒转换成分钟 /// public class TimeHelper { /// /// 将时间格式化成 年月日 的形式,如果时间为... 阅读全文
posted @ 2017-03-21 23:46 rush_me 阅读(1717) 评论(0) 推荐(0) 编辑