<?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/17260/rss</id><updated>2006-05-06T03:47:54Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17260/rss"/><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/05/06/392508.html</id><title type="text">可怕的误导,来自(iHeavy Inc.公司的高级顾问Sean Hull的谬论... ) </title><summary type="text">昨晚无意随便浏览, 不小心"拜读"到 Sean Hull 先生的大作....文章挺长,表面上是客观地对比php技术与asp.net技术,实际上,或者是作者根本不了解asp.net,或者是压根他就是php的忠实fans, 误导...超级误导.地址我就不贴了,省的多误导些人, 提醒大家以后看技术文章多想想试试,不要轻信.以下是摘录部分:(因为对php,本人并不很通,所以php他说对说错我也分不太出来)...</summary><published>2006-05-06T03:48:00Z</published><updated>2006-05-06T03:48:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/05/06/392508.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/05/06/392508.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/04/06/367939.html</id><title type="text">两个string类型的变量str1和str2，str1==str2，而 (object)str1!=(object)str2 的原因</title><summary type="text">刚刚在CSDN上看到有网友问这样的问题,的确对于不清楚底下的人这是很郁闷的.有人错误的把string当成值类型而分析成值类型与引用类型的不同.我们知道string其实是引用类型.其实只要ILDASM一下macorlib.dll 可以找到一些线索. 我们知道对于 ==和!=这对运算符,其实是跟Equals()方法挂钩的,只要看看Equals()中发生的事情,就一些都明白了:.method publi...</summary><published>2006-04-05T17:17:00Z</published><updated>2006-04-05T17:17:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/04/06/367939.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/04/06/367939.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/27/359777.html</id><title type="text">2.0 新的System.Security.AccessControl 名字空间初探</title><summary type="text">我有个习惯,闲下来的时候,喜欢点开对象浏览器,翻翻名字空间,翻翻类,以此为消遣.看看类,看看方法,看看注释,经常有些新发现.遇到对象浏览器看不明白的,就打开dll来看反编译,时间长了,这个习惯带来的好处是巨大的.今天又翻看底层的时候发现了一个陌生的名字空间 System.Security.AccessControl , 翻了一下SDK,知道原来是Net 2.0 新加的.于是来了兴趣,看看是些什么....</summary><published>2006-03-27T03:22:00Z</published><updated>2006-03-27T03:22:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/27/359777.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/27/359777.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/21/354470.html</id><title type="text">调试</title><summary type="text">都知道发烧不是因为额头被热水烫过,肚子疼通常也不会是因为肚子受伤.其实调程序也是如此. 找错误的时候不该只从错误的地方区找,有可能在遥远的地方的问题,导致了这里的错误.也不要去相信那些从来没出过错的地方,就是不会错的,从来不错只表示它过去没错,不表示现在也是对的.今天一个同事的程序就遇到这个问题,一个自定义表格控件,用了很久了,突然今天发现在一个窗体上操作着操作着就绑不出来数据.重新进入窗体又可以...</summary><published>2006-03-20T16:17:00Z</published><updated>2006-03-20T16:17:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/21/354470.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/21/354470.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/10/347548.html</id><title type="text">关于前天发现的可能是VS2005服务器资源管理器的bug ...</title><summary type="text">前天发现的那个问题, 今天多次试验,发现确实是VS2005服务器资源管理器的bug, 主要的罪魁祸首是 自增列(标识列), 也就是说,只要光标进入自增列,会屏蔽掉输入法(这是对的),但是,在光标离开自增列的时候,输入法的不可用状态却不会取消. 这样就造成了必须重新关闭表再打开才可以输入中文.因为大部分情况下,我们会给表加上一个自增列, 而一般是第一列,打开表的时候光标又会默认在第一行第一列上(如果...</summary><published>2006-03-10T15:13:00Z</published><updated>2006-03-10T15:13:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/10/347548.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/10/347548.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/09/346726.html</id><title type="text">垃圾代码是这样练成的......</title><summary type="text">很多人喜欢在网上,论坛里,QQ群里,向别人要代码...... 而我个人习惯,不太喜欢看别人代码,因为扔在论坛上的代码,虽然也有精品的,但是大多是新手练手,每每有看到哭笑不得的代码. 所以一般只看运行,看代码也就看看结构,层次. 可是工作中,却每每需要去看别人的代码.....今天就遇到一个极品垃圾代码...一个类里面接近900行代码....线程不安全也就算了,真正能用的代码,不足一半,而那不足一半的...</summary><published>2006-03-09T14:34:00Z</published><updated>2006-03-09T14:34:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/09/346726.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/09/346726.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/08/346050.html</id><title type="text">VS2005服务器资源管理器的bug ?</title><summary type="text">VS2005,在服务器资源管理器中,新建数据库连接,然后打开一个表的数据(不是设计), 向里面录入中文.....有时候能输入中文,有时候不能输入中文,很奇怪. 但是把中文在记事本上输入好复制进去总是可以的,就是经常切换不出中文输入法来......不知道是否是bug?还是有其他原因.....</summary><published>2006-03-08T15:30:00Z</published><updated>2006-03-08T15:30:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/08/346050.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/08/346050.html"/></entry><entry><id>http://www.cnblogs.com/syeerzy/archive/2006/03/08/345590.html</id><title type="text">今天新开张 ^_^</title><summary type="text">以后所有技术blog都会首先发这里了^_^ ,其他方面的继续放在 Netyi 那边.</summary><published>2006-03-08T05:50:00Z</published><updated>2006-03-08T05:50:00Z</updated><author><name>快乐永远</name><uri>http://www.cnblogs.com/syeerzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/syeerzy/archive/2006/03/08/345590.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/syeerzy/archive/2006/03/08/345590.html"/></entry></feed>
