<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[狼啸之都]]></title> 
<link>http://www.wolfcity.net/index.php</link> 
<description><![CDATA[蓝狼生活中的点点滴滴……]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[狼啸之都]]></copyright>
<item>
<link>http://www.wolfcity.net/read.php?119</link>
<title><![CDATA[世上本无事，庸人自扰之。]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Fri, 08 Jan 2010 06:00:44 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?119</guid> 
<description>
<![CDATA[ 
	　　据说慧眼能够预见未来。<br />　　有人用慧眼预见明天出门邻居扔的东西刚好要砸到自己的脑门上。于是第二天没有出门，脑门没有被砸中。<br />　　那么请问，这个慧眼有何用处？你的慧眼只是&ldquo;预见&rdquo;了一件根本就没有发生的事情，这还能叫&ldquo;慧眼&rdquo;吗？<br />　　但是如果这个人仍然出门了，而且邻居正好扔东西砸到自己脑门上了，心里想，果然有神通，但是这个神通有什么用？你即使预见了但是也还是被砸到了啊？<br /><br /><br />　　 <div style="text-align: center"><img class="insertimage" src="attachment.php?fid=9" border="0" width="640" height="80" /></div>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?118</link>
<title><![CDATA[苍天倘若尽人意，山为黄金海为田……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Mon, 14 Dec 2009 03:37:24 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?118</guid> 
<description>
<![CDATA[ 
	　　人的一生总是要经历多多少少、大大小小、无穷无尽的不如意的。感情、生活、事业，各方面都有&hellip;&hellip;<br />　　如果说感情是精神，那么生活就是物质，饱暖思淫欲，这个可不是谈论的男女媾和之类的淫欲，请自重。其实这个是自古常情，也就是说你有饭吃了，就会向精神追求上靠，这个是人之常情，也是人类进步的根本动力源泉。<br />　　我是一个比较偏重于感情生活而放低物质生活的人。我三餐吃饱，衣服穿好，想的就是怎么样才能让自己过得更充实，怎么样让自己这一生过得无悔。但是走过了30个年头之后发现，我没有办法无悔，我是一而再，再而三的后悔。无数个&ldquo;早知道&rdquo;浮现在我脑海里，但是又能如何？我找个机会再来一次？如果真有这个机会的，我应该会很兴奋的，可惜，这些事情只能是想象而已&hellip;&hellip;<br />　　她应该会过得很幸福的吧&hellip;&hellip;即使没有我&hellip;&hellip;<br />　　苍天倘若尽人意，山为黄金海为田&hellip;&hellip;<br /><br /><br /><br /><p align="justify"></p><div style="text-align: center"><img class="insertimage" src="attachment.php?fid=8" border="0" width="640" height="80" /></div><p></p>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?117</link>
<title><![CDATA[解决WINDOWS 7下无法运行vSphere 4.0客户端的方法]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Mon, 27 Jul 2009 00:18:42 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?117</guid> 
<description>
<![CDATA[ 
	<p>1、复制一个非WIN7系统下的.NET 2.0的文件，这个文件位置在&ldquo;C:&#92;Windows&#92;Microsoft.NET&#92;Framework&#92;v2.0.50727&#92;Microsoft.NET&#92;Framework&#92;v2.0.50727&#92;System.dll &rdquo;，嫌麻烦的可以直接下载附件，将这个文件放到桌面备用。</p><p>2、建立&ldquo;C:&#92;Program Files&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;Lib+&rdquo;这个目录，然后把刚才的system.dll复制进来。</p><p>3、 修改VpxClient.exe.config文件，在最后的&lt;/configuration&gt;之前，加上一下内容</p><p><div class="quote"><div class="quote-title">引用</div><div class="quote-content">&lt;runtime&gt; <br />&lt;developmentMode developerInstallation=&quot;true&quot;/&gt; <br />&lt;/runtime&gt; </div></div></p><p><br />4、建立一个批处理文件，内容如下：</p><p><div class="quote"><div class="quote-title">引用</div><div class="quote-content">SET DEVPATH=%ProgramFiles%&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;Lib+<br />&quot;%ProgramFiles%&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;VpxClient.exe&quot;</div></div></p><p>5、将这个批处理文件在桌面上放置快捷方式并更改图标，每次要打开vSpere客户端的时候，运行这个快捷方式就OK了。</p><p><br />Windows 7 RTM版测试通过，附件为Windows XP安装.NET 3.5 SP1后的system.dll。<br /><br /><br /><a href="attachment.php?fid=6">点击这里下载文件</a></p><br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows7" rel="tag">windows7</a> , <a href="http://www.wolfcity.net/tag.php?tag=vsphere" rel="tag">vsphere</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?116</link>
<title><![CDATA[儿子帮忙修电脑……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Thu, 25 Sep 2008 00:37:41 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?116</guid> 
<description>
<![CDATA[ 
	　　文文都6个半月了，平日里儿子都是一觉睡到早上6点过的，今天4点半过就起来了，给喝水，不喝，弄了奶给喝，还是不喝，就闹&hellip;&hellip;<br /><br />　　从床上抱起来后，文文指着他爷爷用来玩游戏的电脑，当时没太注意，就抱他出寝室了，谁知道越闹越大声，无奈只有抱回寝室，免得影响别人，他还是指着电脑。就抱他过去电脑那里，抱他坐在电脑面前，他敲敲键盘，动动鼠标，玩的很起劲。可是过了大约5分钟就开始不耐烦了，使劲砸键盘，扔鼠标&hellip;&hellip;<br /><br />　　文文爷爷把电脑开关打开，听到&ldquo;滴&rdquo;的一声，文文目光马上从键盘上移到屏幕上了，屏幕上终于有了画面，文文深深的叹了一口气，笑了&hellip;&hellip;这时文文的奶奶把水瓶塞给文文，文文开始喝水了&hellip;&hellip;才喝了两三口，就已经睡着了&hellip;&hellip;<br /><br />　　原来文文才半岁就知道帮爷爷修电脑了&hellip;&hellip;<img src="images/emot/sweat.gif" border="0" width="20" height="20" /><img src="images/emot/sweat.gif" border="0" width="20" height="20" /><img src="images/emot/sweat.gif" border="0" width="20" height="20" /><img src="images/emot/sweat.gif" border="0" width="20" height="20" /><img src="images/emot/sweat.gif" border="0" width="20" height="20" /><img src="images/emot/sweat.gif" border="0" width="20" height="20" /><br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=%25E5%2584%25BF%25E5%25AD%2590%25E5%25BF%2583%25E6%2583%2585" rel="tag">儿子心情</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?115</link>
<title><![CDATA[儿子2个月游泳视频……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Tue, 08 Jul 2008 00:25:53 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?115</guid> 
<description>
<![CDATA[ 
	<div align="left"><br/>此处包含一个多媒体文件，请用网页方式查看。<br/><br /><br /><br /><br /><br /><br />儿子最喜欢游泳了，放在游泳池里的时候，他就一直使劲动，很开心的&hellip;&hellip;</div>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?114</link>
<title><![CDATA[儿子20天视频，哇哈哈哈……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Tue, 08 Jul 2008 00:23:48 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?114</guid> 
<description>
<![CDATA[ 
	<div align="center"><br/>此处包含一个多媒体文件，请用网页方式查看。<br/><br /></div><br /><br /><br />　　儿子小时候感觉好小啊&hellip;&hellip;而且都不怎么笑，和现在差别好大啊&hellip;&hellip;<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=%25E5%2584%25BF%25E5%25AD%2590%25EF%25BC%258C%25E9%2594%25B4%25E6%2596%2587" rel="tag">儿子，锴文</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?113</link>
<title><![CDATA[“您是软件盗版的受害者”……想不到我也会中招……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Sun, 06 Jul 2008 13:10:04 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?113</guid> 
<description>
<![CDATA[ 
	　　自以为自己是老鸟了，谁知道还是被猎人逮住了&hellip;&hellip;<br /><br />　　什么都不说了，还是用简单的办法，工具上，运行一下，重启一次，一了百了！！！<br /><br /><a href="attachment.php?fid=3">点击这里下载文件</a><br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=xp" rel="tag">xp</a> , <a href="http://www.wolfcity.net/tag.php?tag=%25E7%259B%2597%25E7%2589%2588" rel="tag">盗版</a> , <a href="http://www.wolfcity.net/tag.php?tag=wga" rel="tag">wga</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?112</link>
<title><![CDATA[儿子满月了，哇哈哈哈哈……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Sat, 12 Apr 2008 08:02:27 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?112</guid> 
<description>
<![CDATA[ 
	<div align="left">　　儿子终于满月了，拍了张照片纪念一下，哇哈哈哈哈&hellip;&hellip;<br /><br />　　臭儿子，一天到晚动不停的，想拍个照片都么办法拍清楚，只有等他睡着了然后拍一张了。</div><br /><br /><div style="text-align: center"><img class="insertimage" src="attachment.php?fid=2" border="0" width="480" height="360" /></div>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?111</link>
<title><![CDATA[郁闷死了……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[我的艾泽拉斯王国]]></category>
<pubDate>Sun, 09 Dec 2007 15:26:32 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?111</guid> 
<description>
<![CDATA[ 
	　　本来想拿T4肩膀换防御肩膀，出2件特效的，结果没出肩膀，后面BOSS掉腿，当时忘了我才换了徽章腿，比T4还好。于是就要了&hellip;&hellip;妈的，现在只能换DPS腿，如果要换DPS腿我还不如让给老冰他们让他们换DPS腿。<br /><br />　　郁闷死了，我靠，虽然无心之过，但是也TM算是损人不利己的&hellip;&hellip;唉&hellip;&hellip;以后做事情要先看清楚、想清楚了再做了&hellip;&hellip;<br /><br />　　决定这个道具永远放在包里，不换TANK也不换DPS了，随时可以看到，提醒自己&hellip;&hellip;<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=%25E5%25BF%2583%25E6%2583%2585" rel="tag">心情</a> , <a href="http://www.wolfcity.net/tag.php?tag=wow" rel="tag">wow</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?110</link>
<title><![CDATA[好久不写了……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[波涛汹涌的心情]]></category>
<pubDate>Sat, 08 Dec 2007 00:29:17 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?110</guid> 
<description>
<![CDATA[ 
	　　好久不写了，不是因为我没有心情，而是因为心情太多，而我太懒，一时不知道如何下手，于是干脆不写了&hellip;&hellip;<br /><br />　　这个理由可谓冠冕堂皇了，我习惯什么事情都给自己找个理由，让自己有个台阶下。也许我继承了我父辈们的光荣传统，面子思想比较重。同样的，我也成功的集成了中华民族男性的光荣传统&mdash;&mdash;大男子主义！<br /><br />　　我同样希望自己为核心，身边的人都能够以自己马首是瞻&hellip;&hellip;很多时候因为这样而让人觉得很高傲，很自私，很独断，不管，管他呢，我只要自己开心就好了&hellip;&hellip;<br /><br />　　今天周末，身上压着的羽绒被已经竭尽全力的为我保暖了，但是我依然还是觉得凉风阵阵的&hellip;&hellip;我不怪它，因为它已经尽力了&hellip;&hellip;<br /><br />　　hmm&hellip;&hellip;现在仔细想想好像是我忘了关窗子了&hellip;&hellip;<br /><br />　　今天晚上再试试看，把窗子关小点还冷不冷&hellip;&hellip;<br /><br />　　羽绒被，再给你一次机会，你要抓紧表现哦&hellip;&hellip;<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=%25E5%25BF%2583%25E6%2583%2585" rel="tag">心情</a>
]]>
</description>
</item>
</channel>
</rss>