<?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/13371/rss</id><updated>2008-06-29T10:13:07Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13371/rss"/><entry><id>http://www.cnblogs.com/yurichou/archive/2008/06/29/1232069.html</id><title type="text">【摄影】2008年06月07日西塘</title><summary type="text">【摄影】2008年06月07日西塘【摄影】2008年06月07日西塘</summary><published>2008-06-29T10:13:00Z</published><updated>2008-06-29T10:13:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2008/06/29/1232069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2008/06/29/1232069.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2008/06/29/1232067.html</id><title type="text">【摄影】2008年05月24日大明山</title><summary type="text">【摄影】2008年05月24日大明山（一）【摄影】2008年05月24日大明山（二）</summary><published>2008-06-29T10:12:00Z</published><updated>2008-06-29T10:12:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2008/06/29/1232067.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2008/06/29/1232067.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/11/07/951680.html</id><title type="text">2007年11月——感受黄山，天下无山。</title><summary type="text">感受黄山，天下无山。　　此次行程，杭州出发——徽杭高速——黄山翡翠谷——黄山——返回。总历时2天。翡翠谷篇　　2007年11月3日，下午2点左右，来到本次黄山之旅第一站——翡翠谷(情人谷)。此谷四面环山，谷中翡石翠林、深谷清幽。潭池美如翡翠，丽若彩珠，流光溢彩，灵秀绝伦，人称颂为&amp;#8220;人间瑶池仙境，天下第一丽水&amp;#8221;。详情见我的Webbased.Cn 黄山篇　　小泥墩是潜伏于地面暗...</summary><published>2007-11-06T22:50:00Z</published><updated>2007-11-06T22:50:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/11/07/951680.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/11/07/951680.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/10/28/940118.html</id><title type="text">将基础数据类型与字节数组相互转换</title><summary type="text">BitConverter 类将基础数据类型与字节数组相互转换。 命名空间:System程序集:mscorlib（在 mscorlib.dll 中）此类便于操作基本形式的类型。一个字节定义为一个 8 位无符号整数。举例：返回由字节数组的元素转换来的 String。 // Example of the BitConverter.ToString( byte[ ] ) method.using Syst...</summary><published>2007-10-27T16:59:00Z</published><updated>2007-10-27T16:59:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/10/28/940118.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/10/28/940118.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/10/27/940069.html</id><title type="text">托管/非托管类型对照</title><summary type="text">Wtypes.h 中的非托管类型 非托管 C 语言类型 托管类名 说明 HANDLE void* System.IntPtr 32 位 BYTE unsigned char System.Byte 8 位 SHORT short System.Int16 16 位 WORD unsigned short System.UInt16 16 位 INT int System.Int32 32 位 UI...</summary><published>2007-10-27T15:43:00Z</published><updated>2007-10-27T15:43:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940069.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/10/27/940038.html</id><title type="text">【数据库】遍历XML根下的一级节点</title><summary type="text">今天在存储过程里解析下面这份XML时遇到了一个小问题。DECLARE @Xml VARCHAR(4000)SET @Xml = '&amp;lt;?xml version="1.0" encoding="gb2312"?&amp;gt;&amp;lt;X&amp;gt;&amp;lt;I&amp;gt;Hello&amp;lt;/I&amp;gt;&amp;lt;I&amp;gt;World&amp;lt;/I&amp;gt;&amp;lt;/X&amp;gt;'DECLARE @XmlHandler IN...</summary><published>2007-10-27T15:04:00Z</published><updated>2007-10-27T15:04:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940038.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940038.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/10/27/940036.html</id><title type="text">Enterprise Library中缓存过期策略探究</title><summary type="text">今天遇到一个错误，描述如下：缓存管理器：CacheManager _cacheif(!_cache.Contains(key)){ //...做一些加载缓存操作 //_cache.Add(key, obj, CacheItemPriority.Normal, new RefreshAction(), new SlidingTime(TimeSpan.FromSeconds(1)));}return...</summary><published>2007-10-27T15:02:00Z</published><updated>2007-10-27T15:02:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940036.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/10/27/940036.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/10/26/939002.html</id><title type="text">css中的nowrap</title><summary type="text">white-space:nowrap;</summary><published>2007-10-26T09:30:00Z</published><updated>2007-10-26T09:30:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/10/26/939002.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/10/26/939002.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/09/17/896265.html</id><title type="text">2007年9月15日 九溪-五云山-梅家坞之行</title><summary type="text">终于离开喧嚣的城市，来仔细体味大自然给我们酿下的美景。 　　此次从九溪出发，一路往五云山顶，中午小憩后，至梅坞农家乐。 　　早上9点从大关出发，坐J1号线，沿途经过西湖六公园、岳庙、动物园、六和塔，最后到达九溪站。我们登山的起点就在这里。 　　挑战开始啦，行动吧！ 　　点击进入我的新BLOG看全文</summary><published>2007-09-17T11:15:00Z</published><updated>2007-09-17T11:15:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/09/17/896265.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/09/17/896265.html"/></entry><entry><id>http://www.cnblogs.com/yurichou/archive/2007/09/10/888963.html</id><title type="text">宝气狗的新闻博开始使用http://webbased.cn</title><summary type="text">这个blog主要用来尝试翻译或转载一些国外的IT新闻当然以后也会加入一些生活札记及技术文章。BLOG域名：http://webbased.cn/</summary><published>2007-09-10T13:05:00Z</published><updated>2007-09-10T13:05:00Z</updated><author><name>宝气狗</name><uri>http://www.cnblogs.com/yurichou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yurichou/archive/2007/09/10/888963.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yurichou/archive/2007/09/10/888963.html"/></entry></feed>
