<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_.net</title><subtitle type="text">我相信这个世界上有神,其实神也是人,只不过他做到了人做不到的事情,所以他变成了神</subtitle><id>http://feed.cnblogs.com/blog/u/12552/rss</id><updated>2008-08-03T16:34:54Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12552/rss"/><entry><id>http://www.cnblogs.com/fireplume/archive/2008/04/27/1172683.html</id><title type="text">linq  to sql的多条件动态查询</title><summary type="text">linq to sql的多条件动态查询确实是一件头痛的事情，用表达式树或反射方法要写一大堆代码，有时候想想与其这么复杂，还不如回到手动sql拼接的年代，但是技术总是向前发展的，终归还是要在linq上解决这一问题，无意在网上发现一个还算比较简单的办法，分享一下:voidShowData(){using(DBDataContextdb=newDBDataContext(Database.Connect...</summary><published>2008-04-26T16:16:00Z</published><updated>2008-04-26T16:16:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2008/04/27/1172683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2008/04/27/1172683.html"/></entry><entry><id>http://www.cnblogs.com/fireplume/archive/2008/04/08/1142750.html</id><title type="text">SQL Server 2005中的T-SQL增强</title><summary type="text">1、新的异常处理结构2、可以捕获和处理过去会导致批处理终止的错误前提是这些错误不会导致连接中断（通常是严重程度为21以上的错误，例如，表或数据库完整性可疑、硬件错误等等。）。3、TRY/CATCH 构造SET XACT_ABORT ON BEGIN TRY &amp;lt;core logic&amp;gt; END TRY BEGIN CATCH TRAN_ABORT &amp;lt;exception handlin...</summary><published>2008-04-08T09:47:00Z</published><updated>2008-04-08T09:47:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2008/04/08/1142750.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2008/04/08/1142750.html"/></entry><entry><id>http://www.cnblogs.com/fireplume/archive/2007/12/06/985811.html</id><title type="text">关于Event Validation</title><summary type="text">ASP.NET 2.0 增加了一个新特性: Event Validation. 这个特性会对 PostBack 的值进行验证，确保是合法的值。其实现原理是在页面 Render 的时候，ASP.NET 引擎会对控件的可能的值以及控件的 UniqueID 进行 hash 计算，得到一个值。页面里所有需要回发的控件的这些计算值就组成了一个列表，组合后放在隐藏字段 __EVENTVALIDATION 中。...</summary><published>2007-12-06T12:00:00Z</published><updated>2007-12-06T12:00:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2007/12/06/985811.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2007/12/06/985811.html"/></entry><entry><id>http://www.cnblogs.com/fireplume/archive/2007/11/28/975788.html</id><title type="text">ajax效果收藏</title><summary type="text">Ajallerix : AJAX, simple, fast Web image gallery demo ; at NovellAJAX - microlink pattern tutorial : A microlink is a link that opens up content below it.Ajax BBC News RSS Reader : demo by Nigel Crawl...</summary><published>2007-11-28T08:22:00Z</published><updated>2007-11-28T08:22:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2007/11/28/975788.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2007/11/28/975788.html"/></entry><entry><id>http://www.cnblogs.com/fireplume/archive/2007/04/19/719693.html</id><title type="text">支持登陆后再偷的</title><summary type="text">用这东西可以做出自动登陆论坛发贴回帖了自动投票了自动登陆，然后偷取资料等等了，大家自己发挥吧&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;极力推荐大家好好研究一下，大大地有帮助。（个人感觉，对我帮助很大）/** * http协议操作模块：简化了 Get和Post请求。* * */using System;using System.Net ;namespace stealweb{ /// ...</summary><published>2007-04-19T07:15:00Z</published><updated>2007-04-19T07:15:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2007/04/19/719693.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2007/04/19/719693.html"/></entry><entry><id>http://www.cnblogs.com/fireplume/archive/2005/07/21/197562.html</id><title type="text">郁闷~郁闷~</title><summary type="text">想杀人！ 一个小问题弄了2个小时！ 哎~ 以前的BLOG被关了好久了 ~ 虽然也没有写日志的习惯，但是还是可以放一些好的东东！呵呵！ 从今天开始，在CNBLOGS 里好好学习 天天上网！</summary><published>2005-07-21T10:43:00Z</published><updated>2005-07-21T10:43:00Z</updated><author><name>星光熠熠</name><uri>http://www.cnblogs.com/fireplume/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fireplume/archive/2005/07/21/197562.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fireplume/archive/2005/07/21/197562.html"/></entry></feed>
