<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_含羞草</title><subtitle type="text">好记性不如烂笔头菜鸟先飞...</subtitle><id>http://feed.cnblogs.com/blog/u/23300/rss</id><updated>2012-05-09T01:26:51Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23300/rss"/><entry><id>http://www.cnblogs.com/Jasmin/archive/2009/06/16/1504043.html</id><title type="text">转：老调重弹：const char*, char const* and char *const</title><summary type="text">http://www.cnblogs.com/jonnyyu/archive/2005/01/10/89766.html==========================================const char*, char const*, char*const的区别问题几乎是C++面试中每次都会有的题目。 事实上这个概念谁都有只是三种声明方式非常相似很容易记混。 Bjarne在他的...</summary><published>2009-06-16T01:04:00Z</published><updated>2009-06-16T01:04:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2009/06/16/1504043.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2009/06/16/1504043.html"/><content type="text">http://www.cnblogs.com/jonnyyu/archive/2005/01/10/89766.html==========================================const char*, char const*, char*const的区别问题几乎是C++面试中每次都会有的题目。 事实上这个概念谁都有只是三种声明方式非常相似很容易记混。 Bjarne在他的...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2008/07/28/1254824.html</id><title type="text">WebService:System.InvalidOperationException: 无法生成临时类</title><summary type="text">System.Web.Services.Protocols.SoapException: 服务器无法处理请求。---&gt; System.InvalidOperationException: 无法生成临时类(result=1)。\nerror CS2001: 未能找到源文件“C:\\WINDOWS\\TEMP\\zyobqxbr.0.cs（）解决方法：给C:\WINDOWS\Temp...</summary><published>2008-07-28T07:29:00Z</published><updated>2008-07-28T07:29:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2008/07/28/1254824.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2008/07/28/1254824.html"/><content type="text">System.Web.Services.Protocols.SoapException: 服务器无法处理请求。---&gt; System.InvalidOperationException: 无法生成临时类(result=1)。\nerror CS2001: 未能找到源文件“C:\\WINDOWS\\TEMP\\zyobqxbr.0.cs（）解决方法：给C:\WINDOWS\Temp...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2008/07/17/1245196.html</id><title type="text">PowerBuilder：表中字段的数据长度的修改对数据窗口的影响</title><summary type="text">切记，需要注意3个地方。1、打开DataWindow窗口，点击Data Source 图标，先执行表的弹出菜单Deselect All，再执行Select All 即可在数据窗口的Column Specification中看到修改长度的字段已为新的长度。2、选中已修改长度的字符类型字段，按鼠标右键，选择Properties,再将Edit属性中Limit的值修改为新的长度值。3、如果数据窗口设置了A...</summary><published>2008-07-17T07:04:00Z</published><updated>2008-07-17T07:04:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2008/07/17/1245196.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2008/07/17/1245196.html"/><content type="text">切记，需要注意3个地方。1、打开DataWindow窗口，点击Data Source 图标，先执行表的弹出菜单Deselect All，再执行Select All 即可在数据窗口的Column Specification中看到修改长度的字段已为新的长度。2、选中已修改长度的字符类型字段，按鼠标右键，选择Properties,再将Edit属性中Limit的值修改为新的长度值。3、如果数据窗口设置了A...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2008/02/23/1079092.html</id><title type="text">转：使用SET NOCOUNT优化存储过程 </title><summary type="text">http://duiker.cnblogs.com/archive/2006/02/15/331119.html==========================每次我们在使用查询分析器调试SQL语句的时候，通常会看到一些信息，提醒我们当前有多少个行受到了影响，这是些什么信息？在我们调用的时候这些信息有用吗？是否可以关闭呢？答案是这些信息在我们的客户端的应用程序中是没有用的，这些信息是存储过程中...</summary><published>2008-02-23T15:04:00Z</published><updated>2008-02-23T15:04:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2008/02/23/1079092.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2008/02/23/1079092.html"/><content type="text">http://duiker.cnblogs.com/archive/2006/02/15/331119.html==========================每次我们在使用查询分析器调试SQL语句的时候，通常会看到一些信息，提醒我们当前有多少个行受到了影响，这是些什么信息？在我们调用的时候这些信息有用吗？是否可以关闭呢？答案是这些信息在我们的客户端的应用程序中是没有用的，这些信息是存储过程中...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/12/29/1020233.html</id><title type="text">转：如何使用SQL Server 2005 专用管理员连接(DAC)登录到服务器</title><summary type="text">http://www.cnblogs.com/huqingyu/archive/2007/12/17/1000069.htmlhttp://www.windbi.com/showtopic-819.aspx================一什么是DAC SQL Server 2005 为管理员提供了一种特殊的诊断连接，以供在无法与服务器建立标准连接时使用。即使在 SQL Server 不响应标准连...</summary><published>2007-12-29T09:12:00Z</published><updated>2007-12-29T09:12:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/12/29/1020233.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/12/29/1020233.html"/><content type="text">http://www.cnblogs.com/huqingyu/archive/2007/12/17/1000069.htmlhttp://www.windbi.com/showtopic-819.aspx================一什么是DAC SQL Server 2005 为管理员提供了一种特殊的诊断连接，以供在无法与服务器建立标准连接时使用。即使在 SQL Server 不响应标准连...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/09/04/881582.html</id><title type="text">四遥量</title><summary type="text">遥测量——AI遥信量——DI遥调量——AO遥控量——DO</summary><published>2007-09-04T07:40:00Z</published><updated>2007-09-04T07:40:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/09/04/881582.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/09/04/881582.html"/><content type="text">遥测量——AI遥信量——DI遥调量——AO遥控量——DO</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/08/30/876275.html</id><title type="text">VS.NET开发环境的WIN FORM中怎样加入ActiveX控件</title><summary type="text">第一步;自定义工具箱,把ActiveX控件加入Toolbox第二步:从工具箱拖动你所家的控件到窗体上如果不行的话,检查是否正确添加了引用</summary><published>2007-08-30T12:05:00Z</published><updated>2007-08-30T12:05:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/08/30/876275.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/08/30/876275.html"/><content type="text">第一步;自定义工具箱,把ActiveX控件加入Toolbox第二步:从工具箱拖动你所家的控件到窗体上如果不行的话,检查是否正确添加了引用</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/07/17/821409.html</id><title type="text">C# Winform程序如何获取运行路径</title><summary type="text">path=AppDomain.CurrentDomain.BaseDirectory;</summary><published>2007-07-17T09:02:00Z</published><updated>2007-07-17T09:02:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/07/17/821409.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/07/17/821409.html"/><content type="text">path=AppDomain.CurrentDomain.BaseDirectory;</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/06/03/769435.html</id><title type="text">转：类型"string"的值无法转换为"System.Drawing.Color" </title><summary type="text">来源：http://blog.csdn.net/xiong1000/archive/2006/12/12/1439927.aspx================类型"string"的值无法转换为"System.Drawing.Color"代码如下: string strC="#C0FFFF"; Label1.BackColor=strC; 报错为:类型"string"的值无法转换为"System...</summary><published>2007-06-03T07:54:00Z</published><updated>2007-06-03T07:54:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/06/03/769435.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/06/03/769435.html"/><content type="text">来源：http://blog.csdn.net/xiong1000/archive/2006/12/12/1439927.aspx================类型"string"的值无法转换为"System.Drawing.Color"代码如下: string strC="#C0FFFF"; Label1.BackColor=strC; 报错为:类型"string"的值无法转换为"System...</content></entry><entry><id>http://www.cnblogs.com/Jasmin/archive/2007/04/30/733431.html</id><title type="text">转： Simple ASP.NET 2.0 Tips and Tricks that You May (or may not) have Heard About （一些简单的、你可能已经知道或者不知道的ASP.NET 2.0技巧）</title><summary type="text">包括： Maintain the position of the scrollbar on postbacks Set the default focus to a control when the page loads Set the default button that is triggered when the user hits the enter key Locate nested controls easily Strongly-typed access to cross-page postback controls Strongly-typed access to Master Pages controls Validation groups Finding control/variable names while typing code </summary><published>2007-04-30T07:21:00Z</published><updated>2007-04-30T07:21:00Z</updated><author><name>含羞草</name><uri>http://www.cnblogs.com/Jasmin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jasmin/archive/2007/04/30/733431.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jasmin/archive/2007/04/30/733431.html"/><content type="text">包括： Maintain the position of the scrollbar on postbacks Set the default focus to a control when the page loads Set the default button that is triggered when the user hits the enter key Locate nested controls easily Strongly-typed access to cross-page postback controls Strongly-typed access to Master Pages controls Validation groups Finding control/variable names while typing code </content></entry></feed>
