随笔分类 -  asp.net

摘要:添加Microsoft.Office.Interop.Word.dll 到项目中第一部分,代码实现 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5... 阅读全文
posted @ 2015-03-09 17:39 慕枫小屋 阅读(1528) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Web; 3 using System.IO; 4 using System.Runtime.Serialization; 5 using System.Runtime.Serialization.Formatters.Bin... 阅读全文
posted @ 2014-09-20 16:58 慕枫小屋 阅读(313) 评论(0) 推荐(0)
摘要:问题: 使用.NET自带的命令可以对WebConfig中某个节点的内容进行加密IISBOY网,IIS网站步骤:1. cmd模式下(2.0)/(4.0要在4.0的路径下) cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.507272. 加密: aspnet_reg... 阅读全文
posted @ 2014-09-11 17:03 慕枫小屋
摘要:多个脚本合并压缩加载为了解决脚本与脚本之间的加载阻塞,可以减少脚本文件的引用数,一次请求加载完毕缓存到客户端,这样即减少了请求次数,也缓解了服务器的压力。这里我们需要用到Yahoo.Yui提供的压缩DLL Yahoo.Yui.Compressor.dll和Yahoo.Yui.Compressor.M... 阅读全文
posted @ 2014-09-11 16:15 慕枫小屋
摘要:1 2 3 该文件内容在网上很容易找到,此处只是作为个人备用! 阅读全文
posted @ 2014-06-17 21:10 慕枫小屋