<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[刘宇的博客 - 两个人的幸福]]></title> 
<link>http://blog.lioyu.com/index.php</link> 
<description><![CDATA[时间停到这一刻..感受暖暖的幸福..]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[刘宇的博客 - 两个人的幸福]]></copyright>
<item>
<link>http://blog.lioyu.com/post/459/</link>
<title><![CDATA[[转]C/C++头文件一览]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Sun, 14 Jan 2007 07:37:27 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/459/</guid> 
<description>
<![CDATA[ 
	From: <a href="http://www.lqqm.net/Lqqm.NetCtpA11vNZMPGRCCNSCPSQFNOSMZTUHYGDYYXC_B/con?B=350&amp;F=M.1168438176.A&amp;N=2832&amp;T=0" target="_blank">LQQM C/C++</a><br/><br/>C、传统 C++<br/><br/>#include &lt;assert.h&gt;　　　　//设定插入点<br/>#include &lt;ctype.h&gt;　　　　 //字符处理<br/>#include &lt;errno.h&gt;　　　　 //定义错误码<br/>#include &lt;float.h&gt;　　　　 //浮点数处理<br/>#include &lt;fstream.h&gt;　　　 //文件输入／输出<br/>#include &lt;iomanip.h&gt;　　　 //参数化输入／输出<br/>#include &lt;iostream.h&gt;　　　//数据流输入／输出<br/>#include &lt;limits.h&gt;　　　　//定义各种数据类型最值常量<br/>#include &lt;locale.h&gt;　　　　//定义本地化函数<br/>#include &lt;math.h&gt;　　　　　//定义数学函数<br/>#include &lt;stdio.h&gt;　　　　 //定义输入／输出函数<br/>#include &lt;stdlib.h&gt;　　　　//定义杂项函数及内存分配函数<br/>#include &lt;string.h&gt;　　　　//字符串处理<br/>#include &lt;strstrea.h&gt;　　　//基于数组的输入／输出<br/>#include &lt;time.h&gt;　　　　　//定义关于时间的函数<br/>#include &lt;wchar.h&gt;　　　　 //宽字符处理及输入／输出<br/>#include &lt;wctype.h&gt;　　　　//宽字符分类<br/><br/>标准 C++　（同上的不再注释）<br/><br/>#include &lt;algorithm&gt;　　　 //STL 通用算法<br/>#include &lt;bitset&gt;　　　　　//STL 位集容器<br/>#include &lt;cctype&gt;<br/>#include &lt;cerrno&gt;<br/>#include &lt;clocale&gt;<br/>#include &lt;cmath&gt;<br/>#include &lt;complex&gt;　　　　 //复数类<br/>#include &lt;cstdio&gt;<br/>#include &lt;cstdlib&gt;<br/>#include &lt;cstring&gt;<br/>#include &lt;ctime&gt;<br/>#include &lt;deque&gt;　　　　　 //STL 双端队列容器<br/>#include &lt;exception&gt;　　　 //异常处理类<br/>#include &lt;fstream&gt;<br/>#include &lt;functional&gt;　　　//STL 定义运算函数（代替运算符）<br/>#include &lt;limits&gt;<br/>#include &lt;list&gt;　　　　　　//STL 线性列表容器<br/>#include &lt;map&gt;　　　　　　 //STL 映射容器<br/>#include &lt;iomanip&gt;<br/>#include &lt;ios&gt;　　　　　　 //基本输入／输出支持<br/>#include &lt;iosfwd&gt;　　　　　//输入／输出系统使用的前置声明<br/>#include &lt;iostream&gt;<br/>#include &lt;istream&gt;　　　　 //基本输入流<br/>#include &lt;ostream&gt;　　　　 //基本输出流<br/>#include &lt;queue&gt;　　　　　 //STL 队列容器<br/>#include &lt;set&gt;　　　　　　 //STL 集合容器<br/>#include &lt;sstream&gt;　　　　 //基于字符串的流<br/>#include &lt;stack&gt;　　　　　 //STL 堆栈容器　　　　<br/>#include &lt;stdexcept&gt;　　　 //标准异常类<br/>#include &lt;streambuf&gt;　　　 //底层输入／输出支持<br/>#include &lt;string&gt;　　　　　//字符串类<br/>#include &lt;utility&gt;　　　　 //STL 通用模板类<br/>#include &lt;vector&gt;　　　　　//STL 动态数组容器<br/>#include &lt;cwchar&gt;<br/>#include &lt;cwctype&gt;<br/><br/>using namespace std;<br/><br/>C99 增加<br/><br/>#include &lt;complex.h&gt;　　 //复数处理<br/>#include &lt;fenv.h&gt;　　　　//浮点环境<br/>#include &lt;inttypes.h&gt;　　//整数格式转换<br/>#include &lt;stdbool.h&gt;　　 //布尔环境<br/>#include &lt;stdint.h&gt;　　　//整型环境<br/>#include &lt;tgmath.h&gt;　　　//通用类型数学宏<br/>Tags - <a href="http://blog.lioyu.com/tags/c/" rel="tag">c</a> , <a href="http://blog.lioyu.com/tags/cpp/" rel="tag">cpp</a> , <a href="http://blog.lioyu.com/tags/%25E5%25A4%25B4%25E6%2596%2587%25E4%25BB%25B6/" rel="tag">头文件</a>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/426/</link>
<title><![CDATA[落伍朋友给的 Flash 程序,新闻公告和 Mp3 播放器~]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Thu, 14 Sep 2006 13:05:04 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/426/</guid> 
<description>
<![CDATA[ 
	有两种,新闻公告和 Mp3 播放器在一起的和单独的 Mp3 播放器:<br/><br/>新闻公告和 Mp3 播放器在一起的使用方法及下载:<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><div class="code">&lt;embed src=&quot;news.swf&quot; width=&quot;515&quot; height=&quot;181&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</div><br/><br/>里面附带了fla源文件，您可以任意修改，如果不喜欢或嫌麻烦可以不安装<br/>其中<span style="color: #FF0000;">mp3player.xml</span>为您的音乐列表地址<br/><span style="color: #FF0000;">news.xml</span>是您的公告内容</div></div><br/><br/><br/><a href="attachment/200609/1158238660_0.rar">点击这里下载文件</a><br/><hr/><br/>单独的 Mp3 播放器使用方法及下载:<br/><br/><a href="attachment/200609/1158238660_1.rar">点击这里下载文件</a><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>一.这个播放器可通过修改XML文件来实现多曲目连播,XML文件里面的内容大家一看就懂了。<br/>不过这个播放器有一个缺点,因为Flash支援的mp3采样频率只有11K, 22K, 44.1K,因此其他采样频率的MP3播放起来就会有失真的情况出现,在演示中有几首慢歌就明显出现了这种情况.<br/><br/>二. mp3player.swf (主播放器) 和 mp3player.xml(曲目列表) &nbsp;<br/>用记事本打开<span style="color: #FF0000;">mp3player.xml</span>。（或者直接在此文件上点右键--编辑） <br/>我已经把代码排好了格式，你将会看到： <br/><div class="code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;player showDisplay=&quot;yes&quot; showPlaylist=&quot;yes&quot; autoStart=&quot;yes&quot;&gt;<br/> &nbsp; &nbsp;&lt;song path=&quot;http://www.baoci98.net/art/image/2-nj-xia/Lesson11/sounds/a1.mp3&quot; title=&quot;蝴蝶花&quot; /&gt;<br/> &nbsp; &nbsp;&lt;song path=&quot;http://www.wangzimo.com/music/xinniandao.mp3&quot; title=&quot;新年到&quot; /&gt;<br/> &nbsp; &nbsp;&lt;song path=&quot;MP3音乐地址&quot; title=&quot;你想要在播放器上显示的名字&quot; /&gt; <br/> &nbsp; &nbsp;&lt;song path=&quot;MP3音乐地址&quot; title=&quot;你想要在播放器上显示的名字&quot; /&gt; <br/>&lt;/player&gt;</div><br/><br/>三.解释一下： <br/><u>在autoStart=可以设置参数</u> <br/>设置为yes是自动播放。 <br/>设置为no是不自动播放。 <br/>设置为random是随机自动播放。 <br/>默认为yes <br/><u>在MP3音乐地址粘贴到这里替换</u> <br/><u>在你想要在播放器上显示的名字这里填入歌曲的名字（任意）</u> <br/><u><span style="color: #FF0000;">注意改动的时候在"你想要在播放器上显示的名字"后面有一个“空格”和一个“/” ，切记不要把这里更改到。</span></u> <br/>一个<song path="MP3音乐地址" title="你想要在播放器上显示的名字" />就是一首歌，你可以添加N多个这样的语句（N等于你歌曲的数目）。<u>届时歌曲的排列方式将按这里的排列顺序显示。</u> <br/>注意：本FLASH播放器只支持MP3格式的音乐，其他格式将无法播放。 <br/>更改完成以后保存该XML文档（在菜单上点“文件”-“保存”） <br/>最后把mp3player.swf（不用修改） 和修改后的 mp3player.xml 分别上传到空间上，切记不要更改这两个文件的文件名。 <br/>再按照上述方法得到mp3player.swf的地址，把这个地址放在空间的WindowsMediaPlayer播放器的地址栏里即可。 <br/><u>鼠标放在列表处可自动向下滚动。</u></div></div><br/>Tags - <a href="http://blog.lioyu.com/tags/%25E8%2590%25BD%25E4%25BC%258D/" rel="tag">落伍</a> , <a href="http://blog.lioyu.com/tags/flash/" rel="tag">flash</a> , <a href="http://blog.lioyu.com/tags/%25E6%2596%25B0%25E9%2597%25BB/" rel="tag">新闻</a> , <a href="http://blog.lioyu.com/tags/%25E5%2585%25AC%25E5%2591%258A/" rel="tag">公告</a> , <a href="http://blog.lioyu.com/tags/mp3/" rel="tag">mp3</a> , <a href="http://blog.lioyu.com/tags/%25E6%2592%25AD%25E6%2594%25BE%25E5%2599%25A8/" rel="tag">播放器</a>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/424/</link>
<title><![CDATA[System Repair Engineer - 系统修复的好工具]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Tue, 05 Sep 2006 13:13:28 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/424/</guid> 
<description>
<![CDATA[ 
	作者是著名的 Smallfrogs ,是 MS 的 MVP 现在在金山工作吧~呵呵~<br/><br/>更新版本<br/>System Repair Engineer 2.2.6.605<br/><a href="attachment/200610/1161669895_0.rar">点击这里下载文件</a><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">版本是 System Repair Engineer 2.2 正式版本。<br/><br/>1. 增加数字签名检查功能，对注册表启动项、服务、驱动进行被动式数字签名验证：彻底解决恶意程序伪造厂商版权信息的问题。 <br/>2. 增加高级安全性判定：当属于安全项目时以绿色显示 <br/>3. 增加 Winsock Provider 重置功能：解决由于 Winsock Provider 被恶意程序破坏导致无法使用 TCP 协议的问题。 <br/>4. 增加对服务DLL枚举：解决恶意程序通过运行在 SVCHOST.EXE 进程里面而无法检查到的问题。 <br/>5. 增加驱动程序在日志里面的显示 <br/>6. 增加文件夹启动项的快捷方式指向的路径内容显示 <br/>7. 增加 HOST 文件内容在日志里面的显示 <br/>8. 增加 Autorun.INF 文件内容在日志里面的显示 <br/>9. 增加智能扫描功能在扫描进程时验证进程模块的数字签名信息 <br/>10. 增加知名WinlogonNotify过滤功能 <br/>11. 提高软件启动速度，加快20-30%以上 <br/>12. 增加插件是否有有效的来自KZTechs.COM的签名检查：防止恶意程序利用插件功能破坏用户系统 <br/>13. 增加对Windows Vista的试验性支持 <br/>14. 增加直接定位文件路径的功能 <br/>15. 改善软件操作易用性 <br/>16. 附带 Windows Shell 扩展菜单管理器插件模块 <br/>17. 修正一些BUG <br/>18. 其他数十处调整<br/><br/>本版本将于 2007/07/01 过期。<br/><br/>Smallfrogs<br/><a href="http://www.KZTechs.com" target="_blank">http://www.KZTechs.com</a><br/>2006-10-1</div></div><br/><a href="attachment/200609/1157461786_0.rar">点击这里下载文件</a><br/>相关说明:<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">System Repair Engineer 2.0.21.505 发行说明<br/>------------------------------------------<br/><br/>本版本是 System Repair Engineer 2.0 RC2 正式版本。<br/><br/>1. &nbsp;提供插件支持功能，允许用户自己编写插件<br/>2. &nbsp;提供X64平台支持<br/>3. &nbsp;强化进程、服务枚举检查功能<br/>4. &nbsp;增加一些注册表启动项自动检测<br/>5. &nbsp;提供全新的服务、驱动配置界面<br/>6. &nbsp;整合 Services/Drivers Configuration Tool 全部功能<br/>7. &nbsp;增加启动项、服务简易判断规则，当发现可疑内容时会以颜色高亮显示（红色表示高危项目，蓝色表示未知安全状态项目）<br/>8. &nbsp;增加参数支持，可以使用 SREng.EXE /? 察看参数支持列表<br/>9. &nbsp;内置程序内部检测调试日志生成功能<br/>10. 增加消息提示抑制功能，可以通过设置选项抑制某些提示信息<br/>11. 修正一些BUG<br/>12. 其他数十项改进<br/><br/><br/>本版本将于 2007/01/01 过期。<br/><br/>Smallfrogs<br/><a href="http://www.KZTechs.com" target="_blank">http://www.KZTechs.com</a><br/>2006-6-10</div></div><br/>Tags - <a href="http://blog.lioyu.com/tags/%25E7%25B3%25BB%25E7%25BB%259F/" rel="tag">系统</a> , <a href="http://blog.lioyu.com/tags/%25E4%25BF%25AE%25E5%25A4%258D/" rel="tag">修复</a> , <a href="http://blog.lioyu.com/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/423/</link>
<title><![CDATA[传一个命令行结束进程的工具]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Tue, 05 Sep 2006 11:02:48 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/423/</guid> 
<description>
<![CDATA[ 
	学校的机器中毒深啊...<br/><br/>找了一个命令行结束进程的工具,真的很好用的~<br/><br/><a href="attachment/200609/1157454056_0.rar">点击这里下载文件</a><br/><br/>版权:<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">PK v1.04，命令行操作的强力杀进程工具，可使用通配符。作者 winddriver</div></div><br/>用法:<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">1. PK -l<br/><br/>将列出“进程名称”、“进程ID”、“程序路径”，如：<br/><br/>EXPLORER.EXE 4294854594 C:&#92;WINDOWS&#92;EXPLORER.EXE<br/><br/>KPOPMON.EXE 4294720309 C:&#92;KAV6&#92;KPOPMON.EXE<br/><br/>2. PK 进程名(进程ID)<br/><br/>杀死当前进程可以通过“进程名”或“进程ID”。如：<br/><br/>PK explorer.exe<br/><br/>PK 4294854594</div></div><br/>Tags - <a href="http://blog.lioyu.com/tags/%25E5%2591%25BD%25E4%25BB%25A4%25E8%25A1%258C/" rel="tag">命令行</a> , <a href="http://blog.lioyu.com/tags/%25E7%25BB%2593%25E6%259D%259F/" rel="tag">结束</a> , <a href="http://blog.lioyu.com/tags/%25E8%25BF%259B%25E7%25A8%258B/" rel="tag">进程</a> , <a href="http://blog.lioyu.com/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/356/</link>
<title><![CDATA[为 blog 添加 xspf music_player]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Wed, 08 Mar 2006 05:18:19 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/356/</guid> 
<description>
<![CDATA[ 
	最早在 Google 的 Personalized Home 中看到这个插件,然后转到了 <a href="http://musicplayer.sourceforge.net/" target="_blank">http://musicplayer.sourceforge.net/</a> 下载了程序,放到空间里,改了模板,加到了 blog 的侧边里~感觉不错,很好用,而且可以自己制作播放列表~<br/><br/><br/>这里下载:<br/><br/>站内(版本 0.2.2):<br/><a href="up/xspf_player-0.2.2.zip" target="_blank">up/xspf_player-0.2.2.zip</a><br/><br/>官方(有3种形式的播放界面):<br/><a href="http://musicplayer.sourceforge.net/#download" target="_blank">http://musicplayer.sourceforge.net/#download</a><br/><br/><br/>压缩包内含四个文件:<br/><br/>license.txt<br/>xspf_player.as &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;--- 一些脚本(本人不会 Flash ,呵呵,大概是吧)<br/>xspf_player.fla &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;--- 可以用 Flash MX 以上版本对其进行修改,生成你所想要的样式<br/>xspf_player.swf &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;--- 最终用来使用的 swf 文件<br/><br/><br/>使用方法:<br/><br/>上传 xspf_player.swf 文件到一可访问目录,然后在所想引用它的网页中加入以下代码:<br/><br/><div class="code"><br/>&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;400&quot; height=&quot;170&quot;<br/>data=&quot;http://PATH-TO-PLAYER/xspf_player.swf?playlist_url=http://PATH-TO/playlistlist.xspf&quot;&gt;<br/>&lt;param name=&quot;movie&quot; <br/>value=&quot;http://PATH-TO-PLAYER/xspf_player.swf?playlist_url=http://PATH-TO/playlistlist.xspf&quot; /&gt;<br/>&lt;/object&gt;<br/></div><br/><br/>其中可以自定义宽,高,播放地址~<br/><br/>1) &nbsp;width=&quot;400&quot; height=&quot;170&quot; 定义播放器的宽,高;<br/>2) &nbsp;<a href="http://PATH-TO-PLAYER/" target="_blank">http://PATH-TO-PLAYER/</a> 为你存放 xspf_player.swf 的目录;<br/>3) &nbsp;<a href="http://PATH-TO/playlistlist.xspf" target="_blank">http://PATH-TO/playlistlist.xspf</a> 是播放列表,如果你没有自己制作,可以用官方进行演示的:<br/> &nbsp; &nbsp; <a href="http://www.hideout.com.br/shows/allshows.xspf" target="_blank">http://www.hideout.com.br/shows/allshows.xspf</a><br/>4) &nbsp;参数(用<u><strong>&amp;</strong></u>分隔):<br/><br/>playlist_url : xspf 文件的地址<br/>autoplay : 自动播放, 参数 ture/false<br/>autoload : 自动载入播放列表,参数 ture/false<br/>repeat_playlist : 列表循环,参数 ture/false<br/>playlist_size : 播放列表读取歌曲的数目,参数 <em>整数</em><br/>player_title : 取代歌曲题目的文字<br/><br/>更多参数请看官方的说明,比如对播放文件信息的设置,比如进行对单一 mp3 文件的播放等等~<br/><br/>详细的说明可以看:<br/><a href="http://musicplayer.sourceforge.net/#documentation" target="_blank">http://musicplayer.sourceforge.net/#documentation</a><br/><a href="http://forevergeek.com/articles/xspf_a_better_way_to_play_mp3s_on_your_site.php" target="_blank">http://forevergeek.com/articles/xspf_a_better_way_to_play_mp3s_on_your_site.php</a><br/><br/><br/>关于播放列表的制作可以看:<br/><a href="http://www.xspf.org/quickstart/" target="_blank">http://www.xspf.org/quickstart/</a><br/><br/>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/207/</link>
<title><![CDATA[[转]mpTrim]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Sun, 16 Oct 2005 04:14:59 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/207/</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp; ╒═══════════════════╕<br/> &nbsp; &nbsp; │欢迎使用 OFA 制作的 mpTrim 2.00 汉化版│<br/> &nbsp; &nbsp; ╘═══════════════════╛<br/><br/> 软件名称: mpTrim<br/> 软件版本: 2.00<br/> 原版下载: 不需要<br/> 运行环境: Win95/98/Me/NT/2000/XP/2003<br/> 软件性质: 免费<br/> 汉化补丁: HA_mpTrim200_OFA.rar<br/> 补丁大小: 209K<br/> 汉化作者: OFA<br/> E - mail: ofa120@sina.com<br/> 作者主页: <a href="http://www.cokemouse.com" target="_blank">http://www.cokemouse.com</a><br/><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 敬业者，专心致志以事其业者也。<br/>╒════════════════════════╕<br/>│软件简介: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; │<br/>├────────────────────────┤<br/>│mpTrim 原名 mp3Trim，它是一个小巧方便的 MP3 修整│<br/>│截取工具，主要功能是将 MP3 中您不要的部分(从头部│<br/>│或尾部)去掉，只保留精华所在；它的静音检测功能也 │<br/>│很强大，您可以利用这个功能把 MP3 文件中多余出来 │<br/>│的静音部分剪切掉；可以用它对 MP3 文件进行淡出/淡│<br/>│入的音效处理；可以对音量较小的 MP3 文件进行音量 │<br/>│放大；更改 MP3 文件的 ID 标签；除此之外，它还有 │<br/>│一些比较专业的功能，比如生成 CUE 文件、批处理、 │<br/>│提取片段等等。总之，mpTrim 是一个专门针对 MP3 文│<br/>│件的十分有效的修理工。 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;│<br/>╘════════════════════════╛<br/><br/>本地下载:<br/><br/><a href="up/ha_mptrim200_ofa.rar" target="_blank">up/ha_mptrim200_ofa.rar</a>
]]>
</description>
</item><item>
<link>http://blog.lioyu.com/post/100/</link>
<title><![CDATA[QQ2000的一个修改版....]]></title> 
<author>LiuYu &lt;taiyuan123@gmail.com&gt;</author>
<category><![CDATA[软件代码]]></category>
<pubDate>Tue, 16 Aug 2005 04:48:33 +0000</pubDate> 
<guid>http://blog.lioyu.com/post/100/</guid> 
<description>
<![CDATA[ 
	自己留个记录~<br/><br/><br/><br/>今日上传一文件:<br/><br/><br/>qq2000m.exe<br/><br/><br/><br/>原来大哥给我的...<br/><br/><br/><br/>是QQ2000的一个修改版本,自己下载体验哇~呵呵~不推荐使用它聊天,那样你会疯的~呵呵~<br/><br/><br/>地址:<br/><br/><br/>这个文件只能在登入之后下载。请先 <a href="http://blog.lioyu.com/login.php?job=register">注册</a> 或 <a href="http://blog.lioyu.com/login.php">登入</a><br/><br/><br/>北方用户下载可能慢,推荐使用下载工具分块下~~哇哈哈~~<br/><br/><br/>大小:<br/><br/><br/>7.31M<br/><br/><br/>下载出现错误请告诉我~<br/><br/><br/>功能用法自己体验哇~应该没病毒~呵呵~有病毒了别来找我~~~<br/><br/><br/>update: 2007-2-16<br/>文件已重新上传,但下载需要注册~<br/><br/><br/>update: 2007-9-19<br/>因带宽原因,本文件暂停下载,谢谢~
]]>
</description>
</item>
</channel>
</rss>