<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_珍于型,恒于心</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/37770/rss</id><updated>2010-07-26T04:40:48Z</updated><author><name>草样绿想</name><uri>http://www.cnblogs.com/cylx00/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cylx00/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/37770/rss"/><entry><id>http://www.cnblogs.com/cylx00/archive/2010/07/26/1785181.html</id><title type="text">淡来淡去</title><summary type="text">越长大就越想回到童年； 没有惊鸿一睥，没有所谓振动， 一切只是淡淡的。 喜欢淡淡的感觉， 不浓烈，但长久。 喜欢淡淡过日子， 舒适而惬意。 不愿遭受排江倒海的情感， 无力承受，只想逃跑。 浅浅的，自然的， 蕴含一种不浅的情感， 是默默地累积而来。 不愿说前世今生如何， 只愿携手共进未来。</summary><published>2010-07-26T04:41:00Z</published><updated>2010-07-26T04:41:00Z</updated><author><name>草样绿想</name><uri>http://www.cnblogs.com/cylx00/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cylx00/archive/2010/07/26/1785181.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cylx00/archive/2010/07/26/1785181.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;/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;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/cylx00/aggbug/1785181.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/cylx00/archive/2010/07/26/1785181.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/cylx00/archive/2009/07/07/1518251.html</id><title type="text">UltraWinGrid主从表</title><summary type="text">想要实现主表一行在对应的从表中有数据时，则加号显示；无数据时，则不显示加号。（如果父表的某行关系到子表没有记录的话,把"+"去掉） foreach (UltraGridRow row in this.UG_BalanceBillList.Rows.GetRowEnumerator(Infragistics.Win.UltraWinGrid.GridRowType.DataRow, this.UG_...</summary><published>2009-07-07T03:19:00Z</published><updated>2009-07-07T03:19:00Z</updated><author><name>草样绿想</name><uri>http://www.cnblogs.com/cylx00/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cylx00/archive/2009/07/07/1518251.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cylx00/archive/2009/07/07/1518251.html"/></entry><entry><id>http://www.cnblogs.com/cylx00/archive/2008/05/30/cylx00.html</id><title type="text">DataTable使用时的小问题</title><summary type="text">1.在使用DataTable.Select()方法时，对其中的条件使用，我一直都没用到以时间为条件的．昨天，我要判断在select方法中判断日期是否相等，开始我是这样写的：DataTable.Select(" BeginDate="+Convert.DateTime(dt1.Rows[0]["StartDate"]+"");字段BeginDate是日期型，字段StartDate也是日期，应该相等吧...</summary><published>2008-05-30T04:18:00Z</published><updated>2008-05-30T04:18:00Z</updated><author><name>草样绿想</name><uri>http://www.cnblogs.com/cylx00/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cylx00/archive/2008/05/30/cylx00.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cylx00/archive/2008/05/30/cylx00.html"/></entry><entry><id>http://www.cnblogs.com/cylx00/archive/2008/05/23/1205868.html</id><title type="text">读excel文件至DataTable</title><summary type="text">今天是我注册博客园的日子，不知道写什么才好．就写下工作中遇到的事情．　　在.net中读excel文件的代码网上是多之又多，当初在网上搜索了一段，用的是OLEDB方法，我也不例外，但客户多次向我公司反映，导入的数据，明明是有值的，但显示为空．说不能识别文本文字，只能识别数字类型．测试了又测试，在连接字符串中加上＂Provider=Microsoft.Jet.OLEDB.4.0;Data Source...</summary><published>2008-05-23T08:06:00Z</published><updated>2008-05-23T08:06:00Z</updated><author><name>草样绿想</name><uri>http://www.cnblogs.com/cylx00/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cylx00/archive/2008/05/23/1205868.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cylx00/archive/2008/05/23/1205868.html"/></entry></feed>
