<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[少斌的生活Blog]]></title> 
<link>http://www.shaobin.cn/index.php</link> 
<description><![CDATA[用平实的文字，书写渺小的我]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[少斌的生活Blog]]></copyright>
<item>
<link>http://www.shaobin.cn/read.php/71.htm</link>
<title><![CDATA[8月24日，一段有意义的话]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Tue, 24 Aug 2010 02:04:20 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/71.htm</guid> 
<description>
<![CDATA[ 
	记得前几天某个会上，同事分享了一本书中的一段话（大意）：<br /><br />每个月给自己的未来做一个规划，<br />并且可以回过头看看直击的人生规划，每个月都有什么变化&hellip;&hellip;<br /><br />很帅气的一段话，真的很帅气的一段话
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/70.htm</link>
<title><![CDATA[8月24日，微博生活]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Tue, 24 Aug 2010 02:02:15 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/70.htm</guid> 
<description>
<![CDATA[ 
	玩了好一阵子微博，从一开始的新鲜、好奇到后来的信任、依赖，再到最后的淡而无味，似乎只用了1个月不到&hellip;&hellip;<br /><br />这或许就是一个新鲜事物的生命周期，也或许是我对一个事物的关注持久度吧。<br /><br />总的说来，我的生活中从此多了微博。<br />它就像一个生活习惯，没事翻翻微博看看别人说什么，或者自己去唠叨一把。就和无聊出去逛街一般。<br /><br />至于他什么时候淡出我的生活呢&hellip;&hellip;<br />可能嚼巴嚼巴直到无味吧 :-)<br /><br /><br />有玩微博的朋友可以 @居高临下的眼神 。
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/69.htm</link>
<title><![CDATA[8月10号，小小生日]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Thu, 12 Aug 2010 01:13:34 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/69.htm</guid> 
<description>
<![CDATA[ 
	7月初一，我生日了。我一直记得6号是公历一直念叨念叨。到了8、9号我反而不记得10号是农历生日了。真的忘记了。<br /><br />依旧到12点才要睡觉。老婆找了个理由跑出去了，然后突然把灯一关。捧着一盆子果冻进来。给我过生日来了<img src="images/emot/shy.gif" border="0" /><br /><br />这时候我才反映过来 原来我生日啦。 小小感动一下， 后来放下这个果冻&ldquo;蛋糕&rdquo;，从柜子中拿出一个礼物<img src="images/emot/sweat.gif" border="0" />，什么时候放进去的我都不知道。。。<br /><br />然后娓娓道来今天奔波劳碌为我买礼物、还要偷偷摸摸的准备。<br /><br />别说，我听了都觉得很奔波，真是辛苦了老婆！<img src="images/emot/love.gif" border="0" /><br /><br />细节不与外人道，谢谢老婆。<img src="images/emot/love.gif" border="0" />下面放照片数张。<br /><br /><br /><img class="insertimage" src="attachment.php?fid=95" border="0" /><br /><br /><img class="insertimage" src="attachment.php?fid=96" border="0" /><br /><br /><img class="insertimage" src="attachment.php?fid=97" border="0" />
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/66.htm</link>
<title><![CDATA[关于LINQ的一些关键字、链接]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Tue, 27 Jul 2010 15:59:38 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/66.htm</guid> 
<description>
<![CDATA[ 
	LINQ性能相关连接：<br /><br /><br />觉得有必要来澄清几组重要概念<br /><a href="http://www.cnblogs.com/JeffreyZhao/archive/2008/06/04/ajax-linq-lambda-expression.html">http://www.cnblogs.com/JeffreyZhao/archive/2008/06/04/ajax-linq-lambda-expression.html</a><br /><br />Linq to SQL的Select性能测试 <br /><a href="http://www.cnblogs.com/blusehuang/archive/2007/07/09/811075.html">http://www.cnblogs.com/blusehuang/archive/2007/07/09/811075.html</a><br /><br />是否会成为问题&mdash;&mdash;Linq to Sql的执行可能无法复用查询计划<br /><a href="http://www.cnblogs.com/JeffreyZhao/archive/2007/11/21/linq-to-sql-cannot-cache-compiled-plan.html">http://www.cnblogs.com/JeffreyZhao/archive/2007/11/21/linq-to-sql-cannot-cache-compiled-plan.html</a><br /><br />Linq to Sql : 三种事务处理方式<br /><a href="http://kb.cnblogs.com/a/1657552/">http://kb.cnblogs.com/a/1657552/</a><br /><br /><br />我也来谈一谈linq to Sql为什么会被微软放弃。<br /><a href="http://www.cnblogs.com/frand/archive/2009/04/28/1369009.html">http://www.cnblogs.com/frand/archive/2009/04/28/1369009.html</a><br /><br /><br />实现类似LINQ TO SQL的功能, 轻量级的数据访问组件 <br /><a href="http://www.cnblogs.com/Dah/archive/2007/08/27/869081.html">http://www.cnblogs.com/Dah/archive/2007/08/27/869081.html</a><br /><br />不得不为LINQ说几句话，驳&ldquo;LINQ已死&rdquo;论 <br /><a href="http://www.cnblogs.com/terrylee/archive/2009/01/05/linq-and-linq-to-sql.html">http://www.cnblogs.com/terrylee/archive/2009/01/05/linq-and-linq-to-sql.html</a><br /><br /><br />在cnblogs 搜索linq，发现热点文章基本上都是在2008-2009年编写的，2010年以后大家对linq的关注基本上少了很多。<br /><a href="http://zzk.cnblogs.com/s?w=linq">http://zzk.cnblogs.com/s?w=linq</a><br /><br /><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: #000000; 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" class="Apple-style-span"><span style="line-height: 22px; font-family: arial; white-space: pre; font-size: 16px" class="Apple-style-span">Entity Framework</span></span>
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/65.htm</link>
<title><![CDATA[LINQ:修改数据的方法]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Tue, 27 Jul 2010 15:22:47 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/65.htm</guid> 
<description>
<![CDATA[ 
	<span style="font-family: Verdana"><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br /></span><span style="font-family: Verdana"><p><span style="font-family: Verdana">//修改数据<br />protected void EditData()<br />&#123;<br />DataContext dbContext = new DataContext(&quot;data Source=192.168.0.66;database=LSS1;user id=sa;pwd=xit&quot;);<br />Table&lt;User&gt; users = dbContext.GetTable&lt;User&gt;();</span></p><p><span style="font-family: Verdana">var result = from user in users<br />where user.UserName == this.txtUserName.Text.Trim()<br />select user;</span></p><p><span style="font-family: Verdana">foreach (User u in result)<br />&#123;<br />u.Age = Convert.ToInt32(this.txtNewAge.Text.Trim().ToString());<br />&#125;</span></p><p><span style="font-family: Verdana">dbContext.SubmitChanges();</span></p><p><span style="font-family: Verdana">&#125;</span></p><p></div></div><br />重点是：<br />实例化DataContext的参数可以直接带入数据库连接语句。<br />虽然非常不推荐此用法，但或许可以在某些特殊场合灵活的应用。</p></span>
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/64.htm</link>
<title><![CDATA[7月21日，文塔市场发现歌仔戏]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Thu, 22 Jul 2010 05:35:07 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/64.htm</guid> 
<description>
<![CDATA[ 
	晚上大概7点左右在文塔市场惊奇的发现竟然有一出歌仔戏（芗剧）。也不知道是什么人请来的。不过依旧无比兴奋。<br /><br /><br /><br />正在演出中的剧目，虽然我不知道是啥&hellip;&hellip;<br /><img class="insertimage" src="attachment.php?fid=88" border="0" /><br /><br /><br /><br />台下一大堆的观众，其中以上了年纪的居多。<br /><img class="insertimage" src="attachment.php?fid=89" border="0" /><br /><br /><br /><br /><br />从侧面可以看到台上的灯光打得是如此强烈，演员其实很辛苦的。<br /><img class="insertimage" src="attachment.php?fid=90" border="0" /><br /><br /><br /><br /><br />后台。。。 卸妆的，喝水的，背剧本的&hellip;&hellip;<br /><img class="insertimage" src="attachment.php?fid=91" border="0" /><br /><br /><br /><br /><br /><br /><img class="insertimage" src="attachment.php?fid=92" border="0" /><br /><br /><br /><br /><br /><br /><img class="insertimage" src="attachment.php?fid=93" border="0" /><br /><br /><br /><br /><br />丑角。 我可是很有勇气的上前跟他打了个招呼问他可不可以拍个照片。 虽然只是很man的点了个头，我还是很开心的拍下来了。<br /><img class="insertimage" src="attachment.php?fid=94" border="0" /><br />
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/62.htm</link>
<title><![CDATA[6月28日，小凯10天前生儿子]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Mon, 28 Jun 2010 00:46:37 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/62.htm</guid> 
<description>
<![CDATA[ 
	昨天才知道6月18日的时候，小凯儿子出生啦。。。<br />先恭喜恭喜一下，话说出生时候7斤重。不错不错，以后小名可以叫7斤。<br /><br />本来还想打个电话假装关心一下结果硬是没接我电话，都没有机会给我表现一下。
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/61.htm</link>
<title><![CDATA[6月25日，新买的溯溪鞋、涉水鞋]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Fri, 25 Jun 2010 03:11:22 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/61.htm</guid> 
<description>
<![CDATA[ 
	23号7点就在飞机上了， 中途没有油了飞去伊拉克加了个油再飞回来。 今天早上总算到啦。 看起来还不错的鞋子。<br /><br /><br /><img class="insertimage" src="attachment.php?fid=83" border="0" width="500" height="299" /><br /><br /><img class="insertimage" src="attachment.php?fid=84" border="0" width="500" height="299" /><br /><br /><img class="insertimage" src="attachment.php?fid=85" border="0" width="500" height="299" /><br /><br /><img class="insertimage" src="attachment.php?fid=86" border="0" width="500" height="299" /><br /><br /><img class="insertimage" src="attachment.php?fid=87" border="0" width="500" height="299" />
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/58.htm</link>
<title><![CDATA[5月31日，下一站成功]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Mon, 31 May 2010 02:37:12 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/58.htm</guid> 
<description>
<![CDATA[ 
	<p>长久以来一直局限在固定的环境、固定的人群、固定的生活节奏和方式。<br />或许我应该尝试站在更高的高度，打破为自己设下的壁垒，否则将很难成功吧。<br />自省发现我还未形成我的风格。<br /><br />虽然存在这样那样的缺点和不足，但是我始终觉得能够认识错误就成功了一半。<br /><br />有点想要换个环境和思维方式啊&hellip;&hellip;</p>
]]>
</description>
</item><item>
<link>http://www.shaobin.cn/read.php/57.htm</link>
<title><![CDATA[5月31日，给老妈买了个微波炉]]></title> 
<author>流水 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[随便说说]]></category>
<pubDate>Mon, 31 May 2010 02:25:58 +0000</pubDate> 
<guid>http://www.shaobin.cn/read.php/57.htm</guid> 
<description>
<![CDATA[ 
	<p>给老妈买了个微波炉和电风扇，就当送给妈的生日礼物了。<br />老妈嘴里一直念叨着浪费钱、浪费钱&hellip;&hellip;<br />但是想想以后家里也会用到我和老婆就觉得很必须了。<br />看着老爸认真的研究说明书，想来二老应该也还是蛮喜欢的。</p>
]]>
</description>
</item>
</channel>
</rss>