02 2017 档案

摘要://解决IE导出标题乱码 Response.AddHeader("content-disposition", "attachment; filename=" + HttpUtility.UrlEncode("大型设备库存记录", System.Text.Encoding.UTF8) + ".xls" 阅读全文
posted @ 2017-02-28 09:31 妖狐鬼魅 阅读(706) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tas 阅读全文
posted @ 2017-02-23 22:42 妖狐鬼魅 阅读(480) 评论(0) 推荐(0) 编辑
摘要:using Microsoft.AspNetCore.Mvc.RazorPages; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; usin 阅读全文
posted @ 2017-02-23 22:41 妖狐鬼魅 阅读(393) 评论(0) 推荐(1) 编辑
摘要: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 妖狐鬼魅 阅读(246) 评论(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 妖狐鬼魅 阅读(1743) 评论(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 妖狐鬼魅 阅读(169) 评论(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 妖狐鬼魅 阅读(358) 评论(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 妖狐鬼魅 阅读(528) 评论(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 妖狐鬼魅 阅读(272) 评论(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 妖狐鬼魅 阅读(500) 评论(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 妖狐鬼魅 阅读(276) 评论(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 妖狐鬼魅 阅读(194) 评论(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 妖狐鬼魅 阅读(547) 评论(0) 推荐(0) 编辑
摘要:IIS部署后显示 此网站无法访问 多半是本地ip变了,使用 cmd 输入 ipconfig 查看ip 阅读全文
posted @ 2017-02-21 09:35 妖狐鬼魅 阅读(535) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示