<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>╬小鬼地带╬</title>
	<atom:link href="http://www.lyzsoft.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lyzsoft.cn</link>
	<description>永远的小鬼 永远的我 永远的傻瓜</description>
	<lastBuildDate>Sun, 25 Jul 2010 03:51:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>XNA in VS2010</title>
		<link>http://www.lyzsoft.cn/xna-in-vs2010.html</link>
		<comments>http://www.lyzsoft.cn/xna-in-vs2010.html#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:50:32 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[编程技巧]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1386</guid>
		<description><![CDATA[C#, XNA, VS201... ]]></description>
			<content:encoded><![CDATA[<p>This is the way for VS2010 to use <span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/xna" title="查看 XNA 的全部文章" target="_blank">XNA</a></span>  but first u must install VS2008 , <span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/xna" title="查看 XNA 的全部文章" target="_blank">XNA</a></span> 3.1, VS2010 in ur machine.</p>
<p>there are some notes that&nbsp;the main chunk of what you won&rsquo;t have:</p>
<p>1) You won&rsquo;t have the content pipeline. If you want to build content, you&rsquo;ll have to use VS2008 or an external tool.</p>
<p>2) You won&rsquo;t have deploy for Xbox 360 or Zune. If you want to build an Xbox or Zune game, use VS2008.</p>
<p>Ok,Lets begin:</p>
<p>1) Create a new <span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/c" title="C" target="_blank">C</a></span># Console Application in VS2010.  <a rel="attachment wp-att-12" href="http://www.lyzsoft.cn/?attachment_id=12"><img class="alignnone size-medium wp-image-12" title="create-project" alt="" width="600" height="414" src="http://7cloud.files.wordpress.com/2010/07/create-project.png?w=600" /></a></p>
<p><span id="more-1386"></span></p>
<p>2) Right click your project and choose Add References. 3) Scroll through the list of .NET references to find <span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/tag/microsoft" title="Microsoft" target="_blank">Microsoft</a></span>.Xna.Frameworkand Microsoft.Xna.Framework.Game and add those to your project.  <a rel="attachment wp-att-13" href="http://www.lyzsoft.cn/?attachment_id=13"><img class="alignnone size-medium wp-image-13" title="add-references" alt="" width="600" height="556" src="http://7cloud.files.wordpress.com/2010/07/add-references.png?w=600" /></a></p>
<p>4) Decide whether you want to build for .NET 4.0 (the new CLR) or .NET 2.0/3.0/3.5 (the old CLR). To choose, right click your project and choose Properties. Then change the Target Framework drop down. 5) In your project properties, change the Output Type to <span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/windows" title="Windows" target="_blank">Windows</a></span> Application.  <a rel="attachment wp-att-14" href="http://www.lyzsoft.cn/?attachment_id=14"><img class="alignnone size-medium wp-image-14" title="framework-and-output" alt="" width="600" height="414" src="http://7cloud.files.wordpress.com/2010/07/framework-and-output.png?w=600" /></a></p>
<p>6) If you&rsquo;re building against .NET 4.0, you need to add an Application Configuration file to your project. It&rsquo;s a template in the Add New Item menu for adding files. Be sure to leave the name &ldquo;App.config&rdquo;.  <a rel="attachment wp-att-15" href="http://www.lyzsoft.cn/xna-in-vs2010.html/archive"><img class="alignnone size-medium wp-image-15" title="app-config" alt="" width="600" height="414" src="http://7cloud.files.wordpress.com/2010/07/app-config.png?w=600" /></a></p>
<p>Replace the text in the default file with this:</p>
<p>&nbsp;</p>
<div class="UGCode" style="border:1px dashed #ccc;font:12px/18px " courier="">
<div class="UGTitle" style="padding:5px 10px;height:20px;line-height:20px;font-weight:bold;border-bottom:1px dashed #ccc;">Code</div>
<ol class="xml">
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;startup</span> <span style="color: #000066;">useLegacyV2RuntimeActivationPolicy</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;supportedRuntime</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;v4.0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/startup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/configuration&gt;</span></span></div>
</li>
</ol>
</div>
<p>&nbsp;</p>
<p>This lets you use V2 runtime assemblies (like the <span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/xna" title="查看 XNA 的全部文章" target="_blank">XNA</a></span> Framework) in a project compiled against the new CLR.</p>
<div>
<div>7) Now just build your game. For instance, you could delete Program.cs and add a Game1.cs with this contents:</div>
<div>
<div class="UGCode" style="border:1px dashed #ccc;font:12px/18px " courier="">
<div class="UGTitle" style="padding:5px 10px;height:20px;line-height:20px;font-weight:bold;border-bottom:1px dashed #ccc;">Code</div>
<ol class="csharp">
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">using</span> <span style="color: #008080;">Microsoft.Xna.Framework</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">using</span> <span style="color: #008080;">Microsoft.Xna.Framework.Graphics</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">namespace</span> MyWindowsGame</div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;<span style="color: #FF0000;">class</span> Game1 <span style="color: #008000;">:</span> Game</div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;<span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> Game1<span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #008000;">new</span> GraphicsDeviceManager<span style="color: #000000;">(</span><span style="color: #0600FF;">this</span><span style="color: #000000;">)</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">protected</span> <span style="color: #0600FF;">override</span> <span style="color: #0600FF;">void</span> Draw<span style="color: #000000;">(</span>GameTime gameTime<span style="color: #000000;">)</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GraphicsDevice.<span style="color: #0000FF;">Clear</span><span style="color: #000000;">(</span>Color.<span style="color: #0000FF;">CornflowerBlue</span><span style="color: #000000;">)</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0600FF;">base</span>.<span style="color: #0000FF;">Draw</span><span style="color: #000000;">(</span>gameTime<span style="color: #000000;">)</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> Main<span style="color: #000000;">(</span><span style="color: #FF0000;">string</span><span style="color: #000000;">[</span><span style="color: #000000;">]</span> args<span style="color: #000000;">)</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0600FF;">using</span> <span style="color: #000000;">(</span>Game1 game <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Game1<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">{</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; game.<span style="color: #0000FF;">Run</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #008000;">;</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; <span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;<span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000;">}</span></div>
</li>
<li style="font-weight: normal; vertical-align:top;">
<div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div>
</li>
</ol>
</div>
</div>
<div>
<div>&nbsp;</div>
</div>
<div><span style="font-family: Verdana, Tahoma, 'BitStream vera Sans', Arial, Helvetica, sans-serif; line-height: 17px; font-size: 12px; color: #333333;">Which when run gives you the wonderful default CornflowerBlue:</span></div>
<div><span style="font-family: Verdana, Tahoma, 'BitStream vera Sans', Arial, Helvetica, sans-serif; line-height: 17px; font-size: 12px; color: #333333;"><a rel="attachment wp-att-16" href="http://www.lyzsoft.cn/?attachment_id=16"><img class="alignnone size-medium wp-image-16" title="cornflower-blue1" alt="" width="600" height="473" src="http://7cloud.files.wordpress.com/2010/07/cornflower-blue1.png?w=600" /></a></span></div>
<div><span style="font-family: Verdana, Tahoma, 'BitStream vera Sans', Arial, Helvetica, sans-serif; line-height: 17px; font-size: 12px; color: #333333;">And there you go. You&rsquo;re off the ground and running building with XNA Framework and VS2010. Have fun.</span></div>
<div><span style="line-height: normal; font-size: small;"> </span></div>
</div>
<p>&nbsp;</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/xna-in-vs2010.html">http://www.lyzsoft.cn/xna-in-vs2010.html</a></p>By the time  your rss reader get this post here is <strong> 5 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/xna-in-vs2010.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>王者的陨落</title>
		<link>http://www.lyzsoft.cn/fall-of-lich-king.html</link>
		<comments>http://www.lyzsoft.cn/fall-of-lich-king.html#comments</comments>
		<pubDate>Sun, 27 Jun 2010 02:58:14 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1381</guid>
		<description><![CDATA[&#160;我们4团在经过两个晚上的努力之后，终于把普通的10人巫妖王down掉了 虽然已经是25%的buff，但是自己亲手尝试，亲手打掉的感觉总是不一样的 这是我们打完之后与霜之哀伤和老弗丁站在一... ]]></description>
			<content:encoded><![CDATA[<p>&nbsp;我们4团在经过两个晚上的努力之后，终于把普通的10人巫妖王down掉了</p>
<p>虽然已经是25%的buff，但是自己亲手尝试，亲手打掉的感觉总是不一样的</p>
<p>这是我们打完之后与霜之哀伤和老弗丁站在一起的合照</p>
<p><img alt="合照" width="600" height="337" src="http://public.bay.livefilestore.com/y1pj0zsX_uXafJAOvhDKFrsbAtEQgMRyWCRMppCTSpIu8Dsk5Yfuv7WSpgprC4qWQhMbox3Za53JLcpOWTVqNAicg/WoWScrnShot_062610_225954.jpg?psid=1" /></p>
<p><span id="more-1381"></span>我们团队的配置是：圣骑T，熊T，戒律牧，树德，奶萨，奥法，术士，邪DK，狂暴战，鹌鹑</p>
<p>话说，这个配置不算好，职业重复太多了，但是是由于原团队有几个人回国了，只好找其他几个人顶上</p>
<p><img width="600" height="337" alt="" src="http://3k6ivg.bay.livefilestore.com/y1pNa8q8eeMt78cageIH5WM-Mn7kjAEm2r2IrpyuuyIqgLLAYHG_qd4xeCF4tWc4H4WXfXLmVGZ5xfzGiVNCEjZ58h-U6ce6uKM/WoWScrnShot_062610_225035.jpg?psid=1" /></p>
<p><img width="600" height="337" alt="" src="http://3k6ivg.bay.livefilestore.com/y1pivn1jRCo2ebz0a_WZZiYPYhw-2yXOZlDWSN_DLMJuXsz21Icg5ukvHI_MqAhKFJsEn_KhjwxePCX00680asag2nD62EwN3xp/WoWScrnShot_062610_225051.jpg?psid=1" /></p>
<p><img width="600" height="337" alt="" src="http://3k6ivg.bay.livefilestore.com/y1pjeBz-s9q5StZ2DADu9dlyB_LaxJngZh3TiqixWGFTlBiwJUNVv-K3N4AfLrzqifT24gTho2KJOGqe5AdveP8eAO1Me1oVd-A/WoWScrnShot_062610_225038.jpg?psid=1" /></p>
<p>这是我们在新lk前的合照</p>
<p><img width="600" height="337" alt="" src="http://3k6ivg.bay.livefilestore.com/y1pBhwqhiakbh1vItYEC_oN3y4pCjuRn73_sw6bWAPWpRcnHugEbxOaq9phCwPPBGcS7DzUNVk9SkC7jZfsO0GS8ESW1yW8HgPm/WoWScrnShot_062610_225812.jpg?psid=1" /></p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/fall-of-lich-king.html">http://www.lyzsoft.cn/fall-of-lich-king.html</a></p>By the time  your rss reader get this post here is <strong> 7 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/fall-of-lich-king.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Eminem -《Recovery》</title>
		<link>http://www.lyzsoft.cn/eminem-recovery.html</link>
		<comments>http://www.lyzsoft.cn/eminem-recovery.html#comments</comments>
		<pubDate>Sun, 20 Jun 2010 04:43:34 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Eminem]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1371</guid>
		<description><![CDATA[&#160; 没错，没看错，Eminem的最新专辑出来了，lol 专辑英文名:&#160;Recovery 歌手:&#160;Eminem 音乐风格:&#160;嘻哈/说唱 资源格式:&#160;MP3 发行时间:&#160;2010年06月18日 地区:&#160;美国 语言:&#160;英语 专... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://public.bay.livefilestore.com/y1pGHpxJTotc2UnICCGnh6OPxpJWAiSrVZypNYKkP5ANjzdwHWWiJJwOG0PwWLVVnJZgx1Q5Usyf_s-pj78GPBDXQ/83e6fca8-ab76-48d7-901a-06d9bc729fc0.jpg?psid=1"><img alt="Eminem -《Recovery》" title="Eminem -《Recovery》" width="500" height="500" src="http://public.bay.livefilestore.com/y1pxuACmcYZmVtOXEUUsu8nBzOLSPrIPVdwTcYL_qKVawkxNMSeYXWQsZ76Lo_LLwJvsqE8QGH7xdd04Gkm-q6PZA/83e6fca8-ab76-48d7-901a-06d9bc729fc0.jpg?psid=1" /></a>&nbsp;</p>
<p><span style="color: rgb(255, 0, 0); ">没错，没看错，<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/eminem" title="查看 Eminem 的全部文章" target="_blank">Eminem</a></span>的最新专辑出来了，lol</span></p>
<p>专辑英文名:&nbsp;Recovery</p>
<p>歌手:&nbsp;<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/eminem" title="查看 Eminem 的全部文章" target="_blank">Eminem</a></span></p>
<p>音乐风格:&nbsp;嘻哈/说唱</p>
<p>资源格式:&nbsp;MP3</p>
<p>发行时间:&nbsp;2010年06月18日</p>
<p>地区:&nbsp;美国</p>
<p>语言:&nbsp;英语</p>
<p>专辑风格：Hip-Hop</p>
<p>发行公司：Aftermath, Interscope, Shady</p>
<p>相关链接：<a rel="nofollow" target="_blank" href="http://www.myspace.com/eminem">Myspace</a>|<a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Recovery_(Eminem_album)">Wiki</a>|<a rel="nofollow" target="_blank" href="http://www.eminem.com/">Homepage</a></p>
<p>专辑简介：</p>
<p><span id="more-1371"></span></p>
<p>这是阿姆有史以来情绪张力最强的一张嘻哈大碟！把「Relapse」续集计划丢到一边没在怕，以全新创作专辑【Recovery】复甦。 10年来，阿姆从底特律的街头痞子摇身一变成为风靡全球的超级巨星，他的出现，让嘻哈音乐变成主流唱片市场中最受欢迎的音乐类型，阿姆是美国唱片市场上过去10年来最畅销的专辑艺人，他的历年专辑累计在全球卖出超过8000万张，除了在商业市场拉出长红，阿姆在葛莱美奖的征战纪录也十分耀眼，累计获得26项提名，勇夺11座大奖，其中包括以『The Slim Shady LP』、『The Marshall Mathers LP』、『The Eminem Show』、『Relapse』等专辑4度拿下最佳饶舌专辑奖。阿姆在2003年更以自传电影「街头痞子」的主题曲&quot;Lose Yourself&quot;，成为史上第一位以饶舌歌曲拿下奥斯卡最佳电影歌曲大奖的艺人。&nbsp;</p>
<p>在2009年全美最畅销的饶舌专辑『Relapse』发行一年过后，阿姆带来最新大碟【Recovery】。他说：「我原本计划在2009年推出『Relapse』的二部曲专辑，但在我跟许多新的制作人合作之后，『Relapse』二部曲专辑这个点子变得越来越无趣，我想做一张全新的专辑，新专辑录制过程中所完成的歌曲跟『Relapse』很不一样，我想这些歌曲需要一个全新的专辑名称。」新辑中除了与恩师Dr. Dre以及Just Blaze等合作多年的制作伙伴继续搭档之外，也出现全新的制作伙伴&#8211;洛杉磯嘻哈制作新宠DJ Khalil [Pitbull]，加拿大嘻哈新势力Boi-1da [*Drake]，英伦嘻哈菁英Alex Da Kid [*Rihanna]&hellip;等人。负责打头阵的首支主打单曲&quot;Not Afraid&quot;在充满戏剧张力的节奏中展现阿姆全新的嘻哈风格，发行后锐不可挡的空降全美热门单曲榜冠军，成为继Puff Diddy的&quot;I`ll Be Missing You&quot;之后，第2首缔造空降全美热门单曲榜冠军的嘻哈歌曲。新专辑还破天荒邀请了两位当红女歌手跨刀献唱，包括与新世代动感&ldquo;娜妹&rdquo;Rihanna合作&quot;Love The Way You Lie&quot;，与葛莱美奖得主P!nk合作&quot;Won&quot;t Back Down&quot;。此外，阿姆在音乐取样上依旧展现了嘻哈音乐多元融合的延展性，像是&quot;Going Through Changes&quot;取样了英国重金属摇滚先锋Black Sabbath 1972年抒情摇滚曲&quot;Changes&quot;，&quot;You&rsquo;re Never Over&quot;取样了英国摇滚歌手Gerard McMann 1987年为电影「粗野少年族」(The Lost Boys)所灌录的主题曲&quot;Cry Little Sister&quot;，而阿姆与纽奥良嘻哈天才Lil Wayne交锋的&quot;No Love&quot;取样了来自千里达的流行舞曲歌手Haddaway 1993年风靡欧陆的冠军电子舞曲&quot;What Is Love&quot;。在这张精彩的全新专辑中，阿姆清楚的告诉乐迷, 没错，他真的好得不能再好了！</p>
<div class="iptcom" style="line-height: 18px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; "><img width="600" height="337" alt="" src="http://bapqqq.bay.livefilestore.com/y1p10wqaOmLs1SqFbXaui39JX6xtLINv-Ki0HxqV6L-X7u22FaevwUe9Zftt2QcuRSiDBiXroOGcBVNdDoomV56ZWreE9RY5cpN/recovery.jpg?psid=1" /></div>
<div class="iptcom" style="line-height: 18px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; ">&nbsp;</div>
<div class="iptcom" style="line-height: 18px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; "><span class="iptcom-title" style="padding-left: 1px; "><strong>专辑曲目</strong>:&nbsp;</span></p>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">01. Cold Wind Blows<br />
02. Talkin&#8217; 2 Myself, feat. Kobe<br />
03. On Fire<br />
04. Won&#8217;t Back Down, feat. P!nk<br />
05. W.T.P.<br />
06. Going Through Changes<br />
07. Not Afraid<br />
08. Seduction<br />
09. No Love, feat. Lil Wayne<br />
10. Space Bound<br />
11. Cinderella Man<br />
12. 25 to Life<br />
13. So Bad<br />
14. Almost Famous<br />
15. Love the Way You Lie, feat. Rihanna<br />
16. You&#8217;re Never Over<br />
17. Untitled</p>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><img width="600" height="337" alt="" src="http://public.bay.livefilestore.com/y1pO6UgN69W31RdLsFBF0GInbP_sE2Cqg2oPU9zeN1R8cVGUiLuykYD870O_LFNRSlgNeStidclcBwWpYtHErjeKw/recovery2.jpg?psid=1" /></p>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&nbsp;</p>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">====================华丽的分割线=====================</p>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">这是网友expensiveboy的评论</p>
<blockquote>
<p class="inner_content" style="line-height: 18px; clear: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">这张专辑太经典了，除了四五首之外都很好听。第7首&ldquo;not afraid&rdquo; 里eminem说他再也不会像上张专辑一样让歌迷们失望了。EM果然做到了，可以说这张专辑是他出道以来出过最好的一张专辑。这张专辑他尝试了很多新的东西，第一次和很多不同style的歌手合作, 给人焕然一新的感觉。</p>
<p>个人强烈推荐：<br />
1. Space Bound &#8211; 讲述了他在感情上受的挫折，这首歌太赞了！</p>
<p>2. 25 to life &#8211; 表达了他对hip hop的不满。觉得自己给hip hop付出了一生(25 to life) 却得不到回报。</p>
<p>3. Not Afraid &#8211; 跟歌迷们表示歉意，再也不会走回毒品这条不归之路，再也不会向任何困难而低头。</p>
<p>4. Love the Way You Lie &#8211; 和rihanna的第一次合作，描述的也是他感情上所经历的。跟rihanna的合作很棒！</p>
<p>5. No Love &#8211; 和lil wayne的合作。虽然之前合作过了几次，但个人觉得这首是两人合作中最好听的一首。</p>
<p>6. You&#8217;re Never Over &#8211; 这首是写给他死去的哥们儿PROOF的，歌词很感人。EM说如果没有PROOF他就不会走进hip hop，就不会有今天的eminem</p>
<p>7. So Bad &amp; Seduction &#8211; 很轻松，曲调很吸引人的两首歌。</p>
<p>8. Won&#8217;t back down &#8211; 和pink合作的，rock和rap的完美结合。</p>
</blockquote>
</div>
<p>====================华丽的分割线=====================</p>
<p>这张专辑在美国时间6/21的时候发布Deluxe版本</p>
<p>而在Eminem的Myspace主页上有Not Afraid的完整MV，当然了，是Youtube的，国内的朋友都得翻墙才能看到</p>
<p>iTunes上有试看，国内的视频网站不知道有没有</p>
<p>&nbsp;</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/eminem-recovery.html">http://www.lyzsoft.cn/eminem-recovery.html</a></p>By the time  your rss reader get this post here is <strong> 5 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/eminem-recovery.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>魔兽世界画廊-群星之怒</title>
		<link>http://www.lyzsoft.cn/gallery-world-of-warcraft-wrath-of-the-stars.html</link>
		<comments>http://www.lyzsoft.cn/gallery-world-of-warcraft-wrath-of-the-stars.html#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:01:28 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1368</guid>
		<description><![CDATA[点开看大图 魔兽世界画廊中的一副巨画，作者是杰里米.暴雪，原先他发布的是三张图片，今天全部图片都发不完了，我用ps把它们合并起来了，png格式，大小为7M多 这幅画集合了魔兽世界3个大... ]]></description>
			<content:encoded><![CDATA[<p><iframe title="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:320px;height:68px;padding:0;background-color:#fcfcfc;" src="http://cid-11b12952205c6057.photos.live.com/embedphoto.aspx/wow%20picture/%e7%be%a4%e6%98%9f%e4%b9%8b%e6%80%92-%e5%85%a8.png"></iframe></p>
<p>点开看大图</p>
<p>魔兽世界画廊中的一副巨画，作者是杰里米.暴雪，原先他发布的是三张图片，今天全部图片都发不完了，我用ps把它们合并起来了，png格式，大小为7M多</p>
<p>这幅画集合了魔兽世界3个大版本的著名人物，喜欢的朋友赶紧收藏了</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/gallery-world-of-warcraft-wrath-of-the-stars.html">http://www.lyzsoft.cn/gallery-world-of-warcraft-wrath-of-the-stars.html</a></p>By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/gallery-world-of-warcraft-wrath-of-the-stars.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter推不起来了</title>
		<link>http://www.lyzsoft.cn/twitter-does-not-push-up.html</link>
		<comments>http://www.lyzsoft.cn/twitter-does-not-push-up.html#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:44:45 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[随记]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1359</guid>
		<description><![CDATA[&#160; 2010-6-15，回到家想上Twitter推一下的，谁知道挂了。早在回家的路上就用手机连接，总提示连接不上，开始我还以为是NZ Vodafone的手机网络又抽风了，回到家后连接上Wifi也还是不行，结果用... ]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<img alt="" title="twitter" width="600" height="405" class="alignnone size-medium wp-image-1360" src="http://www.lyzsoft.cn/wp-content/uploads/2010/06/twitter-600x405.jpg" /></p>
<p>2010-6-15，回到家想上<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/twitter" title="查看 Twitter 的全部文章" target="_blank">Twitter</a></span>推一下的，谁知道挂了。早在回家的路上就用手机连接，总提示连接不上，开始我还以为是NZ Vodafone的手机网络又抽风了，回到家后连接上Wifi也还是不行，结果用电脑打开一看，华丽，挂了</p>
<p>早在13号就有警告说，估计会因为iphone 4和世界杯挂掉，不知道这次是不是了，速度恢复吧。。。</p>
<p>嗯。。。一个小时后恢复了，但是有是断断续续的无法使用</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/twitter-does-not-push-up.html">http://www.lyzsoft.cn/twitter-does-not-push-up.html</a></p>By the time  your rss reader get this post here is <strong> 4 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/twitter-does-not-push-up.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>我的魔兽征程</title>
		<link>http://www.lyzsoft.cn/my-journey-of-warcraft.html</link>
		<comments>http://www.lyzsoft.cn/my-journey-of-warcraft.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 01:48:40 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[生活记录]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1354</guid>
		<description><![CDATA[&#160;自从今年4月，我就和我的两个同学一起重回wow里面了，到现在我也到了一个华人公会，并成为一个icc10人团的团长 从现在开始我也开始记录下我自己在魔兽中的进程和点点滴滴 现在我在的... ]]></description>
			<content:encoded><![CDATA[<p>&nbsp;自从今年4月，我就和我的两个同学一起重回wow里面了，到现在我也到了一个华人公会，并成为一个icc10人团的团长</p>
<p>从现在开始我也开始记录下我自己在魔兽中的进程和点点滴滴</p>
<p>现在我在的服务器是澳服-&gt;Frostmourne</p>
<p>装备如下（<span style="color: rgb(255, 0, 0); ">所有图片均为原图，可以另外打开看大图</span>）</p>
<p><a target="_blank" href="http://public.bay.livefilestore.com/y1pB5ZdqsNevPejrTIk7NpAdTjMmsNgDs3j_wv50lxmTrCXkyzqY90UtfEBgeL7VBQDSrl1_3mbg2vgW-omF51RbQ/WoWScrnShot_060110_175917.jpg"><img width="600" height="337" alt="我的装备" src="http://public.bay.livefilestore.com/y1pB5ZdqsNevPejrTIk7NpAdTjMmsNgDs3j_wv50lxmTrCXkyzqY90UtfEBgeL7VBQDSrl1_3mbg2vgW-omF51RbQ/WoWScrnShot_060110_175917.jpg" /></a></p>
<p><span id="more-1354"></span>装备也看到了，并不是什么好装备，就5.7k gs，巨魔法师，为什么要巨魔，其实当时是因为说模仿安凡达的，其实巨魔法师有双急速（狂暴+冰脉），这个在pve里面会很爽，即使在pvp里面也不差，装备为4T10（手套是T10.5）有一部分icc25人的装备，两个饰品就不说了，垃圾的不得了，开了两个cd的宝箱都没开出望远镜，无比杯具。</p>
<p>现在我的10人团进度是普通icc难度巫妖王，已经能很好进入到p3阶段了，预计这个cd能搞掉，现在icc的buff也达到了20%，所以相对以前会好打很多。</p>
<p>团队配置是这样的，两个防骑，两个DK，一个狂暴战，一个法师，一个术士，一个牧师，一个小德，一个萨满。老实说这个配置并不能很好的打掉lk，因为没有猎人，现在没猎人比较难找，普通模式这个配置还能打，到了英雄就不行了，我也得准备找个猎人进来了，还好战士是专为我们团替补，人挺不错的。团队装备均在5.5k gs以上</p>
<p><a target="_blank" href="http://public.bay.livefilestore.com/y1pgwHnsryn5tVk33IgCqgarzEiVQ6vZSwGDAuxczr7G2hJSnW5JXJve5dWbV7gjNKFMJAf_c2w3K46oG6Sj-ZupA/WoWScrnShot_052810_013704.jpg"><img width="600" height="337" alt="4团合照" src="http://public.bay.livefilestore.com/y1pgwHnsryn5tVk33IgCqgarzEiVQ6vZSwGDAuxczr7G2hJSnW5JXJve5dWbV7gjNKFMJAf_c2w3K46oG6Sj-ZupA/WoWScrnShot_052810_013704.jpg" /></a></p>
<p>&nbsp;</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/my-journey-of-warcraft.html">http://www.lyzsoft.cn/my-journey-of-warcraft.html</a></p>By the time  your rss reader get this post here is <strong> 8 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/my-journey-of-warcraft.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>纠结</title>
		<link>http://www.lyzsoft.cn/tangle.html</link>
		<comments>http://www.lyzsoft.cn/tangle.html#comments</comments>
		<pubDate>Mon, 31 May 2010 03:35:33 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[心情]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1351</guid>
		<description><![CDATA[&#160;现在在图书馆着两篇论文，就是想死，这个学期的数据库课程因为我的原因，我只能上半个学期，前半学期的课没得上，但是还得补前半个学期的论文。 论文什么的先不说了。。。第一篇... ]]></description>
			<content:encoded><![CDATA[<p>&nbsp;现在在图书馆着两篇论文，就是想死，这个学期的数据库课程因为我的原因，我只能上半个学期，前半学期的课没得上，但是还得补前半个学期的论文。</p>
<p>论文什么的先不说了。。。第一篇论文还给了我香港赌马场的数据库设计。。。</p>
<p>我艹，去赌马场的网站看了几个小时了，找个投注相关资料找到想死</p>
<p>只剩一个月的时间让我做完这两个论文了。。。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>最近直接搞twitter了，欢迎大家follow</p>
<p><a target="_blank" href="http://twitter.com/Gh0ster">http://twitter.com/Gh0ster</a></p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/tangle.html">http://www.lyzsoft.cn/tangle.html</a></p>By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/tangle.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>魔兽世界与现实世界</title>
		<link>http://www.lyzsoft.cn/world-of-warcraft-and-the-real-world.html</link>
		<comments>http://www.lyzsoft.cn/world-of-warcraft-and-the-real-world.html#comments</comments>
		<pubDate>Mon, 17 May 2010 02:30:38 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[心情]]></category>
		<category><![CDATA[想法]]></category>
		<category><![CDATA[人生]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1350</guid>
		<description><![CDATA[魔兽世界，魔兽智... ]]></description>
			<content:encoded><![CDATA[<p>今天在NGA上面开到了一个帖子，是一个视频，关于游戏是如何影响<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>的</p>
<p>视频的作者是一位俄罗斯WOW玩家Falanor</p>
<p>事先这个视频是放在Youtube上面的，然后NGA的玩家翻译了它，之后Flanor知道后也来到了NGA并说了：I frankly belive that my little video with your translation will help some  people to become more kind and sensitive.(我坦白的说，我相信我的小视频和你的翻译将会帮助一些人变得更友好和体贴)</p>
<p>视频作者话</p>
<blockquote>
<p>魔兽世界给你带来什么？它仅仅是浪费你生命宝贵时间的游戏？又或是包含了更多的东西？</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>感谢你们的回复 真的很感谢</p>
<p>这部片子花了我3个月 总共采集了351G的时长6小时的素材</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>这部短片告诉大家WOW是能让人成长的一个好工具 就像其他游戏一样它可以让人学到东西</p>
<p>那何必不用？&hellip;&hellip;通过它 你需要成长 当你离开的时候留下了各种回忆 也学习到了各种经验</p>
<p>让你在现实生活里面能更好地与人交流？</p>
</blockquote>
<p>先贴上视频，大家可以先看完再往下看，连接为Youku的，不用翻墙</p>
<p>此视频为中英文对照，翻译上还是有点出入的，这并不是最新版</p>
<p>最新版可到：<a target="_blank" href="http://wow.178.com/201005/67377004093.html">http://wow.178.com/201005/67377004093.html</a>观看</p>
<p><embed src="http://player.youku.com/player.php/sid/XMTcxMDk2MDcy/v.swf" quality="high" width="480" height="400" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash"></embed></p>
<p><span id="more-1350"></span></p>
<h3>这里是视频中的中英文对照：</h3>
<p>Once upon a time<br />
曾经<br />
I questioned myself<br />
我问我自己<br />
What is Warcraft for  us？<br />
对我们来说，魔兽，到底是什么<br />
What are we trying to find  here?<br />
我们在其中想要寻求什么？</p>
<p>This beautiful world&hellip;&hellip;&hellip;..<br />
这个美丽的世界。。。。。。<br />
Day  by day&hellip;<br />
日复一日<br />
Holds us in it&rsquo;s charming  illusion<br />
用她迷人的特色抓住了我们的心</p>
<p>Quests&hellip;<br />
任务<br />
Mates&hellip;<br />
伙伴<br />
Raiding&hellip;<br />
地下城<br />
Items&hellip;<br />
装备<br />
And  what do we have <br />
at the end?<br />
到最后<br />
我们到底得到了什么？<br />
&hellip;numbers in  database<br />
Is that it?<br />
数据库里的一堆数字<br />
仅是这样吗？<br />
Is this really the main  purpose of what we do?<br />
难道这就是我们所作所为的目的？<br />
This IS game<br />
And like any  game..<br />
这个游戏，<br />
如同其他游戏一样<br />
To teach<br />
And to improve a  person(视频上打错了improve)<br />
教会，感动玩家<br />
Children play games to learn the  world<br />
孩子们玩这个游戏来了解这个世界<br />
To get knowledge how to  communicate<br />
来学习如何交流<br />
How to look at things around<br />
学习全面的看待事物<br />
Maybe we  seek this knowledge of something because we couldn&rsquo;t find it in real  life?<br />
也许我们探索的这些的原因只是因为我们无法在显示生活中无法找到。<br />
Like scientists do.<br />
They simplify  things to see the very basic of process  clearly<br />
像科学，它通过非常基本的过程清晰的简化事物</p>
<p>What we learn in  game?<br />
我们在游戏里，学到了什么</p>
<p>How to kill?<br />
怎么杀戮吗？<br />
How to  survive？<br />
怎么逃生吗？<br />
How to press buttons?<br />
怎么按键盘吗？</p>
<p>What we left after  we quit the game?<br />
到底，离开游戏之后我们会剩下什么？</p>
<p>They call  it&hellip;<br />
Memories<br />
他们称它为<br />
回忆</p>
<p>Memories are everything what you have  learnt<br />
回忆，是你所学到的一切</p>
<p>You will forget all raids that you  did<br />
有一天，你会忘掉你参加过的所有团队副本<br />
All items that you looted<br />
忘掉你获得的所有装备<br />
Names  of places you have been to<br />
忘掉那些你去过的地点的名字<br />
But memories will  stay<br />
但是回忆会永存<br />
And it is not a game<br />
这也不仅仅是个游戏<br />
It is  real<br />
她是真实的<br />
You feel<br />
你感受过的<br />
You talk<br />
你所说过的<br />
You  see<br />
你所看到过的<br />
You live<br />
你所生活过的</p>
<p>You learn how to feel people and how  people feel you<br />
你学着如何感受他人和他人如何感受你<br />
Depending on what you  feel<br />
因为你的感受<br />
You are becoming different<br />
你会变得不同<br />
You change<br />
This is  the result of learning<br />
你会改变，这就是学习的结果</p>
<p>All our memories are made of  feelings<br />
我们的回忆都是由一点一点的感受组成的<br />
Depending of what feelings you put into your  memories<br />
因回忆里的点点感受影响<br />
Depends which person you will  became.<br />
会决定你将成为什么样的人<br />
Depending of which priorities you have in  game,<br />
因你在游戏里的侧重而异<br />
Depends how happy will became in real  life<br />
会决定你在现实生活中的快乐程度</p>
<p>All people are beautiful<br />
<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>来而美丽<br />
Those,who  we call &ldquo;bad&rdquo;<br />
那些被我们称为&rdquo;坏家伙&rdquo;的<br />
Are not actually &ldquo;bad&rdquo;<br />
并非真正的&rdquo;坏&rdquo;<br />
They  simply have no good memories<br />
他们只是没有好的回忆而已<br />
And it&rsquo;s a pain to be such a  person<br />
成为那样的人，是多么的痛苦啊<br />
Help them see the love<br />
帮助他们，让他们看到爱<br />
Show them  frankly all you feeling<br />
向他们坦诚的展现你的感受<br />
Don&rsquo;t be afraid<br />
别怕<br />
Give them  great memories<br />
给他们让人觉得了不起的美好的回忆<br />
And you will see<br />
然后，你会看到<br />
You will  see the radiance of their souls<br />
你将会看到他们灵魂的光芒<br />
You will be warmed in the  light of their feeling<br />
你会被他们感受中的光辉所温暖<br />
Because you will free  them<br />
因为你使他们自由<br />
And you will see how the world will  change<br />
然后，你会看到这个世界将会改变<br />
The real  world<br />
不光光是魔兽世界，而是我们生活的这个真实的世界</p>
<p>You will get the ability to see the very  deep of people<br />
你将有能力看到他人的内心<br />
And with this ability there will be no need in  games<br />
有了这种能力，再无需游戏<br />
There will be no need in building beautiful  illusions<br />
再无需建起游戏中那些美丽的风景<br />
Because the real world will always be  better<br />
因为咱们真实的世界永远是更好的</p>
<p>Once upon a time I questioned  myself<br />
曾有一次我问我自己<br />
What is warcraft for us?<br />
魔兽对我们来说到底是什么？<br />
What are we  trying to find here<br />
我们来这里是要寻求什么？<br />
For me the answer is  obvious<br />
对我来说，答案显而易见</p>
<p>Friends and memories<br />
朋友和回忆</p>
<p>How about  you？</p>
<p>你呢？</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;华丽的分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>我也是个魔兽世界的玩家，虽然接触的时间并不算太久，大概也就一年多</p>
<p>看了这个视频之后感触也是挺大的，因为自己身处西方国家，而且也是个魔兽玩家（目前在美服，在一个华人公会做团长）</p>
<p>不得不说，魔兽世界是个很好的游戏，并不像国内某些叫兽说的那样他是个毒品。整个游戏的历史和剧情是其他游戏无法比拟的</p>
<p>视频的重点在于你从中学到了什么，里面也提到了，你在游戏里面的装备成就等等也就是一堆数据而已</p>
<p>但是你回头想想，你成就和朋友们一起玩，一起交流，一起感受快乐，这些点点滴滴让你的生活变得如此的多彩</p>
<p>用你的行动去影响别人，感动别人，这应该是我们应该去学的</p>
<p>这视频也让我突然明白了点，上一篇日志也提到过，为什么西方人喜欢去帮助别人，也许这也就是原因，他们想用自己的行动去感动别人，影响别人，让别人感受到温暖，从而改变别人</p>
<p>这些也是我们与别人的区别</p>
<p>这如同蝴蝶效应一样，改变同样会对其他人，其他事物进行改变，当你学会如何感动别人，你就会发现整个世界都会完全不同</p>
<p>曾经wow里面就有这么一句话，当你对其他人好点，你会发现NPC也会对着你笑（大概这个意思，具体不太记得了）</p>
<p>游戏并不是<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>中的一切，它只是一个工具，一个让你学习的工具</p>
<p>并不是说我们必须去玩一下游戏或者什么，离开游戏我们依然有美好的生活，只要你学会对别人微笑，关心身边的人，感动身边的人</p>
<p>浮躁，无助的我们，何不拿起电话，拿起手机，给身边的朋友，亲人发条短信，打个电话，问候一下和他们保持联系</p>
<p>你会发现整个世界完全不同</p>
<p>&nbsp;</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/world-of-warcraft-and-the-real-world.html">http://www.lyzsoft.cn/world-of-warcraft-and-the-real-world.html</a></p>By the time  your rss reader get this post here is <strong> 13 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/world-of-warcraft-and-the-real-world.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>认识与改变</title>
		<link>http://www.lyzsoft.cn/understanding-and-change.html</link>
		<comments>http://www.lyzsoft.cn/understanding-and-change.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:45:35 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[个人]]></category>
		<category><![CDATA[生活记录]]></category>
		<category><![CDATA[人生]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1343</guid>
		<description><![CDATA[西方与东... ]]></description>
			<content:encoded><![CDATA[<p>在新西兰也将近快10个月了，由于是住在homestay，而且主人一家都是基督徒，所以对西方文化和基督文化也了解了不少</p>
<p>很早就想写这个文章了，只是没有什么时间来写</p>
<p>这篇文章其实是对自己的一种警醒与告诫，如果有什么意见，欢迎讨论，但请不要 使用过激的言语</p>
<p>&nbsp;<span id="more-1343"></span></p>
<p>在这边也好一段时间了，房东是一个立志于帮助外国学生的社会团体的小boss，所以能经常跟他出去活动，也交了不少的老外朋友</p>
<p>昨天晚上，在讨论完圣经的时候，房东问我，要不要加入基督教，我当时不知道该怎么回答，但是自己心里很清楚</p>
<p>我并不属于什么宗教什么团体，我只是喜欢去了解多样文化，然后学习他们其中的优点</p>
<p>在我的理解，佛教是倾向于内在修养的，而基督教中，圣经里面说的更倾向于外部</p>
<p>怎么说呢，在佛经中看的比较多的是修身养性，心境的修养，从而让自己能更快的去适应环境</p>
<p>而在圣经中，基本上是由上帝来改变，上帝来引导，然后期望于上帝能把周围的环境改变（实际也没那么被动，其实我不知道该怎么形容好点，下面将会提到）</p>
<p>&nbsp;</p>
<p>当初来到新西兰的时候，总觉得这边的人不知道为什么总喜欢帮助别人，对人也非常友好，并没有当初想象的那么糟糕。（当然，还是有一小部分人是非常不友好的）</p>
<p>久而久之，和他们呆久了，参加的活动也多了，也慢慢知道了。。。</p>
<p>当时是有个活动去Rabbit Island搞BBQ（也就是烧烤）的时候，和一位叫做Don的老先生谈工作经验的时候突然提起的</p>
<p>他说：&ldquo;如果有一个人（包括背景宗教等都不一样）与我发生不愉快，我竟不会和他争吵或者打架，因为第一个想到的是，既然我能与他相遇，这必然是上帝给我安排的，而这次争吵也是给我的一次考验，既然大家都是在同一个屋檐下工作，那为什么我就不能宽容点，容纳他呢。&rdquo;</p>
<p>当时听到这句话的时候突然就大概明白他们那么做的原因了。在广义上的西方国家，大部分都是带有基督教色彩的，也就是说，大部分西方国家的人们都会认为自己的<span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>都是由上帝来安排，而且都是有原因的，所有的一切都会将得到解决。</p>
<p>房东Jonathan也跟我说过: &quot;I don&#8217;t need to worry tomorrow, because god will help me.&quot;（译：我不用担心我的明天，因为上帝将会为我安排）按照这个想法来说，最起码和我的想法有差距，我总会去担心明天会怎样，明天该怎么走，下一步该怎么走，担心所有的一切（则有可能因为我是完美主义者）。</p>
<p>还有一点让我感觉很不一样的就是，他们会从大局上考虑事情，也就是说以大局作为起始点进行扩散，而不是以他们自己的利益作为出发点，很明显的例子就是，每次活动都是免费的，而他们组织活动很大一部分来自于自愿与教堂的募捐（这里的募捐是在基督教中，每固定时间上交自己收入的百分之几到教堂作为活动资金）支持</p>
<p>虽然他们相信，他们生活中的一切都是上帝安排的，但事实上，有点像心理学的心理暗示，而且对他们的生活产生影响。</p>
<p>&nbsp;</p>
<p>反过来看看我们自己，以我自己为例子吧，免得乱喷。可以说很多时候都是以自己的利益为中心的，并没有考虑大局上的影响，自己就因为这个挨了几次大的挫折和教训。由于自己的性格问题，总会把事情考虑的很复杂，而且尽量去做到完美，所以会经常想方设法去修饰自己，让自己在别人眼中有好的印象，但其实这样做的容错率很低，有时候由于自己的一些疏忽或者头脑发热就会做出很不一样的事情，很多时候足以让别人改变对自己的看法。</p>
<p>我并不属于任何一个宗教，但是会去学习他们的优点，从而改变自己，这次来到新西兰学到的东西很多，当然需要我改变的也很多，他别是为人处世这方面</p>
<p>&nbsp;</p>
<p>考虑到服务器是在国内，所以没法说得太多太明显，自己藏着就行了</p>
<p>&nbsp;</p>
<p>团结不是因为有高高在上的上帝或者什么给了我们安排，而是我们对彼此之间的宽容与开放，更不是对彼此间的封闭与限制</p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/understanding-and-change.html">http://www.lyzsoft.cn/understanding-and-change.html</a></p>By the time  your rss reader get this post here is <strong> 15 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/understanding-and-change.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>语录</title>
		<link>http://www.lyzsoft.cn/quotations.html</link>
		<comments>http://www.lyzsoft.cn/quotations.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 09:29:55 +0000</pubDate>
		<dc:creator>小鬼</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[随记]]></category>
		<category><![CDATA[人生]]></category>

		<guid isPermaLink="false">http://www.lyzsoft.cn/?p=1342</guid>
		<description><![CDATA[曾经拥有的, 不要忘记. 不能得到的, 更要珍惜. 属于自己的, 不要放弃. 已经失去的, 留作回忆. 一个人只有一个心脏, 却有两个心房. 一个住着快乐, 一个住着悲伤. 不要笑的太大声, 不然会吵醒旁... ]]></description>
			<content:encoded><![CDATA[<p>曾经拥有的, 不要忘记. 不能得到的, 更要珍惜. 属于自己的, 不要放弃. 已经失去的, 留作回忆.</p>
<p>一个人只有一个心脏, 却有两个心房. 一个住着快乐, 一个住着悲伤. 不要笑的太大声, 不然会吵醒旁边的悲伤&hellip;</p>
<p>明知道站在太阳底下,却看不到自己的影子.&nbsp;</p>
<p><p>即使种颗草, 也种最浓的绿来.</p>
<p>从容, 淡定.</p>
<p>活在别人的掌声中, 是经不起考验的人.</p>
<p>睡觉是为了踏踏实实的工作, 工作是为了踏踏实实的睡觉.</p>
<p><span id="more-1342"></span></p>
<p>用一种简单的心态静静感受生命的美丽, 采一片绿色细细品味阳光的气息, 捉一滴雨水悄悄触摸天空的<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/breast" title="心情" target="_blank">心情</a></span>!</p>
<p>想说的话越来越少, 能说话的人也越来越少. 这就是成长么?</p>
<p>现在是信春哥呢还是信曾哥呢?</p>
<p>你若要喜爱你自己的价值, 你就得给世界创造价值.</p>
<p>试试并非受罪, 问问并不吃亏.</p>
<p>Pain past is pleasure.</p>
<p>While there is life, there is hope.</p>
<p>Wisdom in the mind is better than money in the hand.</p>
<p>Storms make trees take deeper roots.</p>
<p>Nothing is impossible for a willing heart.</p>
<p>The shortest answer is doing.</p>
<p>All things are difficult before they are easy.</p>
<p>Great hopes make great man.</p>
<p>God helps those who help themselves.</p>
<p>East or west, home is best.</p>
<p>Two heads are better than one.</p>
<p>Good company on the road is the shortest cut.</p>
<p>Better late than never.</p>
<p>Nothing great was ever achieved without enthusiasm.</p>
<p>Actions speak louder than words.</p>
<p>Knowing something of everything and everything of something.</p>
<p>向左走还是向右走? 你知道么? <span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>就是这样.</p>
<p>外星人是来救兔子的.</p>
<p>认识自己, 降伏自己, 改变自己, 才能改变别人.</p>
<p>一个不想趟过小河的人, 自然不想远涉重洋.</p>
<p>心存幻想会害了自己一生.</p>
<p>抬起头, 向前看, 但是不要看远方, 踏踏实实走下去.</p>
<p>当与一个人在一起久了之后, 你会发现他(她)的可怕之处, 无论是好的还是坏的.</p>
<p>时间最珍贵的不是&quot;得不到&quot;和&quot;已失去&quot;, 而是现在.</p>
<p>May It Be.</p>
<p><span class='wp_keywordlink_affiliate'><a href="http://www.lyzsoft.cn/tag/personallife" title="查看 人生 的全部文章" target="_blank">人生</a></span>没有彩排, 每天都是现场直播.</p>
<p>我们无法改变喧嚣, 但可以创造宁静.</p>
<p>调大耳机的音量只为了隔离尘世的喧嚣.</p>
<p>Never Try.. Never Know..</p>
<p>大家都是好人, 但是, 大家都无法得到拯救.</p>
<p>知道么? 认真一次, 这世界连空气都虚伪.</p>
<p>沉浸在雨天当中, 这是属于我的世界.</p>
<p>面对困难, 请微笑, 那怕那笑是假的.</p>
<p>宁可自己去原谅别人, 也不让别人来原谅自己, 更不让自己原谅自己.</p>
<p>明知道站在太阳底下,却看不到自己的影子.</p></p>

<p>This article addresses:<a href="http://www.lyzsoft.cn/quotations.html">http://www.lyzsoft.cn/quotations.html</a></p>By the time  your rss reader get this post here is <strong> 13 </strong>comments ,Welcome you come to leave your opinion !<!--------------------------CNZZ站长统计代码-------------------------->	
    <script src="http://s58.cnzz.com/stat.php?id=1460424&web_id=1460424" language="JavaScript" charset="gb2312">
	</script>
<!--------------------------CNZZ站长统计代码-------------------------->	

<!--------------------------------yahoo统计代码----------------------->
<script type="text/javascript" src="http://js.tongji.linezing.com/1092310/tongji.js">
	</script>
	<noscript>
		<a href="http://www.linezing.com">
			<img src="http://img.tongji.linezing.com/1092310/tongji.php"/>
		</a>
	</noscript>
<!--------------------------------yahoo统计代码----------------------->

<!----------------------Google Analytics跟踪代码---------------------->	
	<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "<span class='wp_keywordlink'><a href="http://www.lyzsoft.cn/index.php/tag/google" title="google" target="_blank">google</a></span>-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8761988-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!----------------------Google Analytics跟踪代码---------------------->	]]></content:encoded>
			<wfw:commentRss>http://www.lyzsoft.cn/quotations.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.056 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-08 14:47:18 -->
