摘要: using System; using System.Configuration; using System.IO; namespace GT.Common.Helper { /// <summary> /// 日志帮助类。AppSettings节点可以配置Dos.LogHelper.Debug=0 阅读全文
posted @ 2019-09-02 14:25 萌橙 阅读(271) 评论(0) 推荐(0) 编辑
摘要: #region << 版 本 注 释 >> /**************************************************** * 文 件 名:IPHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.17929 * 阅读全文
posted @ 2019-09-02 14:23 萌橙 阅读(334) 评论(0) 推荐(0) 编辑
摘要: #region << 版 本 注 释 >> /**************************************************** * 文 件 名:EncryptHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.179 阅读全文
posted @ 2019-09-02 14:22 萌橙 阅读(209) 评论(0) 推荐(0) 编辑
摘要: using System.Net; using System.Net.Mail; using System.Text; using GT.Common.Model; namespace GT.Common.Helper { public class EmailHelper { private Ema 阅读全文
posted @ 2019-09-02 14:21 萌橙 阅读(255) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics; using System.IO; namespace GT.Common.Helper { /// <summary> /// Dos cmd命令执行帮助类 /// </summary> public class CmdHelper { /// < 阅读全文
posted @ 2019-09-02 14:20 萌橙 阅读(424) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace GT.Common.DES { /// <summary> /// 3DES加解密类 /// </summa 阅读全文
posted @ 2019-09-02 14:02 萌橙 阅读(404) 评论(0) 推荐(0) 编辑
摘要: #region << 版 本 注 释 >> /**************************************************** * 文 件 名:RegExpHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.1792 阅读全文
posted @ 2019-09-02 13:58 萌橙 阅读(257) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Globalization; using System.Text.RegularExpressions; using System.Web; namespace GT.Common.Helper { /// <summary> /// 正则帮助类 阅读全文
posted @ 2019-09-02 13:53 萌橙 阅读(355) 评论(0) 推荐(0) 编辑