<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://blog.712100.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>※〓魔幻幽灵〓※BLOG</title>
			    <link>http://blog.712100.com/?uid-23611</link>
			    <description>本Blog网文大多来源于网络，所有权属于原作者；仅供个人学习之用。</description>
			    <copyright>Copyright(C) ※〓魔幻幽灵〓※BLOG</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 08 Sep 2008 03:31:03 GMT</lastBuildDate><item>
								<title>[陕西 西安-杨凌-宝鸡]关于5/12的地震，我也随波逐流记一笔</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-17396</link>
								<description><![CDATA[<P><A href="http://fm361.img.xiaonei.com/blog/20080513/03/53/A199891453853PEP.jpg" target=_blank><IMG style="WIDTH: 450px" alt=未命名.jpg src="http://fm361.img.xiaonei.com/blog/20080513/03/53/A199891453853PEP.jpg"></A></P>
<P>&nbsp;</P>
<P>下午2:30分...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Thu, 15 May 2008 19:12:21 GMT</pubDate>
							</item>
							<item>
								<title>Ubuntu 7.10系统中源码编译安装Pidgin 2.4.1 ，同时解决QQ群名称显示为null的问题</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-17063</link>
								<description><![CDATA[<SPAN class=postbody><BR>1、卸载旧版本的Pidgin<BR></SPAN>
<TABLE style="BORDER-RIGHT: rgb(153,153,153) 1px solid; BORDER-TOP: rgb(153,153,153) 1px solid; FONT-SIZE: 12px; BORDER-LEFT: rgb(153,153,153) 1px solid; WIDTH: 80%; BORDER-BOTTOM: rgb(153,153,...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Wed, 09 Apr 2008 20:11:39 GMT</pubDate>
							</item>
							<item>
								<title>Linux Shell编程*查询系统中用户注册信息</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16998</link>
								<description><![CDATA[<P>程序说明：<SPAN class=t_tag nclick=tagshow(event) href="tag.php?name=%C3%FC%C1%EE">命令</SPAN>行参数为用户名，查询<SPAN class=t_tag nclick=tagshow(event) href="tag.php?name=%CF%B5%CD%B3">系统</SPAN>信息，以确定该用户是否已注册，如已注册，则显示该用户...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Sun, 30 Mar 2008 23:13:48 GMT</pubDate>
							</item>
							<item>
								<title>Dos批处理编程*字符串批量处理【查找|替换】</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16997</link>
								<description><![CDATA[<P>程序说明： 查找当前目录（含子目录）下特定类型文件中存在指定字符串的所有行。</P>
<P>@echo off<BR>:aa<BR>echo.<BR>echo ————————输入准备————————<BR>echo.<BR>::待查找文件类型(多个文件类型请用空格隔开)<BR>set FILETYPE=*.pas</P>
<P>set /...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Sun, 30 Mar 2008 23:05:07 GMT</pubDate>
							</item>
							<item>
								<title>C语言*字符串重复字符统计处理</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16996</link>
								<description><![CDATA[<P>#include "stdio.h"<BR>#define N 100<BR>main()<BR>{<BR>char str[N]="",str1[N]="";<BR>int i,j,k=0,len,num[N]={0},num1[N]={0};</P>
<P>printf("Please input some chars:\n");<BR>gets(str);<BR>len=strlen(str);</P>
<P>/*找到字符重复数目*/<BR>for(i=0;i&lt;...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Sun, 30 Mar 2008 22:55:31 GMT</pubDate>
							</item>
							<item>
								<title>提高浏览体验的五十个最佳FireFox扩展插件</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16419</link>
								<description><![CDATA[<P>　　<A href="http://www.williamlong.info/?tags=Firefox" target=_blank>FireFox</A>的扩展插件有成百上千，你要用哪个呢？这里收集了50个流行的扩展插件，下载后安装，会让你的FireFox浏览更轻松。请注意，大多数扩展插件可以在FireFox2.0上使用，如果无法使用，那么...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Thu, 20 Dec 2007 15:18:50 GMT</pubDate>
							</item>
							<item>
								<title>排序算法[转贴]</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16264</link>
								<description><![CDATA[<P>排序算法是一种基本并且常用的算法。由于实际工作中处理的数量巨大，所以排序算法对算法本身的速度要求很高。<BR>&nbsp;&nbsp; 而一般我们所谓的算法的性能主要是指算法的复杂度，一般用O方法来表示。在后面我将给出详细的说明。<BR><BR>&nbsp;&nbsp; 对于排序的算法我...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Wed, 21 Nov 2007 17:20:55 GMT</pubDate>
							</item>
							<item>
								<title>从瀑布模型、极限编程到敏捷开发</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16233</link>
								<description><![CDATA[<DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center>
<DIV class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><FONT face=宋体 size=2><SPAN lang=EN-US style="FONT-SIZE: 14pt"><?xml:namespace prefix...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Thu, 15 Nov 2007 21:26:58 GMT</pubDate>
							</item>
							<item>
								<title>对日外包开发流程简介</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16232</link>
								<description><![CDATA[<DIV class=postTitle><FONT size=4><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: SimSun">RB的软件开发，不管是瀑布式的还是迭代式的，大致在流程上分为这样几个阶段。</SPAN> <SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: SimSun"><?XML:NAMESPAC...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Thu, 15 Nov 2007 21:16:57 GMT</pubDate>
							</item>
							<item>
								<title>J2EE架构简析</title>
								<link>http://blog.712100.com/?uid-23611-action-viewspace-itemid-16231</link>
								<description><![CDATA[<P><STRONG>Java 2平台</STRONG>依照应用领域的不同，共分为三大版本，分别是：<BR>企业版本J2EE（Java 2 Platform,Enterprise Edition）<BR>标准版本J2SE（Java 2 Platform, Standard Edition）<BR>微型版本J2ME（Java 2 Platform, Micro Edition）</P>
<P>——————...]]></description>
								<category>blog</category>
								<author>魔幻幽灵</author>
								<pubDate>Thu, 15 Nov 2007 20:39:51 GMT</pubDate>
							</item>
							
		</channel>
	</rss>