<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_会飞的鱼</title><subtitle type="text">Edwin dong</subtitle><id>http://feed.cnblogs.com/blog/u/19387/rss</id><updated>2011-10-14T09:01:32Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19387/rss"/><entry><id>http://www.cnblogs.com/dongyongjing/archive/2010/04/16/1713446.html</id><title type="text">读取Excel文件问题</title><summary type="text">今天做项目（excel）时遇到如下情况： 检索 COM 类工厂中 CLSID 为{00024500-0000-0000-C000-000000000046} 的组件时失败，原因是出现以下错误: 80070005。 查阅了一些资料问题得以解决.具体解决方法如下:1:在服务器上安装office的Excel软件.2:在"开始"-&gt;"运行"中输入dcomcnfg.exe启动"组件服务"3:依次双击...</summary><published>2010-04-16T04:19:00Z</published><updated>2010-04-16T04:19:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2010/04/16/1713446.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2010/04/16/1713446.html"/><content type="text">今天做项目（excel）时遇到如下情况： 检索 COM 类工厂中 CLSID 为{00024500-0000-0000-C000-000000000046} 的组件时失败，原因是出现以下错误: 80070005。 查阅了一些资料问题得以解决.具体解决方法如下:1:在服务器上安装office的Excel软件.2:在"开始"-&gt;"运行"中输入dcomcnfg.exe启动"组件服务"3:依次双击...</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2009/03/11/1408855.html</id><title type="text">FileUpload 控件 禁止手动输入</title><summary type="text">html标签：&lt;input type="text" name="txt" onkeydown="event.returnValue=false;" onpaste="return false"/&gt;服务器控件：&lt;asp:TextBox ID="txt" runat="server"onkeydown="event.returnValue=false;" onpaste="retur...</summary><published>2009-03-11T08:26:00Z</published><updated>2009-03-11T08:26:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2009/03/11/1408855.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2009/03/11/1408855.html"/><content type="text">html标签：&lt;input type="text" name="txt" onkeydown="event.returnValue=false;" onpaste="return false"/&gt;服务器控件：&lt;asp:TextBox ID="txt" runat="server"onkeydown="event.returnValue=false;" onpaste="retur...</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2009/02/12/1388804.html</id><title type="text">.net 工具箱不可用 解决方式</title><summary type="text">.net 环境本来昨天用着好好的，今天打开电脑以后，工具箱里面的东西除了html控件之外，其他的都不可用了。不知道为什么，在网上找了一些方法也没有找到具体的解决方式。后来想到重置一下环境，于是重置了一下，搞定了。现在把重置环境的方式告诉一下大家 ，如果又遇到相同问题的，说不定可以用上在vs2005的路径下输入 devenv.exe /resetuserdata 重新设置下环境例如：Microsof...</summary><published>2009-02-12T01:47:00Z</published><updated>2009-02-12T01:47:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2009/02/12/1388804.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2009/02/12/1388804.html"/><content type="text">.net 环境本来昨天用着好好的，今天打开电脑以后，工具箱里面的东西除了html控件之外，其他的都不可用了。不知道为什么，在网上找了一些方法也没有找到具体的解决方式。后来想到重置一下环境，于是重置了一下，搞定了。现在把重置环境的方式告诉一下大家 ，如果又遇到相同问题的，说不定可以用上在vs2005的路径下输入 devenv.exe /resetuserdata 重新设置下环境例如：Microsof...</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2008/04/25/1171048.html</id><title type="text">javascript 判断是页面关闭还是页面刷新</title><summary type="text">javascript 页面关闭 刷新 </summary><published>2008-04-25T06:26:00Z</published><updated>2008-04-25T06:26:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2008/04/25/1171048.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2008/04/25/1171048.html"/><content type="text">javascript 页面关闭 刷新 </content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2008/04/22/1165510.html</id><title type="text">DataList控件嵌套，激发内部控件事件</title><summary type="text">DataList嵌套 激发事件</summary><published>2008-04-22T05:51:00Z</published><updated>2008-04-22T05:51:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2008/04/22/1165510.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2008/04/22/1165510.html"/><content type="text">DataList嵌套 激发事件</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2007/11/02/946565.html</id><title type="text">开发环境不同引发的映射路径不正确的问题</title><summary type="text">映射路径 不正确 iis管理器 asp.net版本</summary><published>2007-11-02T02:11:00Z</published><updated>2007-11-02T02:11:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2007/11/02/946565.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2007/11/02/946565.html"/><content type="text">映射路径 不正确 iis管理器 asp.net版本</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2007/10/31/944225.html</id><title type="text">安装.net2005遇到的一系列问题</title><summary type="text">windows server 2003 sp1 产品密钥 安装.net2005</summary><published>2007-10-31T05:24:00Z</published><updated>2007-10-31T05:24:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2007/10/31/944225.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2007/10/31/944225.html"/><content type="text">windows server 2003 sp1 产品密钥 安装.net2005</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2007/09/22/902476.html</id><title type="text">jit 调试失败，出现以下错误：拒绝访问。jit调试由用户帐户"NT AUTHORITY\NETWORK SERVICE" 启动</title><summary type="text">jit 调试失败，出现以下错误：拒绝访问。jit调试由用户帐户"NT AUTHORITY\NETWORK SERVICE" 启动</summary><published>2007-09-22T06:01:00Z</published><updated>2007-09-22T06:01:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2007/09/22/902476.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2007/09/22/902476.html"/><content type="text">jit 调试失败，出现以下错误：拒绝访问。jit调试由用户帐户"NT AUTHORITY\NETWORK SERVICE" 启动</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2007/06/29/800448.html</id><title type="text">.Net环境下的缓存技术介绍 （转）</title><summary type="text">摘要: 介绍缓存的基本概念和常用的缓存技术，给出了各种技术的实现机制的简单介绍和适用范围说明，以及设计缓存方案应该考虑的问题（共17页）1 概念1.1 缓存能解决的问题· 性能——将相应数据存储起来以避免数据的重复创建、处理和传输，可有效提高性能。比如将不改变的数据缓存起来，例如国家列表等，这样能明显提高web程序的反应速度；· 稳定性——同一个应用中，对同一数据、逻辑功能和用...</summary><published>2007-06-29T08:47:00Z</published><updated>2007-06-29T08:47:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2007/06/29/800448.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2007/06/29/800448.html"/><content type="text">摘要: 介绍缓存的基本概念和常用的缓存技术，给出了各种技术的实现机制的简单介绍和适用范围说明，以及设计缓存方案应该考虑的问题（共17页）1 概念1.1 缓存能解决的问题· 性能——将相应数据存储起来以避免数据的重复创建、处理和传输，可有效提高性能。比如将不改变的数据缓存起来，例如国家列表等，这样能明显提高web程序的反应速度；· 稳定性——同一个应用中，对同一数据、逻辑功能和用...</content></entry><entry><id>http://www.cnblogs.com/dongyongjing/archive/2007/06/26/796595.html</id><title type="text">数据库中的字段为空时，使用isnull函数</title><summary type="text">isNull（） </summary><published>2007-06-26T09:08:00Z</published><updated>2007-06-26T09:08:00Z</updated><author><name>Edwin dong</name><uri>http://www.cnblogs.com/dongyongjing/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dongyongjing/archive/2007/06/26/796595.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dongyongjing/archive/2007/06/26/796595.html"/><content type="text">isNull（） </content></entry></feed>
