<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[我欲成仙，快乐齐天]]></title> 
<link>http://www.playanybody.com/index.php</link> 
<description><![CDATA[我用第三只眼睛看世界]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[我欲成仙，快乐齐天]]></copyright>
<item>
<link>http://www.playanybody.com/read.php?144</link>
<title><![CDATA[[整理]手动清除熊猫烧香]]></title> 
<author>playanybody &lt;playanybody@163.com&gt;</author>
<category><![CDATA[编程技术]]></category>
<pubDate>Tue, 23 Jan 2007 06:21:50 +0000</pubDate> 
<guid>http://www.playanybody.com/read.php?144</guid> 
<description>
<![CDATA[ 
	近一段时间，一个名为“熊猫烧香”（Worm.Nimaya）的病毒在互联网上疯狂肆虐。<br/><br/>该病毒采用“熊猫烧香”头像作为图标，诱使用户运行。该变种会感染用户计算机上的EXE可执行文件，被病毒感染的文件图标均变为“熊猫烧香”。同时，受感染的计算机还会出现蓝屏、频繁重启以及系统硬盘中数据文件被破坏等现象。该病毒会在中毒电脑中所有的网页文件尾部添加病毒代码。一些网站编辑人员的电脑如果被该病毒感染，上传网页到网站后，就会导致用户浏览这些网站时也被病毒感染。目前多家著名网站已经遭到此类攻击，而相继被植入病毒。<br/>............<br/><br/>Tags - <a href="http://www.playanybody.com/tag.php?tag=%25E6%258A%2580%25E6%259C%25AF" rel="tag">技术</a> , <a href="http://www.playanybody.com/tag.php?tag=%25E6%2593%258D%25E4%25BD%259C%25E7%25B3%25BB%25E7%25BB%259F%252C" rel="tag">操作系统,</a> , <a href="http://www.playanybody.com/tag.php?tag=%25E7%2597%2585%25E6%25AF%2592" rel="tag">病毒</a> , <a href="http://www.playanybody.com/tag.php?tag=%25E7%2586%258A%25E7%258C%25AB%25E7%2583%25A7%25E9%25A6%2599" rel="tag">熊猫烧香</a>
]]>
</description>
</item><item>
<link>http://www.playanybody.com/read.php?68</link>
<title><![CDATA[[原创]81000314错误]]></title> 
<author>playanybody &lt;playanybody@163.com&gt;</author>
<category><![CDATA[编程技术]]></category>
<pubDate>Mon, 11 Sep 2006 12:05:58 +0000</pubDate> 
<guid>http://www.playanybody.com/read.php?68</guid> 
<description>
<![CDATA[ 
	<div>刚刚登陆msn发生“81000314错误”，不明白什么原因。</div><br/><div>情况如下：</div><br/><div align=center><img src="attachment/200609/1157976126_0.jpg"></div><br/><div>查询了微软官方的帮助信息：<a href="http://help.live.com/(cHJvamVjdD13bF9zZWFyY2h2MSZtYXJrZXQ9ZW4tdXM=)/Help.aspx?querytype=keyword&query=qaf&fs=1" target=_blank><font color=blue>Live Help</font></a>。得到的帮助是：错误 81000314、81000377 或 81000378：您的联系人列表不可用如果您接收到其中一个错误信息，则表明您的联系人列表不可用或处于只读模式。请等待数分钟，然后尝试重新登录。</div><br/><div>莫名，现在继续等待中。。。</div><br/><br/>Tags - <a href="http://www.playanybody.com/tag.php?tag=%25E6%258A%2580%25E6%259C%25AF" rel="tag">技术</a> , <a href="http://www.playanybody.com/tag.php?tag=live" rel="tag">live</a>
]]>
</description>
</item><item>
<link>http://www.playanybody.com/read.php?48</link>
<title><![CDATA[[整理]关于大数阶乘溢出java解决方案]]></title> 
<author>playanybody &lt;playanybody@163.com&gt;</author>
<category><![CDATA[编程技术]]></category>
<pubDate>Wed, 16 Aug 2006 14:32:56 +0000</pubDate> 
<guid>http://www.playanybody.com/read.php?48</guid> 
<description>
<![CDATA[ 
	关于这点大家应该知道，我们将采用biginteger来防止溢出。这里需要调用java.math这个系统类。<br/><br/>以下代码计算1000的阶乘：<br/><div class="code">import java.io.*;<br/>import java.math.*;<br/>public class BigInteger_factorial &#123;<br/> &nbsp; public static void main(String&#91;&#93; args) throws IOException<br/> &nbsp; &nbsp;&#123;<br/> &nbsp; &nbsp; &nbsp; &nbsp;BigInteger s = BigInteger.valueOf(1);<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;for ( int i = 1;i&lt;=1000 ; i++)<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#123;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;s = s.multiply(BigInteger.valueOf(i));<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#125;<br/> &nbsp; &nbsp; &nbsp; &nbsp;System.out.println(s);<br/> &nbsp; &nbsp;&#125; &nbsp; &nbsp;<br/>&#125;</div><br/>Tags - <a href="http://www.playanybody.com/tag.php?tag=%25E6%258A%2580%25E6%259C%25AF" rel="tag">技术</a> , <a href="http://www.playanybody.com/tag.php?tag=java" rel="tag">java</a>
]]>
</description>
</item><item>
<link>http://www.playanybody.com/read.php?44</link>
<title><![CDATA[[整理]测试你的杀毒软件]]></title> 
<author>playanybody &lt;playanybody@163.com&gt;</author>
<category><![CDATA[编程技术]]></category>
<pubDate>Tue, 15 Aug 2006 11:12:37 +0000</pubDate> 
<guid>http://www.playanybody.com/read.php?44</guid> 
<description>
<![CDATA[ 
	---------------------请复制下面的代码到文本中保存-------------------<br/><br/>X5O!P%@AP[4&#92;PZX54(P^)7CC)7&#125;$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*<br/><br/>---------------------请复制上面的代码到文本中保存-------------------<br/>............<br/><br/>Tags - <a href="http://www.playanybody.com/tag.php?tag=%25E6%258A%2580%25E6%259C%25AF" rel="tag">技术</a>
]]>
</description>
</item><item>
<link>http://www.playanybody.com/read.php?8</link>
<title><![CDATA[[整理]解决任务栏出现两个我的电脑进程问题]]></title> 
<author>playanybody &lt;playanybody@163.com&gt;</author>
<category><![CDATA[编程技术]]></category>
<pubDate>Tue, 25 Jul 2006 03:02:55 +0000</pubDate> 
<guid>http://www.playanybody.com/read.php?8</guid> 
<description>
<![CDATA[ 
	BBS有人碰到在其电脑上的任务栏中会出现两个单一程序的进程的情况，比如明明只打开了一个我的电脑，而任务栏却有两个我的电脑的任务窗口。很多人认为他的贴图是PS的，但是楼住自己找到了解决方法，看着有点意思，拿来收藏下，说不定哪天我也会碰到<br/><br/>解决如下：<br/>新建文本文件，复制如下代码，将文件保存为vbs文件，运行，确定：<br/><br/>'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.<br/>'?Kelly Theriot and Doug Knox - 8/22/2003<br/>'翻译：Smallfrogs。翻译内容：将英文提示改为简体中文<br/>'来源：Microsoft Windows XP NewsGroup<br/><br/>............<br/><br/>Tags - <a href="http://www.playanybody.com/tag.php?tag=%25E6%2593%258D%25E4%25BD%259C%25E7%25B3%25BB%25E7%25BB%259F%252C" rel="tag">操作系统,</a> , <a href="http://www.playanybody.com/tag.php?tag=%25E6%258A%2580%25E6%259C%25AF" rel="tag">技术</a>
]]>
</description>
</item>
</channel>
</rss>