<?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>IT生活</title>
	<atom:link href="http://www.djx1981.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.djx1981.com</link>
	<description>Record Some Useful Thing for Sharing</description>
	<lastBuildDate>Fri, 14 Oct 2011 06:23:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>史上最全的 Winlicense 版本</title>
		<link>http://www.djx1981.com/archives/465.html</link>
		<comments>http://www.djx1981.com/archives/465.html#comments</comments>
		<pubDate>Fri, 14 Oct 2011 06:23:15 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[游戏]]></category>
		<category><![CDATA[Winlicense]]></category>
		<category><![CDATA[版本]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/465.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>v2.1.8.0 2011-05-18 v2.1.7.0 2011-03-09 v2.1.6.0 2010-12-22 v2.1.5.0 2010-12-14 v2.1.4.0 2010-11-15 v2.1.3.0 2010-07-22 v2.1.2.0 2010-04-30 v2.1.1.0 2009-12-18 v2.1.0.0 2009-08-14 v2.0.9.0 2009-07-10 v2.0.8.0 2009-05-07 v2.0.7.0 2009-03-25 v2.0.6.0 2009-02-23 v2.0.5.0 2008-12-18 v2.0.4.0 2008-10-31 v2.0.3.0 2008-09-03 v2.0.2.0 2008-07-10 v2.0.1.0 2008-06-05 v1.9.9.0 2008-03-13 v1.9.8.0 2008-01-23 v1.9.7.0 2007-12-12 v1.9.6.0 2007-11-20 v1.9.5.0 2007-09-21 v1.9.4.0 2007-08-24 v1.9.3.0 2007-08-02 v1.9.2.0 2007-06-30 v1.9.1.0 2007-06-05 v1.9.0.0 [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/465.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>合并phpwind sp1 论坛</title>
		<link>http://www.djx1981.com/archives/463.html</link>
		<comments>http://www.djx1981.com/archives/463.html#comments</comments>
		<pubDate>Tue, 07 Jun 2011 19:43:40 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[phpwind]]></category>
		<category><![CDATA[合并]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/463.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>要合并2个phpwind sp1的论坛。 从 http://www.phpwind.net/read-htm-tid-961998.html 下载到 PHPWind7.5论坛合并程序。按照操作步骤，进行到第16步时提示错误。 Error Url: http://xxx/75unit/index.php?m=build&#38;step=16 Error Msg: Query Error: INSERT INTO pw_forums (fup,ifsub,childid,type,logo,name,descrip,title,dirname,metadescrip,keywords,vieworder,forumadmin,fupadmin,style,across,allowhtm,allowhide,allowsell,allowtype,copyctrl,allowencode,password,viewsub,allowvisit,allowread,allowpost,allowrp,allowdownload,allowupload,modelid,forumsell,pcid,f_type,f_check,t_type,cms,ifhide,showsub,ifcms) values () MySQL said: #1054 &#8211; Unknown column &#8216;title&#8217; in &#8216;field list&#8217; 查看论坛的数据库，发现 forums 表没有title 字段，可能这个程序不是针对SP1版本的。打开 75unit/core.php 文件，找到第16步，把 $sql=&#8221;INSERT INTO {$pro1}forums (fup,ifsub,childid,type,logo,name,descrip,title,dirname,metadescrip,keywords,vieworder,forumadmin,fupadmin,style,across,allowhtm,allowhide,allowsell,allowtype,copyctrl,allowencode,password,viewsub,allowvisit,allowread,allowpost,allowrp,allowdownload,allowupload,modelid,forumsell,pcid,f_type,f_check,t_type,cms,ifhide,showsub,ifcms)&#8221;; 里面的 &#8220;,title&#8221; 删掉 $sql.=&#8221; values (&#8216;$rt[fup]&#8216;,&#8217;$rt[ifsub]&#8216;,&#8217;$rt[childid]&#8216;,&#8217;$rt[type]&#8216;,&#8217;$rt[logo]&#8216;,&#8217;$rt[name]&#8216;,&#8217;$rt[descrip]&#8216;,&#8217;$rt[title]&#8216;,&#8217;$rt[dirname]&#8216;,&#8217;$rt[metadescrip]&#8216;,&#8217;$rt[keywords]&#8216;,&#8217;$vieworder&#8217;,'$rt[forumadmin]&#8216;,&#8217;$rt[fupadmin]&#8216;,&#8217;$rt[style]&#8216;,&#8217;$rt[across]&#8216;,&#8217;$rt[allowhtm]&#8216;,&#8217;$rt[allowhide]&#8216;,&#8217;$rt[allowsell]&#8216;,&#8217;$rt[allowtype]&#8216;,&#8217;$rt[copyctrl]&#8216;,&#8217;$rt[allowencode]&#8216;,&#8217;$rt[password]&#8216;,&#8217;$rt[viewsub]&#8216;,&#8217;$rt[allowvisit]&#8216;,&#8217;$rt[allowread]&#8216;,&#8217;$rt[allowpost]&#8216;,&#8217;$rt[allowrp]&#8216;,&#8217;$rt[allowdownload]&#8216;,&#8217;$rt[allowupload]&#8216;,&#8217;$rt[modelid]&#8216;,&#8217;$rt[forumsell]&#8216;,&#8217;$rt[pcid]&#8216;,&#8217;$rt[f_type]&#8216;,&#8217;$rt[f_check]&#8216;,&#8217;$rt[t_type]&#8216;,&#8217;$rt[cms]&#8216;,&#8217;$rt[ifhide]&#8216;,&#8217;$rt[showsub]&#8216;,&#8217;$rt[ifcms]&#8216;)&#8221;; 里面的 &#8220;,&#8217;$rt[title]&#8216;&#8221; 删掉。 修改后上传，刷新浏览器，又提示 Unknown column &#8216;metadescrip&#8217; in &#8216;field list&#8217;，同样的修改方法，去掉 [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/463.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>超级网银 － 在工行网上银行管理中行的资金</title>
		<link>http://www.djx1981.com/archives/461.html</link>
		<comments>http://www.djx1981.com/archives/461.html#comments</comments>
		<pubDate>Thu, 26 May 2011 03:54:11 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[中行]]></category>
		<category><![CDATA[工行]]></category>
		<category><![CDATA[超级网银]]></category>
		<category><![CDATA[转账]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/461.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100040' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1216174661691.jpg' style='width:200px;height:200px;' /></a>尝试了N次，终于搞好了。最终实现了 在 工行网银 查询中行卡的余额、明细，从中行卡实时转账到工行卡，免手续费。 1、登录中行的网上银行。点&#8221;跨行现金管理&#8221; =&#62; &#8220;管理中行账户&#8221; =&#62; &#8220;授权支付签约&#8221; 填好之后，出现一个页面，要求输入 动态口令 确认。完成后，点&#8221;被动支付开关&#8221;，把刚才选的授权账户 开通在线认证。这样中行方面的工作就完成了。 2、登录工行网银，点 &#8220;我的账户&#8221; =&#62; &#8220;网银互联账户&#8221; =&#62; &#8220;签约他行账户&#8221; 往下操作，然后会转到中行的网站，输入网银登录账户、密码后，出现： 单笔上限填 50000，下一步后，要求输入动态口令确认。 按照页面提示操作，就完成签约了。 3、从中行卡往工行卡转钱：在工行网银，点&#8221;转账汇款&#8221; 相关文章 无相关文章]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/461.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows apache 支持 cgi</title>
		<link>http://www.djx1981.com/archives/452.html</link>
		<comments>http://www.djx1981.com/archives/452.html#comments</comments>
		<pubDate>Thu, 26 May 2011 03:00:32 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Perl编程]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/452.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>cgi程序 以前在 iis 下正常工作，换成phpstudy 环境，apache，cgi程序提示 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/452.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>超频之基础 －CPU</title>
		<link>http://www.djx1981.com/archives/450.html</link>
		<comments>http://www.djx1981.com/archives/450.html#comments</comments>
		<pubDate>Thu, 12 May 2011 04:19:59 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[FSB]]></category>
		<category><![CDATA[主频]]></category>
		<category><![CDATA[倍频]]></category>
		<category><![CDATA[内存]]></category>
		<category><![CDATA[双通道]]></category>
		<category><![CDATA[外频]]></category>
		<category><![CDATA[总线]]></category>
		<category><![CDATA[超频]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/450.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100040' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1216174661691.jpg' style='width:200px;height:200px;' /></a>486 以前，电脑所有设备的时钟频率 跟CPU的工作频率 都是相同的，486以后，由于一些外设不能承受那么高的CPU频率，出现了倍频。倍频器设在CPU内，外频由主板频率发生器产生，也称系统时钟频率。CPU 主频 ＝ 倍频×外频 要提高CPU频率就从倍频和外频入手，开始提高倍频，到了不能再提高的时候，就提高外频（从66Mhz，100Mhz，133Mhz，到200Mhz），外频不断提高，有些外设承受不了了，就出现了 分频技术。北桥芯片负责分频（就是通过北桥将CPU的外频降低，供给其他设备用）。 超倍频 比 超外频 更稳定，因为超了外频后，由于分频，其他设备会工作于非标准频率（标准频率是33Mhz，66Mhz，100Mhz），可能造成工作不正常、稳定。但一般 倍频 都是锁定的，不允许修改 FSB（Front Side Bus，前端总线）是 CPU 连接到 北桥芯片 的总线。北桥芯片负责联系内存、显卡等数据吞吐量最大的部件，并和南桥芯片连接。CPU就是通过FSB连接到北桥芯片，进而通过北桥芯片和内存、显卡交换数据。FSB是CPU和外界交换数据的最主要通道。在Pentium 4初期及以前，FSB的频率 跟 CPU外频 是相同的，后来intel使用QDR技术，使得FSB＝CPU外频×4。（外频是133时，FSB是533；外频是200时，FSB是800） ===================== SDRAM内存的 数据频率 跟 其核心频率 一致；内存发展到DDR（double data rate），其 数据频率 就是 其核心频率 的2倍（外频是133，内存是266；外频是200，内存是400；DDR266，DDR400就是这个意思） 外频是133时，FSB是533，内存核心频率是133，数据频率是266，内存速度只有FSB的一半，拖了CPU的后腿，这个时候出现了双通道技术，2根内存使用2个通道一起工作，等于速度增加了一倍，2条266双通道＝533，跟FSB匹配了。 DDR2 数据频率 就是 其核心频率 的4倍；DDR3 数据频率 就是 其核心频率 的8倍。 ===================== AMD 跟 Intel 的有些不同。旧的462针脚AMD CPU，采用ev6的FSB规格，FSB＝倍频×2，倍频133时，外频266，内存也是266，双通道对CPU提升不大。新的754（K8）/939 64位CPU，把内存管理器集成到CPU内部了（以前这个工作由北桥完成），FSB＝CPU主频；AMD [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/450.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卡介苗复查结果</title>
		<link>http://www.djx1981.com/archives/448.html</link>
		<comments>http://www.djx1981.com/archives/448.html#comments</comments>
		<pubDate>Thu, 12 May 2011 04:14:38 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[卡介苗]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/448.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>带着宝宝去，左手腕上打了针的地方会发红，医生那尺子量了下发红部位的直径，然后又量了下 以前打卡介苗 的左手臂上 出来的一个痕迹的尺寸，然后就说打上了，就回来了。 相关文章 卡介苗复查]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/448.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卡介苗复查</title>
		<link>http://www.djx1981.com/archives/445.html</link>
		<comments>http://www.djx1981.com/archives/445.html#comments</comments>
		<pubDate>Mon, 09 May 2011 15:46:00 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[卡介苗]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/445.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100141' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1227753001782.jpg' style='width:200px;height:200px;' /></a>网上查的 海淀结核病防治所 在 海淀永丰基地有个检查点，没想到到了那问了下，海淀永丰基地那个检查点已经关闭了。就到西北旺二街5号的卫生大厦，在西北旺政府附近。上4楼。要拿着种卡介苗的那个卡片还有打预防针的册子。他们推荐验血型和查微量元素的项目，做了，共79元。 先到复查室，在宝宝左手胳膊上打了一针，然后到采血处从大拇指采了点血，宝宝很乖，没有哭。这个地方只有周一能复查卡介苗。周四上午11点前带着宝宝来看卡介苗的复查结果和取微量元素的报告。 相关文章 卡介苗复查结果]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/445.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ping 网站API接口</title>
		<link>http://www.djx1981.com/archives/444.html</link>
		<comments>http://www.djx1981.com/archives/444.html#comments</comments>
		<pubDate>Fri, 06 May 2011 07:16:59 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[baidu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/444.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100141' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1227753001782.jpg' style='width:200px;height:200px;' /></a>Google&#8221;博客搜索&#8221;Ping 服务应用编程接口(API) 文档地址: http://www.google.com/intl/zh-CN/help/blogsearch/pinging_API.html 百度博客Ping服务的详细介绍 http://www.baidu.com/search/blogsearch_help.html#n7 Feedsky API 说明：http://rpc.feedsky.com/ping 有道 API： http://blog.youdao.com/ping/ 相关文章 Zoundry Raven 手动添加ping网站]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/444.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoundry Raven 手动添加ping网站</title>
		<link>http://www.djx1981.com/archives/442.html</link>
		<comments>http://www.djx1981.com/archives/442.html#comments</comments>
		<pubDate>Fri, 06 May 2011 07:12:13 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[Zoundry Raven]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/442.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>1、打开 Zoundry Raven\system\plugins\zoundry.raven.blogapp.pubsystems\zplugin.xml 2、&#60;zoundry-extension point=&#8221;zoundry.blogapp.pubsystems.weblogping.site&#8221;&#62; &#60;id&#62;zoundry.blogapp.pubsystems.publishers.weblogping.site.technorati&#60;/id&#62; &#60;extension-data&#62; &#60;weblog-ping-site&#62; &#60;name&#62;Technorati&#60;/name&#62; &#60;url&#62;http://rpc.technorati.com/rpc/ping&#60;/url&#62; &#60;/weblog-ping-site&#62; &#60;/extension-data&#62; &#60;/zoundry-extension&#62; 复制、粘贴，只要改上面3个地方，就是一个新的了。比如添加 baidu 的ping，那就是 &#60;zoundry-extension point=&#8221;zoundry.blogapp.pubsystems.weblogping.site&#8221;&#62; &#60;id&#62;zoundry.blogapp.pubsystems.publishers.weblogping.site.baidu&#60;/id&#62; &#60;extension-data&#62; &#60;weblog-ping-site&#62; &#60;name&#62;Baidu&#60;/name&#62; &#60;url&#62;http://ping.baidu.com/ping/RPC2&#60;/url&#62; &#60;/weblog-ping-site&#62; &#60;/extension-data&#62; &#60;/zoundry-extension&#62; 有些blog ping 网站要求传递 weblogUpdates.extendedPing，比如 http://blog.youdao.com/ping/RPC2 http://blog.yodao.com/ping/RPC2 目前发现 Zoundry Raven 只能传递 weblogUpdates.ping，不知道怎么传递 weblogUpdates.extendedPing。 几个适合 Zoundry Raven 的ping 网站，2011.05.06 测试可用： http://blogsearch.google.com/ping/RPC2 http://ping.baidu.com/ping/RPC2 http://www.feedsky.com/api/RPC2 http://www.zhuaxia.com/rpc/server.php http://xianguo.com/xmlrpc/ping.php http://rpc.weblogs.com/RPC2 http://rpc.icerocket.com:10080 测试不可用的： http://api.my.yahoo.com/RPC2 相关文章 ping [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/442.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>winXP系统盘从FAT32转为NTFS &amp; MBR修复</title>
		<link>http://www.djx1981.com/archives/427.html</link>
		<comments>http://www.djx1981.com/archives/427.html#comments</comments>
		<pubDate>Fri, 06 May 2011 05:16:28 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[FAT32]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/427.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>C 盘是FAT32，安装的Winxp。因为需要用到 junction.exe 建立文件夹链接，需要转成NTFS格式的。 执行： convert c: /fs:ntfs 提示要重启才能转换。遂重启，启动过程中进行了转换，转换完成后系统自动重启。显示操作系统菜单后，提示 &#8220;error reading kernel&#8221;，猜想是因为装了影子系统。影子把自身的代码写到了某个扇区，现在转成ntfs了，扇区位置找不到了，就提示错误了。 进PE，用 partition manager 把c盘转为fat32，重启后可以启动，但是在启动过程中convert又把 c盘从fat32转为ntfs了。现在是两难了。 进PE，把c盘格成 ntfs，然后用 GhostExp.exe 把ghost备份里的全部文件提取到 c盘，然后用 DiskGenius 重建MBR，重启，可以进入系统了。 折腾来折腾去，搞了一上午＋一下午才弄好。 相关文章 无相关文章]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/427.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tease 的 XenoCode字符串自动解密工具</title>
		<link>http://www.djx1981.com/archives/423.html</link>
		<comments>http://www.djx1981.com/archives/423.html#comments</comments>
		<pubDate>Fri, 06 May 2011 04:50:48 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[XenoCode]]></category>
		<category><![CDATA[解密]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/423.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>转自： http://www.cnblogs.com/chengchen/archive/2008/07/14/1242244.html tease 发布于 看雪论坛：http://bbs.pediy.com/showthread.php?t=68349 字符串搜索工具及XenoCode字符串自动解密工具 我们在使用OD破解软件的时候，字符串搜索是最常用的功能之一。但是在DONET平台下似乎没有什么比较好的软件，于是自己动手写了一个软件。这个软件可以自动搜索DONET程序集中的所有的字符串，并给出这个字符串相关的类名以及方法名，让您轻松定位。 我们同样可以发现部分的程序集被xenocode进行了字符串的加密，根据雨痕老大的文章，可以进行解密操作。 http://www.rainsts.net/article.asp?id=96于是我又根据其原理写了一个自动的解密工具。这个小软件可以自动搜索出被XenoCode加密的所有字符串，并显示该字符串相关的类名和方法名。搜索的结果为解密后的字符串原文！！！！！！ 举例： 1、有一个CrackME.exe用Reflector查看，使用XenoCode2007版进行了字符串加密，如图所示： 2、使用EnXenoCode打开这个CrackMe，再点击搜索就可以找出所有的被加密后字符串，如图所示： 注意：如果有时提示无法找到方法名的错误，那么需要你进行手动进行设置，填入通过Reflector查看解密字符串处的namespace和类名、方法名。如图： http://files.cnblogs.com/chengchen/CrackTools/DONETStringSearch.rar 相关文章 雨痕老大的 解密XenoCode加密的字符串 Xenocode 脱壳分析 &#38; 一个骗子外挂的分析]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/423.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>雨痕老大的 解密XenoCode加密的字符串</title>
		<link>http://www.djx1981.com/archives/408.html</link>
		<comments>http://www.djx1981.com/archives/408.html#comments</comments>
		<pubDate>Wed, 04 May 2011 12:43:59 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[XenoCode]]></category>
		<category><![CDATA[解密]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/408.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>很多 .net 程序发行时会使用混淆器进行保护，其中 XenoCode 2005 应该说是使用比较多的一个。 XenoCode会使用一个插入的类对程序集中的字符串进行保护。 本文将结合 Reflector 和反射技术解密程序集中被加密的字符串。 首先，我们使用 Reflector 对原程序进行 Disassembler，找到我们要解密的字符串代码。 如： this.x80bb7e5ddf294933.SerialNumber = string.Intern(x1110bdd110cdcea4._d574bb1a8f3e9cbc("\udbac\ue2b7\ue9bb\uf0af\uf7b8\ufeb3\u05a8\u0c61", 0x555ddb55)); 找到要解密的字符串以后，开始编写反射调用代码。 class Program { public static void Main() { // 载入程序集，test.exe 为被混淆的程序集文件名。 Assembly asm = Assembly.LoadFrom(@"test.exe"); // 获取XenoCode插入的解密类型(包含其namespace)，对应上面字符串前面的类名，每次混淆结果可能都不同。 Type type = asm.GetType("x293b01486f981425.x1110bdd110cdcea4"); // 字符串参数和解密参数 object[] parameters = {"\udbac\ue2b7\ue9bb\uf0af\uf7b8\ufeb3\u05a8\u0c61", 0x555ddb55}; Type[] paramTypes = new Type[parameters.Length]; for (int [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/408.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xenocode 脱壳分析 &amp; 一个骗子外挂的分析</title>
		<link>http://www.djx1981.com/archives/406.html</link>
		<comments>http://www.djx1981.com/archives/406.html#comments</comments>
		<pubDate>Wed, 04 May 2011 09:46:40 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[游戏]]></category>
		<category><![CDATA[XenoCode]]></category>
		<category><![CDATA[外挂]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/406.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>http: //www.wg558.com/include/Showproduct.aspx?ShowID=151 一朋友买了后，怎么都用不起，卖的人也一直联系不上。 经分析，是 .Net 语言编写的，分析代码，是个骗子程序，怎么都不可能登陆上。 骗子外挂下载： http: //www.wg558.com/include/Showproduct.aspx?ShowID=151 下载后，解压得到 征途2外挂安装.msi，安装后（也可以用 MsiTools.exe 把msi文件的内容解压出来，这样就不用安装了），到目录，找到 &#8220;征途2外挂.exe&#8221;，用 CFF 打开，什么也没发现。 但程序要求安装 .Net 才能运行，这个程序应该是用 .Net 语言编写的，应该经过某些处理，CFF 看不到信息。 .Net 的程序首先可以用 通用脱壳程序 NETUnpack 试一试。双击 &#8220;征途2外挂.exe&#8221; 运行，打开 &#8220;NETUnpack.exe&#8221;，选择进程，点右上角的老人，找到一个文件Unpacked_1.exe。 用CFF打开，可以看到是 .Net 程序。 用 ildasm 打开，看到是 Xenocode 处理过的，导出为 test.il 打开 test.il，研究所有的 button*_Click method。研究过程中发现了字串都是经过加密的： IL_0046: ldstr &#8220;ldmmecnnpcpndbmnhcnnmnbpebfbnbcpekkalboafbhamdamoegb&#8221; IL_004b: ldc.i4 0x48d27325 IL_0050: call string xb9d8bb5e6df032aa.x1110bdd110cdcea4::_xaacba899487bce8c(string, int32) 根据 [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/406.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>好用的批量3389远程桌面管理工具 Remote Desktop Organizer</title>
		<link>http://www.djx1981.com/archives/405.html</link>
		<comments>http://www.djx1981.com/archives/405.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 16:33:18 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[3389]]></category>
		<category><![CDATA[Remote Desktop Organizer]]></category>
		<category><![CDATA[远程桌面]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/405.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100120' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226309325488.jpg' style='width:200px;height:200px;' /></a>Remote Desktop Organizer http://www.appmazing.com/remote-desktop-organizer/ 可以在一个窗口里打开多个远程桌面，设置密码后能自动登录远程桌面，不用像winxp的连接工具那样每次要输入密码了。 相关文章 无相关文章]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/405.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>好用的增量备份工具 FileGee</title>
		<link>http://www.djx1981.com/archives/403.html</link>
		<comments>http://www.djx1981.com/archives/403.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 15:46:19 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[FileGee]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/403.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>FileGee个人文件同步备份系统 http://www.skycn.com/soft/29053.html 可以实现增量备份，每次只备份发生过修改和新增的文件、文件夹。可以备份到别的电脑上，可以把备份文件进行压缩、加密，还可以导出。支持计划任务。 相关文章 无相关文章]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/403.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新了解的名词 NAS,SAN</title>
		<link>http://www.djx1981.com/archives/401.html</link>
		<comments>http://www.djx1981.com/archives/401.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 13:50:56 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/401.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>NAS（Network Attached Storage：网络附属存储） 是一个设备，连在网络上，具备资料存储功能的装置，因此也称为&#8221;网络存储器&#8221;。其他电脑可以通过 NFS、CIFS、FTP、HTTP 等协议访问NAS设备。 SAN是一个网络系统而NAS仅仅是一个设备&#8221;。 相关文章 无相关文章]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/401.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>西数 BPVT BEVT 区别</title>
		<link>http://www.djx1981.com/archives/397.html</link>
		<comments>http://www.djx1981.com/archives/397.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 10:28:24 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[BEVT]]></category>
		<category><![CDATA[BPVT]]></category>
		<category><![CDATA[硬盘]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/397.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100121' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>BPVT 属于EARS系列，支持Advanced Format。 Advanced Format又称&#8221;高级格式化&#8221;。一般格式化，每个扇区512字节，&#8221;高级格式化&#8221; 把硬盘格成每扇区 4096 字节，每次读取字节数量增加，传输速度将更快。 跟Windows 7 操作系统配合。 如果在硬盘上安装 winxp、Vista，那么会比普通硬盘慢，需要安装 WD align（WD Align是WD专门为XP等操作系统与WD EARS系列产品配合使用而开发的软件，可以在 www.wdc.com 下载）。&#8221;高级格式化&#8221; 不支持FAT/FAT32格式。 正常安装Vista/7/2008/R2不需align，但是使用ghost或者旧版ATI恢复系统分区时需要使用align。 EARS可以安装Windows 98、Windows 2000、Windows 2003吗？ 不能安装Windows 98，EARS主要是大容量硬盘，采用高级格式化的硬盘不支持FAT/FAT32格式。因为windows 98只能应用于FAT/FAT32格式，所以无法安装。 Windows 2000、Windows 2003跟WinXP采用的内核类似，理论上可以安装。鉴于微软对Windows 2000、Windows 2003的软件支持主要是企业级应用领域，推荐客户使用WD的企业级硬盘来安装Windows 2000、Windows 2003系统。 我把新买的EARS作为从盘或者外置硬盘，需要安装WD Align吗？ 如果EARS硬盘中没有安装操作系统，您就不需要安装WD Align补丁，即使安装也不会影响硬盘的性能。 align 调整起来还是比较麻烦的，怕麻烦的还是买 BEVT 的 转自：http://www.51nb.com/forum/thread-985408-1-1.html http://tieba.baidu.com/f?kz=704326950 相关文章 希捷硬盘“固件门” 西数硬盘&#8221;C1门&#8221; Sata硬盘跟IDE硬盘区别]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/397.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>希捷硬盘“固件门”</title>
		<link>http://www.djx1981.com/archives/395.html</link>
		<comments>http://www.djx1981.com/archives/395.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 09:32:04 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[硬盘]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/395.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>在极少数Seagate Barracuda7200.11硬盘中发现了一个固件问题，该问题导致开/关电源后可能无法访问数据。这批问题硬盘仅存在于2008年12月生产的部分产品型号中，经过固件升级之后，将可以重新使用。 希捷问题产品包括：1TB版酷鱼7200.11，1.5TB、750GB、640GB、500GB、320GB、160GB版的7200.11，以及酷鱼ES.2 SATA、SV35系列和迈拓MiamondMax 22系列产品，主要为2008年12月制造。 不良现象 　　1.HDD Tune 扇区重映射项以及其他项扫描有黄色Data，该Data并在不断增加中; 　　2.Everest扫描reallocated sector count项目DATA不良； 　　3.随机性地卡死； 　　4.随机性地重启抓不到硬盘 转自：http://baike.baidu.com/view/2202791.htm 相关文章 西数 BPVT BEVT 区别 西数硬盘&#8221;C1门&#8221; Sata硬盘跟IDE硬盘区别]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/395.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>西数硬盘&#8221;C1门&#8221;</title>
		<link>http://www.djx1981.com/archives/393.html</link>
		<comments>http://www.djx1981.com/archives/393.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 09:27:44 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[硬盘]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/393.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100114' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226288262205.jpg' style='width:200px;height:200px;' /></a>一、什么是C1？ 要了解什么是C1门，就得先了解两个重要的名词：APM和AAM。 APM：智能电源管理。西数硬盘运用的一个节能技术。当硬盘在一定时间内不读盘的时候，磁头自动回到停放区，一旦需要读盘，磁头再伸到磁盘上。一般这个&#8221;一定时间&#8221;就是8秒。 AAM：声音管理功能。调节硬盘转速和噪音的一个技术。转速低，换取静音，但牺牲部分性能；转速高，换取性能，但噪音大。 C1：磁头伸出周期计数，也就是load/unload cycle。也就是上面APM技术的8秒就自动返回一次的计数。（在HDtune pro，everest（在&#8221;存储设备&#8221;的&#8221;Smart&#8221;那里看），CrystalDiskInfo都可以看到C1值） 大家都知道，硬盘的数据传输是通过磁头读写磁盘上的数据来完成的。在工作过程中，磁头并不与磁盘的盘面直接接触，两者之间有一层很薄的空气薄膜，这层空气薄膜是由于磁盘的高速旋转产生的。如果磁盘停止旋转，空气薄膜消失，磁头则会直接接触到盘片，这无疑对盘片的寿命以及对存储在这块区域的数据造成不好的影响。因此在早期阶段，硬盘制造商一般会在对盘片的表面做特殊的处理。 但是随着人们对于硬盘传输速度和硬盘容量需求的不断增加，制造商需要不断提高硬盘的面密度，同时要求盘片表面尽可能地平滑，这无疑与之前采用的技术产生了冲突，再加上其他的一些因素，硬盘制造商迫切地需要一种新的方式来替代之前采用的磁头直接接触盘面的行为。这时IBM的工程师们提出了一种叫做 Load/Unload的技术。简单来说，Load/Unload技术有点像老式的点唱机，当盘片转速降低无法再产生空气薄膜的时候，就将磁臂以及磁头旋转一下，停靠到磁盘旁边的一个小斜坡上。这样就完全避免了磁头与盘片的直接接触。 总体来说，Load/Unload技术是有利的，比如可以提高硬盘的可靠性：硬盘遭到撞击的时候磁头不会划伤盘面；可以提高硬盘的面密度：不再需要对盘片表面做特殊的处理，可以提供平滑的盘面；以及可以有效地降低功耗：低功耗的程序可以通过多次请求Load/Unload来减少盘片的旋转时间，或者设置旋转超时时间(spin down timeout)来让磁头定期的做Load/Unload等等。 WD 提出了自己的一套GreenPower Technology技术，主要包括下面三个方面：IntelliPower 、IntelliPark 和 IntelliSeek。其中的IntelliPark 技术 ：在空闲时自动卸载读写头，减低空气阻力并分离读/写通道电子器件，能耗更低。为了省电，WD预设是连续8秒没有读写，就让读头进入停放区。这项技术与Load/Unload技术差不多，因此也可能导致C1值升高很快。 二、C1值高了有啥危害？ 虽然Load/Unload技术有很多优点，但毫无疑问频繁的Load/Unload操作会造成磁头的磨损，严重的话会造成数据读写失效，也会造成出现&#8221; 咔咔&#8221;的声音。另外，在游戏和视频播放中出现卡顿的现象。原因可能是:磁头复位后当程序请求读取硬盘数据时,磁头需要重新启动并寻址到指定位置,这一过程需要一定时间,而程序就会在这个间隙中出现假死现象。 三、如何降低C1值？ 1）、通过软件quietHDD或者CrystalDiskInfo来调APM从而达到磁头不归位的目的 2）、通过wdidle3软件在DOS下修改硬盘固件的参数从而达到磁头不归位的目的。 一些修改示范： 2.5寸黑盘，型号WD3200BJKT-75F4T，默认值4秒，修改为关闭计时器后正常，改为 30秒/300秒异常。 2.5寸蓝盘，型号WD5000BEVT-35A0R，默认值8秒，修改为关闭计时器后异常，改为 300秒正常。（wdidle3 /S300） 3.5寸绿盘，型号WD20EARS-00MVWB0，默认值8秒，修改为关闭计时器后异常，改为 300秒正常。（wdidle3 /S300） 3.5寸黑盘，型号WD1001FALS-00E8B0，默认值为关闭计时器，未作任何修改。 注意：绿盘要插在SATA0数据线上，其他黑盘蓝盘切记一定要拔掉数据线，否则连其他硬盘也打开C1。光驱不用拔，其他硬盘最好拔掉数据线，单挂绿盘使用此工具。 先用wdidle3 /r查看一下硬盘的idle3 timer设置的情况。如果有设定值，再运行wdidle3 /d关闭它，再输入wdidle3 /r检查关闭了没有；如果没用，就不用关闭了。有的盘关闭后会出现异常（进系统时硬盘咔咔咔地响，进系统慢了很多），对照上面的型号，设置为300秒。 四、APM、AAM与C1 AAM：Automatic acoustics-management ，即自动声音管理。硬盘的噪音大多由于本身的震动和磁头的不断操作产生，换言之在相同的环境下，同类硬盘的转速越高，噪音越大。为了解决这一问题，不少厂商为硬盘提供了声音管理功能，硬盘通过AAM的调节，在安静模式/高性能模式中调节以满足用户的需求。也就是牺牲部分性能换来静音。 APM：Advanced Power Management，这里特指硬盘高级电源管理。为了省电，在硬盘没有读取操作的时候,就将磁头复位。（这APM不和WD的IntelliPark一个性质嘛） APM(0~255) 设置为0，表示完全开启，硬盘连续8秒没有读写，磁头会复位；设置为255表示，关闭APM，磁头除了在开关机时复位，其他时间不复位。 AAM(128~254) 设置为128，表示适当降低转速，换取静音；设置为254表示不降低转速。 这样，我们就明白了。将APM设置为255就可以避免磁头复位（相反，耗电和发热可能增加），因此C1值就不会再增加。同时，那些可能由于磁头复位造成的&#8221; [...]]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>建立 Hyper-v 虚拟机</title>
		<link>http://www.djx1981.com/archives/390.html</link>
		<comments>http://www.djx1981.com/archives/390.html#comments</comments>
		<pubDate>Mon, 25 Apr 2011 07:38:35 +0000</pubDate>
		<dc:creator>gold</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[虚拟]]></category>

		<guid isPermaLink="false">http://www.djx1981.com/archives/390.html</guid>
		<description><![CDATA[<a href='http://zhuti.huoban.taobao.com/event.php?pid=mm_22671287_0_0&eventid=100120' target='_blank' ><img class='alignleft size-thumbnail' src='http://img.alimama.cn/cms/images/1226309325488.jpg' style='width:200px;height:200px;' /></a>从Win7连接到 Hyper-v Server 后，开始建立虚拟机。对着Hyper-V Server计算机名，点右键，选择&#8221;新建&#8221;。 对于多余的不再需要的网络适配器，可以移除它，如图所示 启动虚拟机，安装系统。安装过程中，鼠标不起作用，纯键盘操作。系统安装完成后，安装 集成服务安装盘 以后就可以正常使用鼠标了。 转自： http://luashin.blog.51cto.com/416171/548455 http://rdsrv.blog.51cto.com/2996778/551641 http://wangchunhai.blog.51cto.com/225186/84711 相关文章 从Win7 远程连接 Hyper-V Server 安装 Hyper-V Server 2008 R2]]></description>
		<wfw:commentRss>http://www.djx1981.com/archives/390.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

