<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>可爱的猴子的blog</title>
	<link>http://www.dreamdu.com/blog</link>
	<description>记录梦之都教程的发展与猴子的所见所闻</description>
	<pubDate>Mon, 12 Oct 2009 12:18:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>php require 空行的产生原因与解决方法</title>
		<link>http://www.dreamdu.com/blog/2009/10/10/php_require_utr8_br/</link>
		<comments>http://www.dreamdu.com/blog/2009/10/10/php_require_utr8_br/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 10:51:50 +0000</pubDate>
		<dc:creator>可爱的猴子</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.dreamdu.com/blog/2009/10/10/php_require_utr8_br/</guid>
		<description><![CDATA[<p>在php中使用require函数加载utf8文件的时候<strong>会产生一个空行</strong>，这是由于在windows环境下编辑文件的时候会产生几个识别utf8的字符，这些字符称为Unicode签名（BOM）。</p>
<p>最好的方法就是去掉这个BOM签名，可以通过在Dreamweaver中按Ctrl+J，在标题与编码中去除此选项！<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2009/04/26/tutorial_rss_feed/" title="订阅梦之都教程RSS">订阅梦之都教程RSS</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/11/23/htlm_frames_ok/" title="HTML框架相关内容总结完毕">HTML框架相关内容总结完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/09/15/office2007_error_1706/" title="安装office2007时发生错误1706">安装office2007时发生错误1706</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/10/07/cs_regex_class/" title="C#正则表达式 &#8212; 正则表达式类">C#正则表达式 &#8212; 正则表达式类</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/29/html_common_tag/" title="html常用标签汇总">html常用标签汇总</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>在php中使用require函数加载utf8文件的时候<strong>会产生一个空行</strong>，这是由于在windows环境下编辑文件的时候会产生几个识别utf8的字符，这些字符称为Unicode签名（BOM）。</p>
<p>最好的方法就是去掉这个BOM签名，可以通过在Dreamweaver中按Ctrl+J，在标题与编码中去除此选项！<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2007/07/02/div_highlight/" title="怎么使div随着鼠标的指向改变颜色？">怎么使div随着鼠标的指向改变颜色？</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/07/28/app_code_folder/" title="App_Code 文件夹">App_Code 文件夹</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/11/23/htlm_frames_ok/" title="HTML框架相关内容总结完毕">HTML框架相关内容总结完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/23/gmail_connection_was_reset/" title="被Gmail的连接被重置 The connection was reset郁闷了">被Gmail的连接被重置 The connection was reset郁闷了</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/08/16/20080816_error/" title="教程错误总结-20080816之前">教程错误总结-20080816之前</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamdu.com/blog/2009/10/10/php_require_utr8_br/feed/</wfw:commentRss>
		</item>
		<item>
		<title>无法通过双斜杠访问局域网机器</title>
		<link>http://www.dreamdu.com/blog/2009/09/15/cannot_double_slash_ip_access/</link>
		<comments>http://www.dreamdu.com/blog/2009/09/15/cannot_double_slash_ip_access/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:19:35 +0000</pubDate>
		<dc:creator>可爱的猴子</dc:creator>
		
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dreamdu.com/blog/2009/09/15/cannot_double_slash_ip_access/</guid>
		<description><![CDATA[<p>这几天装完机器，发现无法通过在运行中输入双斜杠与IP访问局域网机器，经过搜索发现是由于系统中的<strong>Computer Browser</strong>没有导致的，这就很奇怪了，我是默认安装的机器，怎么可能没有呢，回忆了一下安装步骤，发现是我安装好系统后把网络连接中的本地连接属性中的<strong>Microsoft 网络客户端</strong>删除导致的，添加Microsoft 网络客户端，重启后，搞定。</p>
<p>在家都爱把windows没用的东西删除，看来不能太完美主义呀！ 呵呵。<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/07/22/htaccess_prevent_link/" title="使用.htaccess防止盗链">使用.htaccess防止盗链</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/05/08/iciba_google/" title="谷歌金山词霸发布">谷歌金山词霸发布</a></li>
<li><a href="http://www.dreamdu.com/blog/2007/10/25/start_first/" title="站长建站教程明天开始发布">站长建站教程明天开始发布</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/06/16/if_vs_switch/" title="测试JavaScript中if&#8230;else与switch&#8230;case语句的效率">测试JavaScript中if&#8230;else与switch&#8230;case语句的效率</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/18/php_vs_java/" title="PHP创建者Andi Gutmans炮轰java，java已经输掉现代web之战">PHP创建者Andi Gutmans炮轰java，java已经输掉现代web之战</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>这几天装完机器，发现无法通过在运行中输入双斜杠与IP访问局域网机器，经过搜索发现是由于系统中的<strong>Computer Browser</strong>没有导致的，这就很奇怪了，我是默认安装的机器，怎么可能没有呢，回忆了一下安装步骤，发现是我安装好系统后把网络连接中的本地连接属性中的<strong>Microsoft 网络客户端</strong>删除导致的，添加Microsoft 网络客户端，重启后，搞定。</p>
<p>在家都爱把windows没用的东西删除，看来不能太完美主义呀！ 呵呵。<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/08/02/character_encoding/" title="ANSI与GB2312的编码问题">ANSI与GB2312的编码问题</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/18/php_vs_java/" title="PHP创建者Andi Gutmans炮轰java，java已经输掉现代web之战">PHP创建者Andi Gutmans炮轰java，java已经输掉现代web之战</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/17/web_statistics2008123/" title="2008年1-3月份的网站浏览器与分辨率统计更新完毕">2008年1-3月份的网站浏览器与分辨率统计更新完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/03/04/analytics_pagetracker_addorganic/" title="使用pageTracker._addOrganic在google统计analytics中增加其它搜索引擎">使用pageTracker._addOrganic在google统计analytics中增加其它搜索引擎</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/10/15/asp_net_danger_information/" title="从客户端中检测到有潜在危险的 Request.Form 值">从客户端中检测到有潜在危险的 Request.Form 值</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamdu.com/blog/2009/09/15/cannot_double_slash_ip_access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>安装office2007时发生错误1706</title>
		<link>http://www.dreamdu.com/blog/2009/09/15/office2007_error_1706/</link>
		<comments>http://www.dreamdu.com/blog/2009/09/15/office2007_error_1706/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:10:59 +0000</pubDate>
		<dc:creator>可爱的猴子</dc:creator>
		
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dreamdu.com/blog/2009/09/15/office2007_error_1706/</guid>
		<description><![CDATA[<p>这几天重装机器时安装office2007，遇到了错误<strong>1706</strong>的问题！</p>
<p>经过研究发现是由于提前安装了vs2008，vs2008会在windows installer库中增加office相关的内容，于是下载“<a href="http://download.microsoft.com/download/E/9/D/E9D80355-7AB4-45B8-80E8-983A48D5E1BD/msicuu2.exe">Windows Installer Clean Up</a>”，卸载全部与office有关的内容，再安装成功。</p>
<p>office2007是2007年的发布版，vs2008是2008年的发布版，所以这个不是由于office2007的开发与测试人员的问题，而是由于vs2008的测试人员不够认真，没有测出这个ms自己产品的不兼容，而且这个报错也太恶了，就一个错误1706，什么光盘有问题，误导人呀！<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/09/08/ok_html_tags/" title="HTML标签基本更新完毕">HTML标签基本更新完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/06/24/head_t_shirt/" title="这T恤肯定是搞网页设计人员弄的:)">这T恤肯定是搞网页设计人员弄的:)</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/10/10/php_require_utr8_br/" title="php require 空行的产生原因与解决方法">php require 空行的产生原因与解决方法</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/05/04/css_property_reference/" title="css属性列表更新完毕">css属性列表更新完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/04/24/13411068529/" title="13411068529">13411068529</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>这几天重装机器时安装office2007，遇到了错误<strong>1706</strong>的问题！</p>
<p>经过研究发现是由于提前安装了vs2008，vs2008会在windows installer库中增加office相关的内容，于是下载“<a href="http://download.microsoft.com/download/E/9/D/E9D80355-7AB4-45B8-80E8-983A48D5E1BD/msicuu2.exe">Windows Installer Clean Up</a>”，卸载全部与office有关的内容，再安装成功。</p>
<p>office2007是2007年的发布版，vs2008是2008年的发布版，所以这个不是由于office2007的开发与测试人员的问题，而是由于vs2008的测试人员不够认真，没有测出这个ms自己产品的不兼容，而且这个报错也太恶了，就一个错误1706，什么光盘有问题，误导人呀！<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/10/20/big_sqlfile_import_mysql/" title="mysql数据库导入大sql文件">mysql数据库导入大sql文件</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/06/16/if_vs_switch/" title="测试JavaScript中if&#8230;else与switch&#8230;case语句的效率">测试JavaScript中if&#8230;else与switch&#8230;case语句的效率</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/09/03/browser_chrome/" title="谷歌浏览器Chrome发布">谷歌浏览器Chrome发布</a></li>
<li><a href="http://www.dreamdu.com/blog/2007/07/02/div_highlight/" title="怎么使div随着鼠标的指向改变颜色？">怎么使div随着鼠标的指向改变颜色？</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/22/mysql_error_1406_data_too_long_for_column/" title="MySQL的#1406 - Data too long for column错误解决方法">MySQL的#1406 - Data too long for column错误解决方法</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamdu.com/blog/2009/09/15/office2007_error_1706/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C#获取程序当前路径的方法</title>
		<link>http://www.dreamdu.com/blog/2009/08/04/csnet_get_currectdirectory/</link>
		<comments>http://www.dreamdu.com/blog/2009/08/04/csnet_get_currectdirectory/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:24:32 +0000</pubDate>
		<dc:creator>可爱的猴子</dc:creator>
		
		<category><![CDATA[c#&amp;asp.net]]></category>

		<guid isPermaLink="false">http://www.dreamdu.com/blog/2009/08/04/csnet_get_currectdirectory/</guid>
		<description><![CDATA[<p>下面是一些C#获取程序当前路径的方法</p>
<p>获取新的 Process 组件并将其与当前活动的进程关联的主模块的完整路径，包含文件名(进程名)。</p>
<pre>
string str = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;
result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件名)
</pre>
<p>获取和设置当前目录（即该进程从中启动的目录）的完全限定路径。</p>
<pre>
string str = System.Environment.CurrentDirectory;
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<p>获取当前 Thread 的当前应用程序域的基目录，它由程序集冲突解决程序用来探测程序集。</p>
<pre>
string str = System.AppDomain.CurrentDomain.BaseDirectory;
result: X:\xxx\xxx\ (.exe文件所在的目录+"\")
</pre>
<p>获取和设置包含该应用程序的目录的名称。</p>
<pre>
string str = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;
result: X:\xxx\xxx\ (.exe文件所在的目录+"\")
</pre>
<p>获取启动了应用程序的可执行文件的路径，不包括可执行文件的名称。</p>
<pre>
string str = System.Windows.Forms.Application.StartupPath;
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<p>获取启动了应用程序的可执行文件的路径，包括可执行文件的名称。</p>
<pre>
string str = System.Windows.Forms.Application.ExecutablePath;
result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件名)
</pre>
<p>获取应用程序的当前工作目录(这个不可靠)</p>
<pre>
string str = System.IO.Directory.GetCurrentDirectory();
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/08/08/google_offices/" title="google办公室图片收集">google办公室图片收集</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/17/web_statistics2008123/" title="2008年1-3月份的网站浏览器与分辨率统计更新完毕">2008年1-3月份的网站浏览器与分辨率统计更新完毕</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/07/25/asp_net_is_iis_cant_use/" title="asp.net服务器应用程序不可用的解决方法">asp.net服务器应用程序不可用的解决方法</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/06/14/remove_kvbootsys_ldapsvcdll/" title="Kvboot.sys LDAPSVC.dll清除方法">Kvboot.sys LDAPSVC.dll清除方法</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/08/19/graph_for_javascript/" title="画了两幅关于js的图">画了两幅关于js的图</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>下面是一些C#获取程序当前路径的方法</p>
<p>获取新的 Process 组件并将其与当前活动的进程关联的主模块的完整路径，包含文件名(进程名)。</p>
<pre>
string str = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;
result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件名)
</pre>
<p>获取和设置当前目录（即该进程从中启动的目录）的完全限定路径。</p>
<pre>
string str = System.Environment.CurrentDirectory;
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<p>获取当前 Thread 的当前应用程序域的基目录，它由程序集冲突解决程序用来探测程序集。</p>
<pre>
string str = System.AppDomain.CurrentDomain.BaseDirectory;
result: X:\xxx\xxx\ (.exe文件所在的目录+"\")
</pre>
<p>获取和设置包含该应用程序的目录的名称。</p>
<pre>
string str = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;
result: X:\xxx\xxx\ (.exe文件所在的目录+"\")
</pre>
<p>获取启动了应用程序的可执行文件的路径，不包括可执行文件的名称。</p>
<pre>
string str = System.Windows.Forms.Application.StartupPath;
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<p>获取启动了应用程序的可执行文件的路径，包括可执行文件的名称。</p>
<pre>
string str = System.Windows.Forms.Application.ExecutablePath;
result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件名)
</pre>
<p>获取应用程序的当前工作目录(这个不可靠)</p>
<pre>
string str = System.IO.Directory.GetCurrentDirectory();
result: X:\xxx\xxx (.exe文件所在的目录)
</pre>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/08/14/cmd_in_mysql/" title="cmd方式登录mysql">cmd方式登录mysql</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/08/04/beijing_subway_planning/" title="北京地铁规划图">北京地铁规划图</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/04/01/web_statistics/" title="用户使用的浏览器与分辨率统计">用户使用的浏览器与分辨率统计</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/08/04/acsii_introduction/" title="完善了ACSII编码">完善了ACSII编码</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/02/27/failed_to_execute_request_because_the_app-domain_could_not_be_created_error_0x80131902/" title="Failed to execute request because the App-Domain could not be created. Error: 0&#215;80131902的解决方法">Failed to execute request because the App-Domain could not be created. Error: 0&#215;80131902的解决方法</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamdu.com/blog/2009/08/04/csnet_get_currectdirectory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C#中IP地址转换为数值的方法</title>
		<link>http://www.dreamdu.com/blog/2009/08/04/ipaddress_tonumber/</link>
		<comments>http://www.dreamdu.com/blog/2009/08/04/ipaddress_tonumber/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:17:35 +0000</pubDate>
		<dc:creator>可爱的猴子</dc:creator>
		
		<category><![CDATA[c#&amp;asp.net]]></category>

		<guid isPermaLink="false">http://www.dreamdu.com/blog/2009/08/04/ipaddress_tonumber/</guid>
		<description><![CDATA[<p>做网络编程经常要把<strong>字符串型的ip地址转换为数值</strong>，有两种方法，第一种是任何语言都通用的，第二种是C#.net自有的方法：</p>
<p>我们以梦之都的IP为例：72.167.124.214</p>
<h2>任何语言都通用的方法转换IP地址</h2>
<pre>
a.b.c.d ==> a*256*256*256+b*256*256+c*256+d ===> 256*(c+256*(b+256*a))+d
</pre>
<p>示例：</p>
<pre>
72.167.124.214 ==> 72*256*256*256+167*256*256+124*256+214 ===> 256*(124+256*(167+256*72))+214
</pre>
<h2>.net提供的方法转换IP地址</h2>
<pre>
//字符串转换为数字
System.Net.IPAddress ipaddress = System.Net.IPAddress.Parse("72.167.124.214");
long dreamduip = ipaddress.Address;

//数字转换为字符串
System.Net.IPAddress ipaddress = System.Net.IPAddress.Parse(dreamduip.ToString());
string strdreamduip = ipaddress.ToString();
</pre>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2008/07/25/asp_net_is_iis_cant_use/" title="asp.net服务器应用程序不可用的解决方法">asp.net服务器应用程序不可用的解决方法</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/07/28/app_code_folder/" title="App_Code 文件夹">App_Code 文件夹</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/05/09/copycats/" title="关于抄袭 网站被抄袭怎么办？">关于抄袭 网站被抄袭怎么办？</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/09/10/google_search_into_other_website_directory/" title="用google浏览其它网站的目录">用google浏览其它网站的目录</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/10/17/applicationhost_createapplicationhost_filenotfoundexception/" title="ApplicationHost.CreateApplicationHost FileNotFoundException的解决方法">ApplicationHost.CreateApplicationHost FileNotFoundException的解决方法</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>做网络编程经常要把<strong>字符串型的ip地址转换为数值</strong>，有两种方法，第一种是任何语言都通用的，第二种是C#.net自有的方法：</p>
<p>我们以梦之都的IP为例：72.167.124.214</p>
<h2>任何语言都通用的方法转换IP地址</h2>
<pre>
a.b.c.d ==> a*256*256*256+b*256*256+c*256+d ===> 256*(c+256*(b+256*a))+d
</pre>
<p>示例：</p>
<pre>
72.167.124.214 ==> 72*256*256*256+167*256*256+124*256+214 ===> 256*(124+256*(167+256*72))+214
</pre>
<h2>.net提供的方法转换IP地址</h2>
<pre>
//字符串转换为数字
System.Net.IPAddress ipaddress = System.Net.IPAddress.Parse("72.167.124.214");
long dreamduip = ipaddress.Address;

//数字转换为字符串
System.Net.IPAddress ipaddress = System.Net.IPAddress.Parse(dreamduip.ToString());
string strdreamduip = ipaddress.ToString();
</pre>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.dreamdu.com/blog/2009/09/15/cannot_double_slash_ip_access/" title="无法通过双斜杠访问局域网机器">无法通过双斜杠访问局域网机器</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/11/24/allowed_memory_size_of_8388608_bytes_exhausted/" title="Allowed memory size of 8388608 bytes exhausted的解决方法">Allowed memory size of 8388608 bytes exhausted的解决方法</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/04/20/xorcrypto/" title="异或加解密">异或加解密</a></li>
<li><a href="http://www.dreamdu.com/blog/2008/03/24/google_pinyin/" title="输入法的选择 &#8212; 谷歌拼音输入法">输入法的选择 &#8212; 谷歌拼音输入法</a></li>
<li><a href="http://www.dreamdu.com/blog/2009/06/14/remove_kvbootsys_ldapsvcdll/" title="Kvboot.sys LDAPSVC.dll清除方法">Kvboot.sys LDAPSVC.dll清除方法</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamdu.com/blog/2009/08/04/ipaddress_tonumber/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
