上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace System.CRM.Common { /// /// 随机方法助手类类 /// public class ... 阅读全文
posted @ 2017-02-23 22:40 妖狐鬼魅 阅读(241) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; namespace System.CRM.Common { #region Session操作助手类-SessionHelper /// /// Session操作助手类 /// public class SessionHelper { static Sessi... 阅读全文
posted @ 2017-02-23 22:40 妖狐鬼魅 阅读(1711) 评论(0) 推荐(1) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; using System.Web.UI; namespace System.CRM.Common { /// ... 阅读全文
posted @ 2017-02-23 22:39 妖狐鬼魅 阅读(162) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Threading; using System.Web; namespace System.CRM.Common { /// /// 文件下载类 /// public class FileDown { public FileDown() ... 阅读全文
posted @ 2017-02-23 22:38 妖狐鬼魅 阅读(357) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MD5加密(32位小写) /// </summary> /// <param name="txt">明文</param> /// <returns></returns> public static string GetMD5_2(string txt) { byt 阅读全文
posted @ 2017-02-23 22:37 妖狐鬼魅 阅读(520) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; namespace System.CRM.Common { /// /// Cookie操作助手类 /... 阅读全文
posted @ 2017-02-23 22:36 妖狐鬼魅 阅读(269) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Reflection; using System.Text; using System.Text.RegularExpressions... 阅读全文
posted @ 2017-02-23 22:35 妖狐鬼魅 阅读(499) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace System.CRM.Common { /// /// 进制转换 ... 阅读全文
posted @ 2017-02-23 22:34 妖狐鬼魅 阅读(272) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; using System.Web.Caching; namespace Sy... 阅读全文
posted @ 2017-02-23 22:29 妖狐鬼魅 阅读(190) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using Syste... 阅读全文
posted @ 2017-02-23 22:19 妖狐鬼魅 阅读(546) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页