<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_潇湘隐者_分类_ASP.NET</title><id>http://feed.cnblogs.com/blog/u/57955/category/257200/rss</id><updated>2012-06-03T14:24:27Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/category/257200.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/57955/category/257200/rss"/><entry><id>http://www.cnblogs.com/kerrycode/archive/2011/06/21/2084008.html</id><title type="text">必须在配置中注册 WebResource.axd 处理程序错误的解决方法</title><summary type="text">由于服务器升级，从Windows 2003 升级到Window 2008 Server， IIS 6也变成了IIS 7。 结果一旦进入到包含ScriptManager的页面，就报如下错误：要处理此请求，必须在配置中注册WebResource.axd处理程序。&lt;!--Web.Config配置文件--&gt;&lt;configuration&gt;&lt;system.web&gt;&lt;httpHandlers&gt;&lt;addpath="WebResource.axd"verb="GET"type="System.Web.Hand</summary><published>2011-06-21T15:23:00Z</published><updated>2011-06-21T15:23:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2011/06/21/2084008.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2011/06/21/2084008.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kerrycode/archive/2011/05/04/2036830.html</id><title type="text">【转】软件开发工具介绍之 6.Web开发工具</title><summary type="text">【本文转自http://www.cnblogs.com/dusonchen/archive/2011/02/09/1739087.html】1.EditPlus无论是编写xhtml页面，还是css、js文件，甚至随笔记记这样的事情，我都会使用EditPlus，感觉它不仅功能强大，更难得的是：绿色、轻量级、启动速度快、稳定性高1.1 配置文件模板设置好EditPlus的配置文件，告别重复的体力劳动。如果我们经常建立一种文件，而这种文件总会包含一些重复的文字或者代码的话，我们就可以建立模板，然后通过模板建立文件。从而摆脱每次都要重复的体力劳动。1.2 顺手的侧边栏侧边栏包含了“快速目录路径”和“快</summary><published>2011-05-04T09:39:00Z</published><updated>2011-05-04T09:39:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2011/05/04/2036830.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2011/05/04/2036830.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kerrycode/archive/2010/12/27/1917969.html</id><title type="text">System.Runtime.InteropServices.COMException (0x80040154)错误</title><summary type="text">用windwos服务、owc、excle组件生成Excel文档，然后通过邮件自动发生给公司管理层，本来在本地测试、配置都正常，但是部署到Window 2003服务器上，服务启动后，日志文件记录程序出错，错误如下所示System.Runtime.InteropServices.COMException(0x80040154): 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败，原因是出现以下错误: 80040154。COM组件出错，上网查了下资料，在邀月的博客中http://www.cnblogs.com/down</summary><published>2010-12-27T07:13:00Z</published><updated>2010-12-27T07:13:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2010/12/27/1917969.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2010/12/27/1917969.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kerrycode/archive/2010/12/25/1916141.html</id><title type="text">你碰到过StreamReader.Peek的异常情况</title><summary type="text">工作中有个需求需要采集每个服每天用户的登录信息、道具使用情况等(用来做数据分析)，这些信息、数据是通过技术那边的Http接口来获取，为了提高效率，节省流量，没有用XML或JSON格式的输出(数据量比较大，用XML格式或JSON格式或增加许多冗余的信息，优劣暂且不讨论)，而是用简单的文本形式，Http接口数据的输出的格式如下：1：不同记录以"\r\n"分隔2：不同字段以“|||”分隔举个例子(假设)，用户每天的登录信息：字段排列顺序为：GameID|||UserID|||UserName|||ServerID|||ServerName|||IP|||RegistedFrom|||FromSite</summary><published>2010-12-25T03:52:00Z</published><updated>2010-12-25T03:52:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2010/12/25/1916141.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2010/12/25/1916141.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kerrycode/archive/2010/08/11/1797682.html</id><title type="text">String.Format 格式化货币的小问题</title><summary type="text">今天在开发过程中，遇到一件让我觉得比较纳闷的事情：用String.Format 格式化充值金额的时候，我这样处理：String.Format("{0:C2}", dr["InpourMoney"].ToString())后，并没有像预期在充值金额前面加上货币符号￥， 反而String.Format("{0:C2}", dr["InpourMoney"]) 这样处理后，在页面充值金额上面添加了￥符号...</summary><published>2010-08-11T14:45:00Z</published><updated>2010-08-11T14:45:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2010/08/11/1797682.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2010/08/11/1797682.html"/><content type="html"/></entry></feed>
