<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_阿泰的软件实用主义</title><subtitle type="text">水晶报表/BOE</subtitle><id>http://feed.cnblogs.com/blog/u/10122/rss</id><updated>2011-08-03T04:43:10Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10122/rss"/><entry><id>http://www.cnblogs.com/babyt/archive/2011/07/14/2106705.html</id><title type="text">水晶报表问题交流与答疑帖-2011/07-08-09</title><summary type="text">有问题请在此贴跟贴回复，我亦会在此贴回复。请不要到无关的帖子中跟帖请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。请您遵守以下规则：提问内容中请不要出现 感叹号，跪求等字样。请尽量不要称呼我为楼主...请尽量不要冒充女性。谢谢。另外提醒一下，可以用页面左边的“找找看”，或许之前的一些文字能直接解决你的问题。请不要发送博客园短信，经常注意不到那个位置。</summary><published>2011-07-14T10:43:00Z</published><updated>2011-07-14T10:43:00Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><link rel="alternate" href="http://www.cnblogs.com/babyt/archive/2011/07/14/2106705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/archive/2011/07/14/2106705.html"/><content type="html">&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;有问题请在此贴跟贴回复，我亦会在此贴回复。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;请不要到无关的帖子中跟帖&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;font style="background-color: #c7edcc"&gt;请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;span style="line-height: 15px; color: red"&gt;请您遵守以下规则：&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc; color: red; font-size: 12pt"&gt;提问内容中请不要出现 感叹号，跪求等字样。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要称呼我为楼主...&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要冒充女性。&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;谢谢。&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong style="line-height: 19px; color: #3366ff"&gt;另外提醒一下，可以用页面左边的&amp;#8220;找找看&amp;#8221;，或许之前的一些文字能直接解决你的问题。&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&lt;span style="color: #3366ff"&gt;请不要发送博客园短信，经常注意不到那个位置。&lt;/span&gt;&lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt; &lt;img src="http://www.cnblogs.com/babyt/aggbug/2106705.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/babyt/archive/2011/07/14/2106705.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/babyt/archive/2011/03/28/1998118.html</id><title type="text">Oracle中可选参数的处理</title><summary type="text">今天遇到这么个小问题，说来也常见。就记录一下。查询 一个输入范围 内的 数据： Select * from table1 Where fld1&amp;gt;=A and fld&amp;lt;=B其中A，B均为可选输入项目，有如下几种组合：1：A有值，B无值，即Select * from table1 Wherefld1&amp;gt;=A2：A有值，B有值，即Select * from table1 Wherefld1&amp;gt;=A and fld&amp;lt;=B3：A无值，B无值，即 Select * from table14：A无值，B有值，即Select * from table1 Where fld&amp;lt;=B</summary><published>2011-03-28T13:20:00Z</published><updated>2011-03-28T13:20:00Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><link rel="alternate" href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998118.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998118.html"/><content type="html">&lt;span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" &gt; &#xD;
&lt;div style="background-color: rgb(255,255,255); margin: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(0,0,0); font-size: 12px; background-origin: initial; background-clip: initial"&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;今天遇到这么个小问题，说来也常见。就记录一下。&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;查询 一个输入范围 内的 数据： Select * from table1 Where fld1&amp;gt;=A and fld&amp;lt;=B&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;其中A，B均为可选输入项目，有如下几种组合：&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;1：A有值，B无值，即&amp;nbsp;Select * from table1 Where&amp;nbsp;fld1&amp;gt;=A&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;2：A有值，B有值，即&amp;nbsp;Select * from table1 Where&amp;nbsp;fld1&amp;gt;=A and fld&amp;lt;=B&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;3：A无值，B无值，即 Select * from table1&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;4：A无值，B有值，即&amp;nbsp;Select * from table1 Where &amp;nbsp;fld&amp;lt;=B&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;基本语法如下（Oracle），其中fld1字段为数值型函数&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;Select * from table1&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;Where&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;decode('&amp;amp;1','',1,fld1)&amp;gt;=to_number(decode('&amp;amp;1','',1,'&amp;amp;1'))&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;and&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;decode('&amp;amp;2','',1,fld1)&amp;lt;=to_number(decode('&amp;amp;2','',1,'&amp;amp;2'))&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;基本思路是：&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;如果输入的值为空，则主动给一个1，将比对字段也设为1。&lt;br /&gt;这样当值为空时，这个条件转化为1&amp;gt;=1，恒定为true，从而使该条件失效（说有效也可以）。&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;同理，如果只是对于一个可选参数，就是&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;Select * from table1&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;Where&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px"&gt;decode('&amp;amp;1','',1,fld1)&amp;gt;=to_number(decode('&amp;amp;1','',1,'&amp;amp;1'))&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;img src="http://www.cnblogs.com/babyt/aggbug/1998118.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998118.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/babyt/archive/2011/03/28/1998106.html</id><title type="text">水晶报表问题交流与答疑帖-2011/04-05-06</title><summary type="text">最近数月工作相当忙碌，所以基本上没有在论坛或博客里回复问题了。但是来自博客回复和短消息的提问却有增无减，有时候很惭愧，辜负了大家的期待。决定自即日起，恢复在博客中的答疑。不求最快解决，但求尽量给予回应。以前的提问就不一一回应了，还没有解决的，烦请再在文中发一次。下面是一直沿用的提问规则有问题请在此贴跟贴回复，我亦会在此贴回复。请不要到无关的帖子中跟帖请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。请您遵守以下规则：提问内容中请不要出现 感叹号，跪求等字样。请尽量不要称呼我为楼主...请尽量不要冒充女性。谢谢。另外提醒一下，可以用页面左边的“找找看”，或许之前的一些文字能直接解决你的问</summary><published>2011-03-28T13:06:00Z</published><updated>2011-03-28T13:06:00Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><link rel="alternate" href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998106.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998106.html"/><content type="html">&lt;p&gt;最近数月工作相当忙碌，所以基本上没有在论坛或博客里回复问题了。&lt;/p&gt;&#xD;
&lt;p&gt;但是来自博客回复和短消息的提问却有增无减，有时候很惭愧，辜负了大家的期待。&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;决定自即日起，恢复在博客中的答疑。不求最快解决，但求尽量给予回应。&lt;/p&gt;&#xD;
&lt;p&gt;以前的提问就不一一回应了，还没有解决的，烦请再在文中发一次。&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;下面是一直沿用的提问规则&lt;/p&gt;&#xD;
&lt;p&gt;&lt;hr /&gt;&#xD;
&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;有问题请在此贴跟贴回复，我亦会在此贴回复。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;请不要到无关的帖子中跟帖&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;font style="background-color: #c7edcc"&gt;请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;span style="line-height: 15px; color: red"&gt;请您遵守以下规则：&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc; color: red; font-size: 12pt"&gt;提问内容中请不要出现 感叹号，跪求等字样。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要称呼我为楼主...&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要冒充女性。&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;谢谢。&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong style="line-height: 19px; color: #3366ff"&gt;另外提醒一下，可以用页面左边的&amp;#8220;找找看&amp;#8221;，或许之前的一些文字能直接解决你的问题。&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&lt;span style="color: #3366ff"&gt;请不要发送博客园短信，经常注意不到那个位置。&lt;/span&gt;&lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;  &lt;img src="http://www.cnblogs.com/babyt/aggbug/1998106.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998106.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/babyt/archive/2010/07/28/1787411.html</id><title type="text">水晶报表问题交流与答疑帖-2010/07-08-09【关闭】</title><summary type="text">有问题请在此贴跟贴回复，我亦会在此贴回复。请不要到无关的帖子中跟帖请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。请您遵守以下规则：提问内容中请不要出现 感叹号，跪求等字样。请尽量不要称呼我为楼主...请尽量不要冒充女性。谢谢。另外提醒一下，可以用页面左边的“找找看”，或许之前的一些文字能直接解决你的问题。请不要发送博客园短信，经常注意不到那个位置。有问题请到此处：水晶报表问题交流与答疑帖-2011/04-05-06</summary><published>2010-07-28T14:47:00Z</published><updated>2010-07-28T14:47:00Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><link rel="alternate" href="http://www.cnblogs.com/babyt/archive/2010/07/28/1787411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/archive/2010/07/28/1787411.html"/><content type="html">&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;有问题请在此贴跟贴回复，我亦会在此贴回复。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;请不要到无关的帖子中跟帖&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;font style="background-color: #c7edcc"&gt;请尽量描述清楚你的问题和需要，我的理解能力不是很强，呵呵。&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;span style="line-height: 15px; color: red"&gt;请您遵守以下规则：&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;font style="background-color: #c7edcc; color: red; font-size: 12pt"&gt;提问内容中请不要出现 感叹号，跪求等字样。&lt;/font&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要称呼我为楼主...&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;请尽量不要冒充女性。&lt;br /&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;谢谢。&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong style="line-height: 19px; color: #3366ff"&gt;另外提醒一下，可以用页面左边的&amp;#8220;找找看&amp;#8221;，或许之前的一些文字能直接解决你的问题。&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&lt;span style="color: #3366ff"&gt;请不要发送博客园短信，经常注意不到那个位置。&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&lt;span style="color: #3366ff"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&lt;span style="background-color: yellow; color: #3366ff"&gt;有问题请到此处：&lt;a  href="http://www.cnblogs.com/babyt/archive/2011/03/28/1998106.html"&gt;&lt;font color="#222222"&gt;&lt;span style="background-color: yellow"&gt;水晶报表问题交流与答疑帖-2011/04-05-06&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/font&gt;&lt;/strong&gt;&#xD;
&lt;p style="margin: 0px auto 10px"&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/strong&gt;&lt;img src="http://www.cnblogs.com/babyt/aggbug/1787411.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/babyt/archive/2010/07/28/1787411.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/babyt/archive/2010/03/21/1691137.html</id><title type="text">【公告】如果发现博客中图片或文件丢失，请在本贴中回复中贴上URL</title><summary type="text">因为网站空间到期，导致博客中部分文件丢失。如果有此情况影响您的阅读和访问，请在本文后面留言贴上文章地址或附件地址。我会在第一时间修正。</summary><published>2010-03-21T12:20:00Z</published><updated>2010-03-21T12:20:00Z</updated><author><name>阿泰</name><uri>http://www.cnblogs.com/babyt/</uri></author><link rel="alternate" href="http://www.cnblogs.com/babyt/archive/2010/03/21/1691137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/babyt/archive/2010/03/21/1691137.html"/><content type="html">&lt;p&gt;因为网站空间到期，导致博客中部分文件丢失。&lt;/p&gt;&lt;p&gt;如果有此情况影响您的阅读和访问，请在本文后面留言贴上文章地址或附件地址。&lt;/p&gt;&lt;p&gt;我会在第一时间修正。&amp;nbsp;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/babyt/aggbug/1691137.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/babyt/archive/2010/03/21/1691137.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry></feed>
