<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_robot.h--为之漫笔</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/25614/rss</id><updated>2010-04-27T02:17:11Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25614/rss"/><entry><id>http://www.cnblogs.com/RobotH/archive/2010/01/13/1646512.html</id><title type="text">转:“由于代码已经过优化或者本机框架位于调用堆栈之上,无法计算表达式的值”的解决方法</title><summary type="text">异常:由于代码已经过优化或者本机框架位于调用堆栈之上,无法计算表达式的值原因：如果使用 Response.End、Response.Redirect 或 Server.Transfer 方法，将出现 ThreadAbortException 异常。您可以使用 try-catch 语句捕获此异常。Response.End 方法终止页的执行，并将此执行切换到应用程序的事件管线中的 Applicatio...</summary><published>2010-01-13T06:26:00Z</published><updated>2010-01-13T06:26:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2010/01/13/1646512.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2010/01/13/1646512.html"/><content type="text">异常:由于代码已经过优化或者本机框架位于调用堆栈之上,无法计算表达式的值原因：如果使用 Response.End、Response.Redirect 或 Server.Transfer 方法，将出现 ThreadAbortException 异常。您可以使用 try-catch 语句捕获此异常。Response.End 方法终止页的执行，并将此执行切换到应用程序的事件管线中的 Applicatio...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/09/08/1562288.html</id><title type="text">.net tostring format格式说明</title><summary type="text">stringstr1 =string.Format("{0:N1}",56789); //result: 56,789.0stringstr2 =string.Format("{0:N2}",56789); //result: 56,789.00stringstr3 =string.Format("{0:N3}",56789); //result: 56,789.000stringstr8 =st...</summary><published>2009-09-08T01:44:00Z</published><updated>2009-09-08T01:44:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/09/08/1562288.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/09/08/1562288.html"/><content type="text">stringstr1 =string.Format("{0:N1}",56789); //result: 56,789.0stringstr2 =string.Format("{0:N2}",56789); //result: 56,789.00stringstr3 =string.Format("{0:N3}",56789); //result: 56,789.000stringstr8 =st...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/09/02/1558987.html</id><title type="text">一、DIP简介（DIP--Dependency Inversion Principle）：</title><summary type="text">一、DIP简介（DIP--Dependency InversionPrinciple）：1、高层模块不应该依赖于低层模块,二者都应该依赖于抽象。2、抽象不应该依赖于细节,细节应该依赖于抽象。高层模块包含了一个应该程序中的重要的策略选择和业务模型，正是这些高层模块才使得其所有的应用程序区别于其他，如果高层依赖于低层,那么对低层模块的改动就会直接影响到高层模块,从而迫使它们依次做出改动。二、举例说明：...</summary><published>2009-09-02T10:35:00Z</published><updated>2009-09-02T10:35:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/09/02/1558987.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/09/02/1558987.html"/><content type="text">一、DIP简介（DIP--Dependency InversionPrinciple）：1、高层模块不应该依赖于低层模块,二者都应该依赖于抽象。2、抽象不应该依赖于细节,细节应该依赖于抽象。高层模块包含了一个应该程序中的重要的策略选择和业务模型，正是这些高层模块才使得其所有的应用程序区别于其他，如果高层依赖于低层,那么对低层模块的改动就会直接影响到高层模块,从而迫使它们依次做出改动。二、举例说明：...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/07/24/1530284.html</id><title type="text">请确认 &amp;lt;Import&amp;gt; 声明中的路径正确，且磁盘上存在该文件。</title><summary type="text">大家经常会非常辛苦的在网上找到自己想要的源程序，在我们欣喜若狂打开的时候，却提示“未找到导入的项目“$:\Boo.Microsoft.Build.targets”。请确认 &lt;Import&gt; 声明中的路径正确，且磁盘上存在该文件。解决办法：将项目文件(.csproj)用记事本打开，然后找到&lt;Import &gt;节点，作如下操作：&lt;Im...</summary><published>2009-07-24T08:06:00Z</published><updated>2009-07-24T08:06:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/07/24/1530284.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/07/24/1530284.html"/><content type="text">大家经常会非常辛苦的在网上找到自己想要的源程序，在我们欣喜若狂打开的时候，却提示“未找到导入的项目“$:\Boo.Microsoft.Build.targets”。请确认 &lt;Import&gt; 声明中的路径正确，且磁盘上存在该文件。解决办法：将项目文件(.csproj)用记事本打开，然后找到&lt;Import &gt;节点，作如下操作：&lt;Im...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/07/24/1529847.html</id><title type="text">异步委托</title><summary type="text">[代码]</summary><published>2009-07-24T01:04:00Z</published><updated>2009-07-24T01:04:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/07/24/1529847.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/07/24/1529847.html"/><content type="text">[代码]</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/07/21/1527998.html</id><title type="text">Visual Studio 最常用的13个快捷键</title><summary type="text">1. F5：启动调试 2. F7 /Shift-F7：显示代码窗口或显示设计器窗口 3.Alt-Enter：显示选中对象的属性（这是个常用的windows快捷键，可以用显示目录和文件的属性） 4.F6 / Shift-F6 / Ctrl-Shift-B：生成解决方案/生成项目/生成解决方案 5.Shift-Alt-C： 在项目里添加类 6.Ctrl-K + Ctrl-C： 注释一段选择代码 7.C...</summary><published>2009-07-21T09:51:00Z</published><updated>2009-07-21T09:51:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/07/21/1527998.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/07/21/1527998.html"/><content type="text">1. F5：启动调试 2. F7 /Shift-F7：显示代码窗口或显示设计器窗口 3.Alt-Enter：显示选中对象的属性（这是个常用的windows快捷键，可以用显示目录和文件的属性） 4.F6 / Shift-F6 / Ctrl-Shift-B：生成解决方案/生成项目/生成解决方案 5.Shift-Alt-C： 在项目里添加类 6.Ctrl-K + Ctrl-C： 注释一段选择代码 7.C...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/07/07/1518116.html</id><title type="text">H1N1:速饮配方</title><summary type="text">金银花：金银花，善于化毒，故治痈疽、肿毒、疮癣 如肺、胃经大青叶：清热，解毒，凉血，止血 入肝、心、胃经薄荷： 薄荷味辛、性凉，无毒。长期做菜生吃或熟食，能祛邪毒，除劳气，解困乏甘草：甘草性平，味甘，有解毒、祛痰、止痛、解痉以至抗癌等药理作用。在中医上，甘草补脾益气，滋咳润肺，缓急解毒，调和百药漱饮方成分：金银花3g、大青叶3g、薄荷3g、甘草3g 【北京市中医专家组配置】</summary><published>2009-07-07T01:21:00Z</published><updated>2009-07-07T01:21:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/07/07/1518116.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/07/07/1518116.html"/><content type="text">金银花：金银花，善于化毒，故治痈疽、肿毒、疮癣 如肺、胃经大青叶：清热，解毒，凉血，止血 入肝、心、胃经薄荷： 薄荷味辛、性凉，无毒。长期做菜生吃或熟食，能祛邪毒，除劳气，解困乏甘草：甘草性平，味甘，有解毒、祛痰、止痛、解痉以至抗癌等药理作用。在中医上，甘草补脾益气，滋咳润肺，缓急解毒，调和百药漱饮方成分：金银花3g、大青叶3g、薄荷3g、甘草3g 【北京市中医专家组配置】</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/07/02/1515248.html</id><title type="text">通过注册表获取文件的ContentType</title><summary type="text">[代码]</summary><published>2009-07-02T02:05:00Z</published><updated>2009-07-02T02:05:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/07/02/1515248.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/07/02/1515248.html"/><content type="text">[代码]</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/06/29/1513036.html</id><title type="text">[转]解决ASP.NET Web Applicatio超时时间已到.在操作完成之前超时时间已过或服务器未响应</title><summary type="text">周一刚来，公司便让我解决系统一直残留的问题，有一个频道页面一直打不开，报错，“超时时间已到。在操作完成之前超时时间已过或服务器未响应”初步分析原因为对MSSQL操作时连接超时，知道这事，以前没留意，大概是在配置文件中设置连接时限，在网上找了下解决方法，大多说在数据库连接字符串里解决SqlConnectioncon=newSqlConnection("server=.;dat...</summary><published>2009-06-29T02:57:00Z</published><updated>2009-06-29T02:57:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/06/29/1513036.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/06/29/1513036.html"/><content type="text">周一刚来，公司便让我解决系统一直残留的问题，有一个频道页面一直打不开，报错，“超时时间已到。在操作完成之前超时时间已过或服务器未响应”初步分析原因为对MSSQL操作时连接超时，知道这事，以前没留意，大概是在配置文件中设置连接时限，在网上找了下解决方法，大多说在数据库连接字符串里解决SqlConnectioncon=newSqlConnection("server=.;dat...</content></entry><entry><id>http://www.cnblogs.com/RobotH/archive/2009/06/22/1508052.html</id><title type="text">在线创建pdf</title><summary type="text">http://createpdf.adobe.com/</summary><published>2009-06-22T01:17:00Z</published><updated>2009-06-22T01:17:00Z</updated><author><name>roboth</name><uri>http://www.cnblogs.com/RobotH/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RobotH/archive/2009/06/22/1508052.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RobotH/archive/2009/06/22/1508052.html"/><content type="text">http://createpdf.adobe.com/</content></entry></feed>
