<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>旋风的专栏</title><link>http://blog.csdn.net/wxg22526451/</link><description>DotNet技术</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 23 Oct 2008 16:15:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>旋风</dc:creator><title>SQL替换字段字符串</title><link>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3130482.aspx</link><pubDate>Thu, 23 Oct 2008 15:46:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3130482.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/3130482.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3130482.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/3130482.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3130482</trackback:ping><description>SQL替换字段字符串&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/3130482.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>SQL搜索字符串对应的表和字段</title><link>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129873.aspx</link><pubDate>Thu, 23 Oct 2008 13:44:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129873.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/3129873.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129873.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/3129873.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3129873</trackback:ping><description>--SQL搜索字符串对应的表和字段declare @str varchar(100)set @str='关键字'  --要搜索的字符串declare @s varchar(8000)declare tb cursor local forselect s='if exists(select 1 from ['+b.name+'] where ['+a.name+'] like ''%'+@str+'%'') print ''所在的表及字段: ['+b.name+'].['+a.name+']'''from syscolumns a join sysobjects b on a.id=b.idwhere b.xtype='U' and a.status&gt;=0 and a.xusertype in(175,239,231,167)open tbfetch next from tb into @swhile @@fetch_status=0begin exec(@s) fetch next from tb into @sendclose tbdeallocate tb&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/3129873.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>GridView的父子窗口的值传递(弹出层方式)</title><link>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129837.aspx</link><pubDate>Thu, 23 Oct 2008 13:36:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129837.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/3129837.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/10/23/3129837.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/3129837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3129837</trackback:ping><description>贴子地址：http://topic.csdn.net/u/20081022/22/a2565ec7-cfbe-419f-bf6a-09af93c7ed8d.html?seed=1470380539&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/3129837.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>JS支持负数的进制转换和产生随机颜色</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/25/2980222.aspx</link><pubDate>Thu, 25 Sep 2008 21:13:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/25/2980222.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2980222.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/25/2980222.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2980222.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2980222</trackback:ping><description>&lt;br /&gt;进制转换&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2980222.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>SQL查询重复处理记录</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966777.aspx</link><pubDate>Tue, 23 Sep 2008 12:03:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966777.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2966777.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966777.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2966777.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2966777</trackback:ping><description>--1、用于查询重复处理记录(如果列没有大小关系时2000用生成自增列和临时表处理,SQL2005用row_number函数处理) --&gt; --&gt; (Roy)生成測試數據 if not object_id('Tempdb..#T') is null&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2966777.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>C#反射实体类</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966759.aspx</link><pubDate>Tue, 23 Sep 2008 11:59:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966759.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2966759.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966759.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2966759.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2966759</trackback:ping><description>using System;using System.Collections.Generic;using System.Text;using System.Reflection;namespa&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2966759.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>C#统计分隔的数据</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966740.aspx</link><pubDate>Tue, 23 Sep 2008 11:54:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966740.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2966740.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/23/2966740.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2966740.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2966740</trackback:ping><description>&lt;br /&gt;返回Hashtable          //DataTable数据             DataTable dt = new DataTable();            dt.Columns.A&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2966740.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>SQL统计报表中1-12月的数据</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924149.aspx</link><pubDate>Sat, 13 Sep 2008 19:08:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924149.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2924149.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924149.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2924149.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2924149</trackback:ping><description>------------------------------Author:旋风--Date:2008-09-11 --Version:V1.0--Memo:SQL统计报表中1-12月的数据------------------------------&gt; 测试数据: [Accident_Report]if object_id(&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2924149.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>C# 排列出所有不相同且无重复数字的N位数</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924113.aspx</link><pubDate>Sat, 13 Sep 2008 18:57:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924113.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2924113.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/13/2924113.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2924113.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2924113</trackback:ping><description>       /*----------------------------------------*/        //Author:旋风         //Date:2008-09-13 19:02:51 &amp;&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2924113.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>SQL自动生成月份天数列</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/12/2919305.aspx</link><pubDate>Fri, 12 Sep 2008 21:32:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/12/2919305.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2919305.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/12/2919305.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2919305.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2919305</trackback:ping><description>/*author:旋风date:2008-9-12 21:21:00version:V1.0memo:SQL自动生成月份天数列*/--&gt; 测试数据: [T]if&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2919305.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>JS版连连看</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898334.aspx</link><pubDate>Mon, 08 Sep 2008 10:52:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898334.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2898334.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898334.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2898334.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2898334</trackback:ping><description> 游戏地址：http://bolm.cn/game/llk/&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2898334.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>行列互转整理</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898318.aspx</link><pubDate>Mon, 08 Sep 2008 10:49:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898318.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2898318.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898318.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2898318.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2898318</trackback:ping><description> 
/******************************************************************************************************************************************************以学生成绩为例子，比较形象易懂整理人：中国风(Roy)日期:2008.06.06&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2898318.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>合并分拆表数据</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898297.aspx</link><pubDate>Mon, 08 Sep 2008 10:45:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898297.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2898297.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898297.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2898297.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2898297</trackback:ping><description>  原贴地址：http://topic.csdn.net/u/20080614/17/22e73f33-f071-46dc-b9bf-321204b1656f.html/******************************************************************************************************************************************************合并分拆表数据&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2898297.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>旋风</dc:creator><title>普通行列转换</title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898271.aspx</link><pubDate>Mon, 08 Sep 2008 10:40:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898271.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2898271.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898271.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2898271.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2898271</trackback:ping><description>普通行列转换&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2898271.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>WhirlWind</dc:creator><title>NHibernate使用简介 </title><link>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898257.aspx</link><pubDate>Mon, 08 Sep 2008 10:37:00 GMT</pubDate><guid>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898257.aspx</guid><wfw:comment>http://blog.csdn.net/wxg22526451/comments/2898257.aspx</wfw:comment><comments>http://blog.csdn.net/wxg22526451/archive/2008/09/08/2898257.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wxg22526451/comments/commentRss/2898257.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2898257</trackback:ping><description>&lt;br /&gt;NHibernate使用简介 &lt;br /&gt;&lt;br /&gt;NHibernate快速指南&lt;br /&gt;&lt;br /&gt;什么是NHibernate&lt;br /&gt;&lt;br /&gt;NHibernate 是一个基于.Net 的针对关系型数据库的对象持久化类库。Nhibernate 来源于非常优秀的基于Java的Hibernate 关系型持久化工具。&lt;br /&gt;NHibernate 从数据库底层来持久化你的.Net 对象到关系型数据库。NHibernate 为你处理这些，远胜于你不得不写SQL去从数据库存取对象。你的代码仅仅和对象关联，NHibernat 自动产生SQL语句，并确保对象提交到正确的表和字段中去。&lt;br /&gt;为什么写这个指南&lt;br /&gt;&lt;br /&gt;任何熟悉Hibernate的人会发现这篇指南和Glen Smith 的A Hitchhiker's Guide to Hibernate非常相近。这里的内容正是基于他的指南，因此所有的感谢都应该给与他。&lt;br /&gt;NHibernate的文档并非每处都和Hibernate&lt;img src ="http://blog.csdn.net/wxg22526451/aggbug/2898257.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>