摘要:
两种解决方法 1.如果web.config里utf-8 直接Server.UrlEncode(filename)就可以 2.否则就要用第二种方法 filename=HttpUtility.UrlEncode(Encoding.UTF8.GetBytes(filename)); 好象编码必须是 UTF8,不管您的 resp.ContentEncod... 阅读全文
摘要:
http://www.cnblogs.com/zhouyinhui/archive/2007/11/25/971986.html 非常感谢写这文章的作者,给出了一个很震撼的wpf效果,崇拜呀. 阅读全文
摘要:
今天调试一个wpf程序的时候,觉得运行时间太长了,看了看output后,发现n多的 A first chance exception of type 'System.Windows.ResourceReferenceKeyNotFoundException' occurred in PresentationFramework.dll 实在是搞不懂这个东西,去网上查了下,都是英文的,也就记... 阅读全文