<?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/37973/rss</id><updated>2010-01-28T08:46:39Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/37973/rss"/><entry><id>http://www.cnblogs.com/BTQ/archive/2010/01/10/1643409.html</id><title type="text">Win32.Induc 系列病毒，Delphi程序员的梦魇！</title><summary type="text">金山云安全中心近日在国内率先截获了一个针对计算机程序员、尤其是Delphi使用者的病毒“Delphi梦魇”（Win32.Induc.b.820224 ），简单描述该毒行为，就是：它专门感染Delphi程序员的电脑，一旦成功，程序员今后写出的任何程序，都将带有该毒！噩梦的成长过程当随着被感染文件进入电脑系统，“Delphi梦魇”就开始检验系统中是否有D...</summary><published>2010-01-10T02:13:00Z</published><updated>2010-01-10T02:13:00Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BTQ/archive/2010/01/10/1643409.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/archive/2010/01/10/1643409.html"/><content type="text">金山云安全中心近日在国内率先截获了一个针对计算机程序员、尤其是Delphi使用者的病毒“Delphi梦魇”（Win32.Induc.b.820224 ），简单描述该毒行为，就是：它专门感染Delphi程序员的电脑，一旦成功，程序员今后写出的任何程序，都将带有该毒！噩梦的成长过程当随着被感染文件进入电脑系统，“Delphi梦魇”就开始检验系统中是否有D...</content></entry><entry><id>http://www.cnblogs.com/BTQ/archive/2009/05/25/1489115.html</id><title type="text">C# 4.0新特性dynamic有何用？</title><summary type="text">这两天看到园子里面有几篇关于dynamic怎么用的文章，咋一看搞不明白这个dynamic到底有啥用，反而让我多了两个问题：1、写程序时少了智能感知；2、运行程序时速度变慢(反射)。今天看完New features in CSharp 4.docx才恍然明白，趁着没事，把东西整理一下，希望能对暂时还不明白dynamic有什么用的朋友提供一些参考。当然，由于本人才疏学浅，不保证所有的观点都是正确的，希望大家用辩证的眼光来看这篇文章，如有错误之处，请大伙批评指正。</summary><published>2009-05-25T12:13:00Z</published><updated>2009-05-25T12:13:00Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BTQ/archive/2009/05/25/1489115.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/archive/2009/05/25/1489115.html"/><content type="text">这两天看到园子里面有几篇关于dynamic怎么用的文章，咋一看搞不明白这个dynamic到底有啥用，反而让我多了两个问题：1、写程序时少了智能感知；2、运行程序时速度变慢(反射)。今天看完New features in CSharp 4.docx才恍然明白，趁着没事，把东西整理一下，希望能对暂时还不明白dynamic有什么用的朋友提供一些参考。当然，由于本人才疏学浅，不保证所有的观点都是正确的，希望大家用辩证的眼光来看这篇文章，如有错误之处，请大伙批评指正。</content></entry><entry><id>http://www.cnblogs.com/BTQ/archive/2008/09/02/1282197.html</id><title type="text">asp.net中使用Page.Validate()和Page.IsValid进行服务器端验证</title><summary type="text">    通常我们在ASPX上面设置各种验证控件就可以对表单输入项进行检查，但这个功能在客户端关掉JavaScript之后，就over了。    为了防止某些坏人搞破坏，ASP.NET在Page_Load事件之后，会执行Page.Validate()去启动验证控件的服务器端验证代码，验证结果会放入Page.IsValid中，这样我们在后续的代码中就可以通过Page.IsValid来判断全部数据是否合法。</summary><published>2008-09-02T09:35:00Z</published><updated>2008-09-02T09:35:00Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BTQ/archive/2008/09/02/1282197.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/archive/2008/09/02/1282197.html"/><content type="text">    通常我们在ASPX上面设置各种验证控件就可以对表单输入项进行检查，但这个功能在客户端关掉JavaScript之后，就over了。    为了防止某些坏人搞破坏，ASP.NET在Page_Load事件之后，会执行Page.Validate()去启动验证控件的服务器端验证代码，验证结果会放入Page.IsValid中，这样我们在后续的代码中就可以通过Page.IsValid来判断全部数据是否合法。</content></entry><entry><id>http://www.cnblogs.com/BTQ/archive/2008/05/30/1210892.html</id><title type="text">死循环</title><summary type="text">从一个侧面反映世间万物都有联系的~~</summary><published>2008-05-30T10:09:00Z</published><updated>2008-05-30T10:09:00Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BTQ/archive/2008/05/30/1210892.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/archive/2008/05/30/1210892.html"/><content type="text">从一个侧面反映世间万物都有联系的~~</content></entry><entry><id>http://www.cnblogs.com/BTQ/archive/2008/05/29/1209738.html</id><title type="text">[收藏]"Automation服务器不能创建对象" 的多种解决办法</title><summary type="text">VS 2003有时会出现“Automation服务器不能创建对象”的故障，有些人只运行regsvr32 scrrun.dll就可以解决，但有很多情况下，这个办法也解决不了。今天偶然看到这篇文章，列举了5种处理办法，不知有没有用，收藏下来先，以后死马当活马医。 :)</summary><published>2008-05-29T02:28:00Z</published><updated>2008-05-29T02:28:00Z</updated><author><name>B.T.Q</name><uri>http://www.cnblogs.com/BTQ/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BTQ/archive/2008/05/29/1209738.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BTQ/archive/2008/05/29/1209738.html"/><content type="text">VS 2003有时会出现“Automation服务器不能创建对象”的故障，有些人只运行regsvr32 scrrun.dll就可以解决，但有很多情况下，这个办法也解决不了。今天偶然看到这篇文章，列举了5种处理办法，不知有没有用，收藏下来先，以后死马当活马医。 :)</content></entry></feed>
