上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页
摘要: 在MVC下如何压缩输出的HTML代码,替换HTML代码中的空白,换行符等字符? 1.首先要了解MVC是如何输出HTML代码到客户端的,先了解下Controller这个类,里面有很多方法,我们需要的主要有两个:OnActionExecuting和OnResultExecuted 2.新建一个基类,继承 阅读全文
posted @ 2017-06-12 11:30 赤狐(zcm123) 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 问题描述 使用 Windows Server 2012 R2 或 Windows Server 2016系统,发现在安装 .NET Framework 3.5.1 时报错,报错内容如下图所示。 原因分析 找不到安装源文件。 解决办法 您可以使用如下 PowerShell 脚本进行安装。 从 开始 菜 阅读全文
posted @ 2017-06-08 08:56 赤狐(zcm123) 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 开启下虚拟内存 ,否则iis装不上。 够sb吧 另外 使用 netsh http delete iplisten ipaddress=xxx.xxx.xxx.xxx 删除添加的监听 阅读全文
posted @ 2017-06-08 08:15 赤狐(zcm123) 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xyz7885696/article/details/2482842 using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Se 阅读全文
posted @ 2017-06-03 11:59 赤狐(zcm123) 阅读(1158) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yanpengliumin/article/details/50344799 最近一直在做的开发是关于导出word的功能,一开始的做法是在VS中直接添加引用office PIA,Microsoft.Office.Interop.Word,VS08有两个版本, 阅读全文
posted @ 2017-05-11 15:03 赤狐(zcm123) 阅读(2078) 评论(1) 推荐(0) 编辑
摘要: 64位系统时,需要注意最下面 具体解决方法如下: 1:在服务器上安装office的Excel软件. 2:在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务" 3:依次双击"组件服务"->"计算机"->"我的电脑"->"DCOM配置" 4:在"DCOM配置"中找到"Microsoft 阅读全文
posted @ 2017-04-18 21:06 赤狐(zcm123) 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Linq;using System.Text;using System.Collections.Generic; using System.CodeDom.Compiler;using Microsoft.CSharp;using System.R 阅读全文
posted @ 2017-04-11 10:49 赤狐(zcm123) 阅读(184) 评论(0) 推荐(0) 编辑
摘要: string jsonstr = "{\"Code\":1,\"Message\":[{\"merchant_id\":8,\"items\":[{\"count\":2,\"goods_name\":\"商品1 汉堡包22222\",\"goods_des\":\"汉堡包的描述 有什么好描述的\" 阅读全文
posted @ 2017-04-11 10:37 赤狐(zcm123) 阅读(347) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel; namespace RedFoxCms.Component.Utils.Extensions{ /// <summary> /// 对象复制 /// 阅读全文
posted @ 2017-04-10 16:27 赤狐(zcm123) 阅读(250) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <title>js24.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" 阅读全文
posted @ 2017-03-27 08:43 赤狐(zcm123) 阅读(3167) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页