<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Dove.Net</title><subtitle type="text">　　〖用随笔记录自己成长的足迹...〗</subtitle><id>http://feed.cnblogs.com/blog/u/7158/rss</id><updated>2009-05-02T08:21:55Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7158/rss"/><entry><id>http://www.cnblogs.com/Dove/archive/2009/05/02/1447771.html</id><title type="text">jQuery中浏览器版本判断的一个BUG，此BUG已影响到jqModal，thickbox等多个jQuery插件的应用</title><summary type="text">jQuery浏览器版本判断的一大BUG，此BUG已影响到jqModal，thickbox等所有使用jQuery检测IE6的jQuery插件。今天发现网页中的一个脚本错误，经检查发现是使用jQuery.browser.version判断浏览器版本时将IE8.0返回成IE6.0了，网上搜索有同样的问题，但大部份人反映的结果都是正常的，再一测试原来问题了，</summary><published>2009-05-02T06:16:00Z</published><updated>2009-05-02T06:16:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2009/05/02/1447771.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2009/05/02/1447771.html"/><content type="text">jQuery浏览器版本判断的一大BUG，此BUG已影响到jqModal，thickbox等所有使用jQuery检测IE6的jQuery插件。今天发现网页中的一个脚本错误，经检查发现是使用jQuery.browser.version判断浏览器版本时将IE8.0返回成IE6.0了，网上搜索有同样的问题，但大部份人反映的结果都是正常的，再一测试原来问题了，</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2009/03/28/1424117.html</id><title type="text">[注意]你的系统中存在这个ＢＵＧ吗？（正则表达式验证）</title><summary type="text">今天在做Email发送测试时发现总是有部份邮箱发送报异常，仔细检查后发这些异常的邮箱都是包含中文及全角字母的邮箱，经过一番检查，发现验证Email格式的方法不能区分包含中文的邮箱地址。这个验证方法的正则与ASPX网页中的验证方法是一样的，而网页中的邮箱验证是没问题的，为什么这个C#写的方法就是通不过呢？反复测试才发现正则验证中要加RegexOptions.ECMAScript选项才能区分中文，AS...</summary><published>2009-03-28T13:20:00Z</published><updated>2009-03-28T13:20:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2009/03/28/1424117.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2009/03/28/1424117.html"/><content type="text">今天在做Email发送测试时发现总是有部份邮箱发送报异常，仔细检查后发这些异常的邮箱都是包含中文及全角字母的邮箱，经过一番检查，发现验证Email格式的方法不能区分包含中文的邮箱地址。这个验证方法的正则与ASPX网页中的验证方法是一样的，而网页中的邮箱验证是没问题的，为什么这个C#写的方法就是通不过呢？反复测试才发现正则验证中要加RegexOptions.ECMAScript选项才能区分中文，AS...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2009/02/24/1397347.html</id><title type="text">SQL 2005 except,intersect</title><summary type="text">查找b表中不在a表中的数据select*from#bexceptselect*from#a查找a,b两个表的交集select*from#bintersectselect*from#a</summary><published>2009-02-24T08:32:00Z</published><updated>2009-02-24T08:32:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2009/02/24/1397347.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2009/02/24/1397347.html"/><content type="text">查找b表中不在a表中的数据select*from#bexceptselect*from#a查找a,b两个表的交集select*from#bintersectselect*from#a</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2009/02/16/1391577.html</id><title type="text">[收藏　]针对IE网页浏览器不同版本解释的CSS或javascript</title><summary type="text">用法：&lt;!--[if lt IE 8]&gt;code here&lt;![endif]--&gt;解释语句如下： gt = selects greater than(高于) lt = selects less than(低于) gte = selects greater than or equal to(&gt;=) lte = selects less than or equal to(...</summary><published>2009-02-16T07:05:00Z</published><updated>2009-02-16T07:05:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2009/02/16/1391577.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2009/02/16/1391577.html"/><content type="text">用法：&lt;!--[if lt IE 8]&gt;code here&lt;![endif]--&gt;解释语句如下： gt = selects greater than(高于) lt = selects less than(低于) gte = selects greater than or equal to(&gt;=) lte = selects less than or equal to(...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/10/29/1322329.html</id><title type="text">.NET Framework 3.5中序列化成JSON数据及JSON数据的反序列化，以及jQuery的调用JSON</title><summary type="text">最近要用到jQuery调用JSON，但遇到几个问题，正面将记录下遇到的问题及解决方法。在将Object序列化成JSON时普遍是使用以下几种方式：1. 第三方组件Newtonsoft.Json.dll来序列化。2. 直接用StringBuilder拼接字符串。3. .NET3.5中的DataContractJsonSerializer很多人使用的是第三方组件来序列化，但.NET3.5中已经提供了对序...</summary><published>2008-10-29T09:54:00Z</published><updated>2008-10-29T09:54:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/10/29/1322329.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/10/29/1322329.html"/><content type="text">最近要用到jQuery调用JSON，但遇到几个问题，正面将记录下遇到的问题及解决方法。在将Object序列化成JSON时普遍是使用以下几种方式：1. 第三方组件Newtonsoft.Json.dll来序列化。2. 直接用StringBuilder拼接字符串。3. .NET3.5中的DataContractJsonSerializer很多人使用的是第三方组件来序列化，但.NET3.5中已经提供了对序...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/10/17/1313793.html</id><title type="text">Windows 2003 远程桌面连接出错解决办法。（由于协议错误，会话将被中断。请重新连接到远程计算机。）</title><summary type="text">前两天用远程桌面连接服务器时报错：由于协议错误，会话将被中断。请重新连接到远程计算机。本以为是服务器的一般性错误，以为重新启动一下服务器就能解决问题，于是让机房重启了一下服务器。可无论怎么试问题仍旧，再用其它电脑试连接，还是一样的问题，无奈只好让人去机房装了个pcAnywhere不甘心用PCA，毕竟WINDOWS自带的远程桌面使用起来还是方便许多，于是用PCA登录到服务器上仔细检查。终于在在系统日...</summary><published>2008-10-17T14:55:00Z</published><updated>2008-10-17T14:55:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/10/17/1313793.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/10/17/1313793.html"/><content type="text">前两天用远程桌面连接服务器时报错：由于协议错误，会话将被中断。请重新连接到远程计算机。本以为是服务器的一般性错误，以为重新启动一下服务器就能解决问题，于是让机房重启了一下服务器。可无论怎么试问题仍旧，再用其它电脑试连接，还是一样的问题，无奈只好让人去机房装了个pcAnywhere不甘心用PCA，毕竟WINDOWS自带的远程桌面使用起来还是方便许多，于是用PCA登录到服务器上仔细检查。终于在在系统日...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/07/04/1235461.html</id><title type="text">CSS hack:区分IE6，IE7，firefox</title><summary type="text">区别不同浏览器，CSS hack写法：区别IE6与FF： background:orange;*background:blue;区别IE6与IE7： background:green!important;background:blue;区别IE7与FF： background:orange;*background:green;区别FF，IE7，IE6： background:orange;*bac...</summary><published>2008-07-04T04:12:00Z</published><updated>2008-07-04T04:12:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/07/04/1235461.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/07/04/1235461.html"/><content type="text">区别不同浏览器，CSS hack写法：区别IE6与FF： background:orange;*background:blue;区别IE6与IE7： background:green!important;background:blue;区别IE7与FF： background:orange;*background:green;区别FF，IE7，IE6： background:orange;*bac...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/06/26/1230549.html</id><title type="text">ListView 中的一个低级 BUG</title><summary type="text">今天在使用ListView编辑记录时，遇到问题：在ItemEditing事件中使用EditItem属性经常为null，[代码]调试了半天才发现，只要当EditIndex=0时(即编辑第一条记录)EditItem属性总是为空用Reflector反射ListView的EditItem查到原因代码如下：(this._editIndex &gt; 0应该改为this._editIndex &gt;= 0)...</summary><published>2008-06-26T08:28:00Z</published><updated>2008-06-26T08:28:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/06/26/1230549.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/06/26/1230549.html"/><content type="text">今天在使用ListView编辑记录时，遇到问题：在ItemEditing事件中使用EditItem属性经常为null，[代码]调试了半天才发现，只要当EditIndex=0时(即编辑第一条记录)EditItem属性总是为空用Reflector反射ListView的EditItem查到原因代码如下：(this._editIndex &gt; 0应该改为this._editIndex &gt;= 0)...</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/05/19/1202488.html</id><title type="text">全国哀悼日 灰色CSS滤镜</title><summary type="text">全国哀悼日 灰色CSS滤镜</summary><published>2008-05-19T05:08:00Z</published><updated>2008-05-19T05:08:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/05/19/1202488.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/05/19/1202488.html"/><content type="text">全国哀悼日 灰色CSS滤镜</content></entry><entry><id>http://www.cnblogs.com/Dove/archive/2008/04/02/1134933.html</id><title type="text">将字符串对转换成字典(临时表)的自定义函数(SQL)</title><summary type="text">经常会用到这个功能所以写成了自定义函数将一对字符串转换成字典(临时表)但在自定义函数中使用RAISERROR抛出错误时会有错(存储过程中可以)，望赐教使用方法：select * from f_dic('aa,bfeab,cc,dxd,eeeee', '1,2,4,1,5')</summary><published>2008-04-02T09:34:00Z</published><updated>2008-04-02T09:34:00Z</updated><author><name>Dove.Net</name><uri>http://www.cnblogs.com/Dove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Dove/archive/2008/04/02/1134933.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Dove/archive/2008/04/02/1134933.html"/><content type="text">经常会用到这个功能所以写成了自定义函数将一对字符串转换成字典(临时表)但在自定义函数中使用RAISERROR抛出错误时会有错(存储过程中可以)，望赐教使用方法：select * from f_dic('aa,bfeab,cc,dxd,eeeee', '1,2,4,1,5')</content></entry></feed>
