<?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>~Yue's Blog~</title>
	<atom:link href="http://yueye.neland.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://yueye.neland.cn</link>
	<description>Utterly fresh</description>
	<lastBuildDate>Sun, 27 Feb 2011 08:10:09 +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>C# 中的逆变和协变</title>
		<link>http://yueye.neland.cn/2010/09/08/c-%e4%b8%ad%e7%9a%84%e9%80%86%e5%8f%98%e5%92%8c%e5%8d%8f%e5%8f%98.html</link>
		<comments>http://yueye.neland.cn/2010/09/08/c-%e4%b8%ad%e7%9a%84%e9%80%86%e5%8f%98%e5%92%8c%e5%8d%8f%e5%8f%98.html#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:06:44 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/2010/09/08/c-%e4%b8%ad%e7%9a%84%e9%80%86%e5%8f%98%e5%92%8c%e5%8d%8f%e5%8f%98.html</guid>
		<description><![CDATA[留楼, 待续]]></description>
			<content:encoded><![CDATA[<p>留楼, 待续</p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/09/08/c-%e4%b8%ad%e7%9a%84%e9%80%86%e5%8f%98%e5%92%8c%e5%8d%8f%e5%8f%98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No doubt, it&#8217;s real</title>
		<link>http://yueye.neland.cn/2010/08/31/no-doubt-its-real.html</link>
		<comments>http://yueye.neland.cn/2010/08/31/no-doubt-its-real.html#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:47:31 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/archives/176</guid>
		<description><![CDATA[No doubt, it’s real. No mercy, no regret.]]></description>
			<content:encoded><![CDATA[<p>No doubt, it’s real.</p>
<p>No mercy, no regret.</p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/08/31/no-doubt-its-real.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH应用之正向隧道做socket5代理</title>
		<link>http://yueye.neland.cn/2010/08/02/sshproxy.html</link>
		<comments>http://yueye.neland.cn/2010/08/02/sshproxy.html#comments</comments>
		<pubDate>Mon, 02 Aug 2010 05:44:56 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=155</guid>
		<description><![CDATA[在当下局域网一片和谐大好时刻, SSH作为革命的救命稻草, 特发SSH应用系列教程(一)之正向隧道应用. (不懂SSH的,且不太懂English的童鞋请猛击这里, CET6的童鞋请猛击这里 ) 准备 硬件: 一台墙内大局域网电脑 一个可用SSH帐号 软件: Putty : SSH Client Proxifier : Application proxifier 开始 Putty部分: 打开putty. 填写SSH帐号的服务器地址&#38;端口号到HostName, Port栏. 选择树形菜单Connection, 设置Seconds between Keepalive=10, 并且勾上Low-Level TCP connection options的两个勾. 选择树形菜单中的SSH, 勾上Enable Compression.  经过验证, 启用压缩会影响服务器性能. 在source port 输入3050(也可以是其他端口号), 然后选择 &#8230; <a href="http://yueye.neland.cn/2010/08/02/sshproxy.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>在当下局域网一片和谐大好时刻, <span class="caps">SSH</span>作为革命的救命稻草, 特发<span class="caps">SSH</span>应用系列教程(一)之正向隧道应用.<br />
(不懂<span class="caps">SSH</span>的,且不太懂English的童鞋请猛击<a href="http://zh.wikipedia.org/zh-cn/SSH" target="_blank">这里</a>, <span class="caps">CET6</span>的童鞋请猛击<a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">这里</a> )</p>
<p><strong>准备</strong></p>
<p><em>硬件:</em></p>
<ul>
<li>一台墙内大局域网电脑</li>
<li>一个可用<span class="caps">SSH</span>帐号</li>
</ul>
<p><em>软件:</em></p>
<ul>
<li><a href="http://tartarus.org/~simon/putty-snapshots/x86/putty.zip" target="_blank">Putty</a> : <span class="caps">SSH</span> Client</li>
<li><a href="http://www.proxifier.com/distr/ProxifierSetup.exe" target="_blank">Proxifier</a> : Application proxifier</li>
</ul>
<p><strong>开始</strong></p>
<p><span style="font-family: 'Microsoft YaHei';"><em>Putty部分:</em></span></p>
<p>打开putty. 填写<span class="caps">SSH</span>帐号的服务器地址&amp;端口号到<strong>HostName</strong>, <strong>Port</strong>栏.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb.png" border="0" alt="image" width="414" height="399" /></a></p>
<p><span id="more-155"></span></p>
<p>选择树形菜单<strong>Connection, </strong>设置<strong>Seconds between Keepalive=10</strong>, 并且勾上<strong>Low-Level <span class="caps">TCP</span> connection options</strong>的两个勾.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image1.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb1.png" border="0" alt="image" width="416" height="401" /></a></p>
<p>选择树形菜单中的<strong><span class="caps">SSH</span></strong>, 勾上Enable Compression.  经过验证, 启用压缩会影响服务器性能.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image2.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb2.png" border="0" alt="image" width="418" height="402" /></a></p>
<p>在source port 输入3050(也可以是其他端口号), 然后选择 Dynamic, 然后Add, D3050端口转发就创建成功了.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image3.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb3.png" border="0" alt="image" width="418" height="402" /></a></p>
<p>在返回Session, 在Saved Session输入任意名字, 点save保存.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image4.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb4.png" border="0" alt="image" width="421" height="405" /></a></p>
<p>点击Open, 输入<span class="caps">SSH</span>用户名以及密码. 登录成功.</p>
<p><span style="font-family: 'Microsoft YaHei';"><em>Proxifier部分:</em></span></p>
<p>点击锤子图标<a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image5.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb5.png" border="0" alt="image" width="38" height="32" /></a> , 点击Add, Address栏输入localhost, Port栏输入3050, Protocal 选择Socket 5.点击Ok 退出.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image6.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb6.png" border="0" alt="image" width="526" height="507" /></a></p>
<p>点击锤子旁边<a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image7.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb7.png" border="0" alt="image" width="33" height="36" /></a> , 进入Proxifier Rule设置. 选择Process Only the following+manualy proxified. 点击Ok退出.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image8.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb8.png" border="0" alt="image" width="590" height="351" /></a></p>
<p>到应用程序目录, 右击应用程序, 选择proxifier. 该应用程序就以putty代理模式启动了.</p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2010/08/image9.png" rel="lightbox[155]"><img style="display: inline; border-width: 0px;" title="image" src="http://yueye.neland.cn/wp-content/uploads/2010/08/image_thumb9.png" border="0" alt="image" width="410" height="95" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/08/02/sshproxy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;政审没过&quot;</title>
		<link>http://yueye.neland.cn/2010/07/26/%e6%94%bf%e5%ae%a1%e6%b2%a1%e8%bf%87.html</link>
		<comments>http://yueye.neland.cn/2010/07/26/%e6%94%bf%e5%ae%a1%e6%b2%a1%e8%bf%87.html#comments</comments>
		<pubDate>Mon, 26 Jul 2010 03:05:00 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=154</guid>
		<description><![CDATA[政审没过, F**k.]]></description>
			<content:encoded><![CDATA[<p>政审没过, F**k.</p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/07/26/%e6%94%bf%e5%ae%a1%e6%b2%a1%e8%bf%87.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>我想对你笑, 你却让我哭</title>
		<link>http://yueye.neland.cn/2010/06/12/%e6%88%91%e6%83%b3%e5%af%b9%e4%bd%a0%e7%ac%91-%e4%bd%a0%e5%8d%b4%e8%ae%a9%e6%88%91%e5%93%ad.html</link>
		<comments>http://yueye.neland.cn/2010/06/12/%e6%88%91%e6%83%b3%e5%af%b9%e4%bd%a0%e7%ac%91-%e4%bd%a0%e5%8d%b4%e8%ae%a9%e6%88%91%e5%93%ad.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 14:55:08 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FML]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=153</guid>
		<description><![CDATA[你不喜欢我的性格,你不喜欢我的态度, 请问你还喜欢我什么? 为什么你不问我是否关心你, 为什么不想想为什么? 你就知道吃, 你完全没听我在说什么. 我觉得你什么都不关心, 给你说的每句话你都不记得.请问你记得什么? 你说吧, 我不反驳你, 我洗耳恭听. 你是什么意思? 是无话可说还是和我没话说了?]]></description>
			<content:encoded><![CDATA[<p>你不喜欢我的性格,你不喜欢我的态度, 请问你还喜欢我什么? 为什么你不问我是否关心你, 为什么不想想为什么? 你就知道吃, 你完全没听我在说什么. 我觉得你什么都不关心, 给你说的每句话你都不记得.请问你记得什么? 你说吧, 我不反驳你, 我洗耳恭听. 你是什么意思? 是无话可说还是和我没话说了?</p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/06/12/%e6%88%91%e6%83%b3%e5%af%b9%e4%bd%a0%e7%ac%91-%e4%bd%a0%e5%8d%b4%e8%ae%a9%e6%88%91%e5%93%ad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>三脚架</title>
		<link>http://yueye.neland.cn/2010/05/11/%e4%b8%89%e8%84%9a%e6%9e%b6.html</link>
		<comments>http://yueye.neland.cn/2010/05/11/%e4%b8%89%e8%84%9a%e6%9e%b6.html#comments</comments>
		<pubDate>Tue, 11 May 2010 09:35:54 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[三脚架]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=152</guid>
		<description><![CDATA[这是关于三脚架的问题. 对于三脚架,相信大家都知道其用途.但是呢, 往往人们出去旅游(此&#34;人们&#34;特指诸如MXM,Jmulro,Seblier这类非专业驴友), 都不愿意背或者&#8217;携带&#8217;它. 今天老衲是来进行总结性发言, 告诉大家三脚架除了作为三脚架之外的,一些用在旅游途中的, 以及大家可以切实体会到的用途. 1. 三脚架可作防身武器，特别是在治安欠佳的景点。优质三脚架配优质铝镁合金云台，在歹人的头上砸个大窟窿是没问题的； 2. 三脚架还可作拐杖或者扁担使； 3. 方便自拍以及家人合影，使你不再咬牙切齿。没有三脚架你可以请别人拍，但很多时候那人拍得非常烂，不是人被腰斩就是关键景物没拍进去，你一边恨得咬牙切齿一边还得陪笑脸谢谢人家； 4. 风光片经常需要用到大景深，光圈一般在F8到F16甚至F22，而且拍摄风光片必须使用ISO100最低感光度，此时即便是在白天，很多时候快门速度将在1/10秒甚至更慢，没有三脚架是万万不可的； 5. 对于日出，傍晚以及夜景的拍摄，没有三脚架还不如在家睡觉，省得浪费时间。 综上所述, 相信大家对三脚架的了解已经有了质的飞跃….出去旅游,可以不带镜头,可以不带相机,可以不带人,但是也一定要带三脚架…囧 摘自: 带什么样的相机去旅游]]></description>
			<content:encoded><![CDATA[<p><font face="微软雅黑">这是关于三脚架的问题.</font></p>
<p><font face="微软雅黑">对于三脚架,相信大家都知道其用途.但是呢, 往往人们出去旅游(此&quot;人们&quot;特指诸如<span class="caps">MXM</span>,Jmulro,Seblier这类非专业驴友), 都不愿意背或者&#8217;携带&#8217;它. 今天老衲是来进行总结性发言, 告诉大家三脚架除了作为三脚架之外的,一些用在旅游途中的, 以及大家可以切实体会到的用途.</font></p>
<p><font face="微软雅黑">1. 三脚架可作防身武器，特别是在治安欠佳的景点。优质三脚架配优质铝镁合金云台，在歹人的头上砸个大窟窿是没问题的；</font> </p>
<p> <font face="微软雅黑">
<p>2. 三脚架还可作拐杖或者扁担使；</p>
<p> </font><font face="微软雅黑">
<p>3. 方便自拍以及家人合影，使你不再咬牙切齿。没有三脚架你可以请别人拍，但很多时候那人拍得非常烂，不是人被腰斩就是关键景物没拍进去，你一边恨得咬牙切齿一边还得陪笑脸谢谢人家；</p>
<p> </font><font face="微软雅黑">
<p>4. 风光片经常需要用到大景深，光圈一般在F8到F16甚至F22，而且拍摄风光片必须使用<span class="caps">ISO100</span>最低感光度，此时即便是在白天，很多时候快门速度将在1/10秒甚至更慢，没有三脚架是万万不可的；</p>
<p> </font><font face="微软雅黑">
<p>5. 对于日出，傍晚以及夜景的拍摄，没有三脚架还不如在家睡觉，省得浪费时间。</p>
<p> </font>
<p><font face="微软雅黑">综上所述, 相信大家对三脚架的了解已经有了质的飞跃….出去旅游,可以不带镜头,可以不带相机,可以不带人,但是也一定要带三脚架…囧</font></p>
<p><font face="微软雅黑">摘自: </font><a href="http://pop.pcpop.com/1_6/?MainUrl=http://pop.pcpop.com/100223/5989190.html&amp;referrer="><font face="微软雅黑">带什么样的相机去旅游</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/05/11/%e4%b8%89%e8%84%9a%e6%9e%b6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RI</title>
		<link>http://yueye.neland.cn/2010/04/28/ri.html</link>
		<comments>http://yueye.neland.cn/2010/04/28/ri.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:36:33 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bat]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=150</guid>
		<description><![CDATA[监控特定目录特定文件劫持大法 @echo off :1 copy C:\boot\vfloppy.exe C:\TestFolder\TestFolderSub\vfloppy.exe goto 1 我厉害嘛? 散花散花]]></description>
			<content:encoded><![CDATA[<p><font face="微软雅黑">监控特定目录特定文件劫持大法</font></p>
<p><font face="微软雅黑">@echo off     <br />:1      <br />copy C:\boot\vfloppy.exe C:\TestFolder\TestFolderSub\vfloppy.exe      <br />goto 1</font></p>
<p><font face="微软雅黑">我厉害嘛? 散花散花</font></p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2010/04/28/ri.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>有趣的现象</title>
		<link>http://yueye.neland.cn/2009/10/09/%e6%9c%89%e8%b6%a3%e7%9a%84%e7%8e%b0%e8%b1%a1.html</link>
		<comments>http://yueye.neland.cn/2009/10/09/%e6%9c%89%e8%b6%a3%e7%9a%84%e7%8e%b0%e8%b1%a1.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:03:00 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=147</guid>
		<description><![CDATA[最近在写一个简单的网页，在查了点资料，发现一个有趣的现象， 看来诸位博主也是性情中人啊，取个blog的名字也这么风骚~ 稍候在弄c++的blog名字也贴出来比较下。。]]></description>
			<content:encoded><![CDATA[<p>最近在写一个简单的网页，在查了点资料，发现一个有趣的现象，</p>
<blockquote><p><a href="http://yueye.neland.cn/wp-content/uploads/2009/10/image.png" rel="lightbox[147]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://yueye.neland.cn/wp-content/uploads/2009/10/image-thumb.png" width="393" height="61" /></a></p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2009/10/image1.png" rel="lightbox[147]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://yueye.neland.cn/wp-content/uploads/2009/10/image-thumb1.png" width="494" height="57" /></a> </p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2009/10/image2.png" rel="lightbox[147]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://yueye.neland.cn/wp-content/uploads/2009/10/image-thumb2.png" width="395" height="63" /></a> </p>
<p><a href="http://yueye.neland.cn/wp-content/uploads/2009/10/image3.png" rel="lightbox[147]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://yueye.neland.cn/wp-content/uploads/2009/10/image-thumb3.png" width="388" height="52" /></a> </p>
</blockquote>
<p>看来诸位博主也是性情中人啊，取个blog的名字也这么风骚~ 稍候在弄c++的blog名字也贴出来比较下。。</p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2009/10/09/%e6%9c%89%e8%b6%a3%e7%9a%84%e7%8e%b0%e8%b1%a1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>贴几个Bat的example</title>
		<link>http://yueye.neland.cn/2009/09/25/%e8%b4%b4%e5%87%a0%e4%b8%aabat%e7%9a%84example.html</link>
		<comments>http://yueye.neland.cn/2009/09/25/%e8%b4%b4%e5%87%a0%e4%b8%aabat%e7%9a%84example.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:11:55 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[cmd]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/?p=138</guid>
		<description><![CDATA[for /F &#34;skip=7 tokens=1,2&#34; %%i in (%~dp0AxLatestBuild.txt) do ( &#160;&#160; echo %%i &#160;&#160; set abc=%%i &#160;&#160; echo abc=!abc! &#160;&#160; if /I not &#34;%%i&#34;==&#34;master&#34; ( &#160;&#160; for /F &#34;tokens=1-4 delims=.-master&#34; %%a in (&#34;%%i&#34;) do ( echo major version is: %%a &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230; <a href="http://yueye.neland.cn/2009/09/25/%e8%b4%b4%e5%87%a0%e4%b8%aabat%e7%9a%84example.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Courier New">for /F &quot;skip=7 tokens=1,2&quot; %%i in (%~dp0AxLatestBuild.txt) do (      <br />&#160;&#160; echo %%i       <br />&#160;&#160; set abc=%%i       <br />&#160;&#160; echo abc=!abc!       <br />&#160;&#160; if /I not &quot;%%i&quot;==&quot;master&quot; (       <br />&#160;&#160; for /F &quot;tokens=1-4 delims=.-master&quot; %%a in (&quot;%%i&quot;) do (       <br />echo major version is: %%a       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; echo minior version is: %%b&#160; <br />)       <br />)       <br /></font></p>
<p><font size="2" face="Courier New">for /D %%i in (%1\*.*) do (      <br />&#160;&#160;&#160; echo %%i &gt;&gt; folders.txt       <br />&#160;&#160;&#160; )</font></p>
<p>@echo off set &quot;a=<span class="caps">DFASD</span> 1234 <span class="caps">QERF</span>&quot; set &quot;b=1234&quot; echo %a%|findstr %b%&gt;nul&amp;&amp;start &quot;&quot; &quot;c.bat&quot;</p>
<p><font size="2" face="Courier New">&#160;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2009/09/25/%e8%b4%b4%e5%87%a0%e4%b8%aabat%e7%9a%84example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[预告]ASUS A8换X1700显卡，今晚拆机，预告成功！</title>
		<link>http://yueye.neland.cn/2009/08/05/%e9%a2%84%e5%91%8aasus-a8%e6%8d%a2x1700%e6%98%be%e5%8d%a1%ef%bc%8c%e4%bb%8a%e6%99%9a%e6%8b%86%e6%9c%ba%ef%bc%8c%e9%a2%84%e5%91%8a%e6%88%90%e5%8a%9f%ef%bc%81.html</link>
		<comments>http://yueye.neland.cn/2009/08/05/%e9%a2%84%e5%91%8aasus-a8%e6%8d%a2x1700%e6%98%be%e5%8d%a1%ef%bc%8c%e4%bb%8a%e6%99%9a%e6%8b%86%e6%9c%ba%ef%bc%8c%e9%a2%84%e5%91%8a%e6%88%90%e5%8a%9f%ef%bc%81.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:11:00 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Display Adapter]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://yueye.neland.cn/2009/08/05/%e9%a2%84%e5%91%8aasus-a8%e6%8d%a2x1700%e6%98%be%e5%8d%a1%ef%bc%8c%e4%bb%8a%e6%99%9a%e6%8b%86%e6%9c%ba%ef%bc%8c%e9%a2%84%e5%91%8a%e6%88%90%e5%8a%9f%ef%bc%81-136.html</guid>
		<description><![CDATA[留楼预告，大家敬请期待！~ 8/7/2009: 显卡更换成功，经过连续两天wow测试，死机一次。 囧 遂检查安装问题，发现卖家给的散热垫太厚，导致GPU不能接触散热铜片. 开机，打开ie，taobao，哎呀，没有带钱，不怕，有萝卜在: Perry Yue:&#160;&#160;&#160;&#160; 一共好多钱？ Seliber&#124;芸:&#160;&#160;&#160;&#160; 上海浦东新区张江紫薇路7弄古桐五村18号602 越野猪 Perry Yue:&#160;&#160;&#160;&#160; 。。。 你妹可好？ 今天晚上回去把那个什么笨笨散热器整个拆了， Seliber&#124;芸:&#160;&#160;&#160;&#160; 邮编是好多哦 Perry Yue:&#160;&#160;&#160;&#160; 200000 邮编不重要， 你给老板说，千万不要走申通。不然周末到不了。 我周六要用~，老板是上海的吧？ 哦。那么差不多了。同城， 哈哈 Seliber&#124;芸:&#160;&#160;&#160;&#160; 嗯，走韵达 一共43块 Perry Yue:&#160;&#160;&#160;&#160; 恩好 镇便宜， 真便宜， 你用我的卡支付吧` Seliber&#124;芸:&#160;&#160;&#160;&#160; 。。。。。。。。。。。。。。。 Perry Yue:&#160;&#160;&#160;&#160; &#8230; <a href="http://yueye.neland.cn/2009/08/05/%e9%a2%84%e5%91%8aasus-a8%e6%8d%a2x1700%e6%98%be%e5%8d%a1%ef%bc%8c%e4%bb%8a%e6%99%9a%e6%8b%86%e6%9c%ba%ef%bc%8c%e9%a2%84%e5%91%8a%e6%88%90%e5%8a%9f%ef%bc%81.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>留楼预告，大家敬请期待！~
<p>8/7/2009:</p>
<p>显卡更换成功，经过连续两天wow测试，死机一次。 囧</p>
<p>遂检查安装问题，发现卖家给的散热垫太厚，导致<span class="caps">GPU</span>不能接触散热铜片. </p>
<p>开机，打开ie，taobao，哎呀，没有带钱，不怕，有萝卜在:</p>
<p> <span id="more-136"></span>
</p>
<blockquote><p><font face="Verdana">Perry Yue:&#160;&#160;&#160;&#160; <br />一共好多钱？         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />上海浦东新区张江紫薇路7弄古桐五村18号602         <br />越野猪         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />。。。         <br />你妹可好？         <br />今天晚上回去把那个什么笨笨散热器整个拆了，         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />邮编是好多哦         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />200000         <br />邮编不重要，         <br />你给老板说，千万不要走申通。不然周末到不了。         <br />我周六要用~，老板是上海的吧？         <br />哦。那么差不多了。同城，         <br />哈哈         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />嗯，走韵达         <br />一共43块         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />恩好         <br />镇便宜，         <br />真便宜，         <br />你用我的卡支付吧`         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />。。。。。。。。。。。。。。。         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />那么你帮我支付吧         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />囧。         <br />你早说啊。         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />随便你，         <br />哈哈哈         <br />我其实是客套话，         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />你直接充我支付宝里好了seliber@163.com         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />- -#         <br />冲你妹啊~         <br />欠着         <br />Seliber|芸:&#160;&#160;&#160;&#160; <br />。。。。。。。。。。。。。。。         <br /><span class="caps">GRD</span>，我喊老板不要发货！         <br />Perry Yue:&#160;&#160;&#160;&#160; <br />下次去舟山帮你付车票&quot;</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://yueye.neland.cn/2009/08/05/%e9%a2%84%e5%91%8aasus-a8%e6%8d%a2x1700%e6%98%be%e5%8d%a1%ef%bc%8c%e4%bb%8a%e6%99%9a%e6%8b%86%e6%9c%ba%ef%bc%8c%e9%a2%84%e5%91%8a%e6%88%90%e5%8a%9f%ef%bc%81.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

