<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hapblue&#039;s Blog</title>
	<atom:link href="http://hapblue.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hapblue.wordpress.com</link>
	<description>Welcome to my new blog at www.hapblue.com</description>
	<lastBuildDate>Sun, 30 May 2010 06:11:07 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hapblue.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/771b22001587241528c1ebefc1f8a5d9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hapblue&#039;s Blog</title>
		<link>http://hapblue.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hapblue.wordpress.com/osd.xml" title="Hapblue&#039;s Blog" />
	<atom:link rel='hub' href='http://hapblue.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog已迁新家</title>
		<link>http://hapblue.wordpress.com/2010/05/30/blog%e5%b7%b2%e8%bf%81%e6%96%b0%e5%ae%b6/</link>
		<comments>http://hapblue.wordpress.com/2010/05/30/blog%e5%b7%b2%e8%bf%81%e6%96%b0%e5%ae%b6/#comments</comments>
		<pubDate>Sun, 30 May 2010 06:07:10 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/?p=229</guid>
		<description><![CDATA[在SiteGround空间架了自己的wordpress, Blog已迁往新家。Welcome~ http://www.hapblue.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=229&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/05/30/blog%e5%b7%b2%e8%bf%81%e6%96%b0%e5%ae%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>

		<media:content url="http://hapblue.files.wordpress.com/2010/05/2010-5-30-14-03.png" medium="image">
			<media:title type="html">2010-5-30-14-03</media:title>
		</media:content>
	</item>
		<item>
		<title>linux下lamp的apache2相关配置</title>
		<link>http://hapblue.wordpress.com/2010/05/04/linux%e4%b8%8blamp%e7%9a%84apache2%e7%9b%b8%e5%85%b3%e9%85%8d%e7%bd%ae/</link>
		<comments>http://hapblue.wordpress.com/2010/05/04/linux%e4%b8%8blamp%e7%9a%84apache2%e7%9b%b8%e5%85%b3%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Tue, 04 May 2010 13:59:58 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/05/04/linux%e4%b8%8blamp%e7%9a%84apache2%e7%9b%b8%e5%85%b3%e9%85%8d%e7%bd%ae/</guid>
		<description><![CDATA[直接通过System =&#62; Administration =&#62; Synaptic Package Manager安装好lamp包后基本不用做什么配置，把网站文件夹link (ln) 或者直接copy (cp) 到/var/www文件夹下。 添加默认字符编码方式： 在/etc/apache2.conf内 添加 AddDefaultCharset GBK AddDefaultCharset GB2312 重启apache2: sudo /etc/init.d/apache2 restart 另外一条虽然和lamp无关但很有用的命令，改变文件/文件夹权限： sudo chmod [-R] xxx filename -R 用于改变文件夹权限。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=224&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/05/04/linux%e4%b8%8blamp%e7%9a%84apache2%e7%9b%b8%e5%85%b3%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>About Windows Socket</title>
		<link>http://hapblue.wordpress.com/2010/04/28/about-windows-socket/</link>
		<comments>http://hapblue.wordpress.com/2010/04/28/about-windows-socket/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:39:12 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">https://hapblue.wordpress.com/2010/04/28/about-windows-socket/</guid>
		<description><![CDATA[//header #include &#60;winsock.h&#62; //lib #pragma comment(lib, &#8220;ws2_32.lib&#8221;); SOCKET SOCKET s; s = socket(AF_INET, SOCK_STREAM, IPPROTO_TEP); //if (s == INVALID_SOCKET){return 0;} bind(s, (LPSOCKADDR)&#38;addr, sizeof(addr)); listen(s, backlog); connect(s, (SOCKADDR*)&#38;target, sizeof(target)); SOCKET temp_s = accept(s, (struct sockaddr*)&#38;from, &#38;fromlen); WSAAsyncSelect (s, hwnd, nMsg, FD_READ &#124; FD_CONNECT &#124; FD_CLOSE &#124; FD_ACCEPT &#124; … ); recv(s, buff, sizeof(buff)–1, 0); send(s, szTemp, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=221&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/04/28/about-windows-socket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>openCV生成灰度图像示例</title>
		<link>http://hapblue.wordpress.com/2010/04/11/opencv%e7%94%9f%e6%88%90%e7%81%b0%e5%ba%a6%e5%9b%be%e5%83%8f%e7%a4%ba%e4%be%8b/</link>
		<comments>http://hapblue.wordpress.com/2010/04/11/opencv%e7%94%9f%e6%88%90%e7%81%b0%e5%ba%a6%e5%9b%be%e5%83%8f%e7%a4%ba%e4%be%8b/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 05:30:52 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[openCV]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/04/11/opencv%e7%94%9f%e6%88%90%e7%81%b0%e5%ba%a6%e5%9b%be%e5%83%8f%e7%a4%ba%e4%be%8b/</guid>
		<description><![CDATA[临时用到，对openCV还不熟，慢慢研究。 #include &#34;cxcore.h&#34; IplImage* pImg = cvCreateImage( cvSize( width, height ), 8, 1 ); cvZero( pImg ); for (int i = 0; i &#60; width; ++i) &#160;&#160;&#160; for (int j = 0; j &#60; height; ++j) &#160;&#160;&#160; { &#160;&#160;&#160;&#160;&#160;&#160;&#160; CvPoint pt = cvPoint(i, j); &#160;&#160;&#160;&#160;&#160;&#160;&#160; uchar* temp = &#38;((uchar*)(pImg-&#62;imageDate /* +distance */))[pt.x]; &#160;&#160;&#160;&#160;&#160;&#160;&#160; temp[0] = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=220&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/04/11/opencv%e7%94%9f%e6%88%90%e7%81%b0%e5%ba%a6%e5%9b%be%e5%83%8f%e7%a4%ba%e4%be%8b/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>iterator assert after inserting in the vector</title>
		<link>http://hapblue.wordpress.com/2010/04/04/iterator-assert-after-inserting-in-the-vector/</link>
		<comments>http://hapblue.wordpress.com/2010/04/04/iterator-assert-after-inserting-in-the-vector/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 13:11:53 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[vc++]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/04/04/iterator-assert-after-inserting-in-the-vector/</guid>
		<description><![CDATA[When I try to use iterator to insert elements in a vector continuously, the iterator becomes invalid and it displays a dialog box at run time. The reason is as following. (see the original) Debug Iterator Support The Visual C++ runtime library now detects incorrect iterator use and will assert and display a dialog box [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=218&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/04/04/iterator-assert-after-inserting-in-the-vector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>VC++&#8221;C1859&#8221;预编译头文件错误</title>
		<link>http://hapblue.wordpress.com/2010/04/04/vcc1859%e9%a2%84%e7%bc%96%e8%af%91%e5%a4%b4%e6%96%87%e4%bb%b6%e9%94%99%e8%af%af/</link>
		<comments>http://hapblue.wordpress.com/2010/04/04/vcc1859%e9%a2%84%e7%bc%96%e8%af%91%e5%a4%b4%e6%96%87%e4%bb%b6%e9%94%99%e8%af%af/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 10:27:44 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[vc++]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/04/04/vcc1859%e9%a2%84%e7%bc%96%e8%af%91%e5%a4%b4%e6%96%87%e4%bb%b6%e9%94%99%e8%af%af/</guid>
		<description><![CDATA[继上回VC++”PRJ0008″or”C2471″or”C1083″or”D8022”or&#34;LINK1103″等编译错误的解决方法，今天又遇到“C1859”预编译头文件错误。详细的解释及处理方法见这里。下文转自msdn的blog。不过实际上我在补丁无法更新后索性重启然后发现就没问题了，比较诡异。建议首先尝试reboot。原文中的comments里有些有价值的信息。 Visual C++ Precompiled Header Errors on Windows 7 Several customers have encountered the following error while using the Visual C++ compiler on Windows 7: fatal error C1859: &#8216;stdafx.pch&#8217; unexpected precompiled header error, simply rerunning the compiler might fix this problem This error manifests under the following conditions: · The Visual C++ compiler is invoked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=217&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/04/04/vcc1859%e9%a2%84%e7%bc%96%e8%af%91%e5%a4%b4%e6%96%87%e4%bb%b6%e9%94%99%e8%af%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>转Google和各种网站的IPv6服务的hosts</title>
		<link>http://hapblue.wordpress.com/2010/04/03/%e8%bd%acgoogle%e5%92%8c%e5%90%84%e7%a7%8d%e7%bd%91%e7%ab%99%e7%9a%84ipv6%e6%9c%8d%e5%8a%a1%e7%9a%84hosts/</link>
		<comments>http://hapblue.wordpress.com/2010/04/03/%e8%bd%acgoogle%e5%92%8c%e5%90%84%e7%a7%8d%e7%bd%91%e7%ab%99%e7%9a%84ipv6%e6%9c%8d%e5%8a%a1%e7%9a%84hosts/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 07:29:18 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/?p=203</guid>
		<description><![CDATA[#Google和各种网站的IPv6服务hosts #利用IPv6技术翻墙，保证Google服务可用，校园网用户使用 IPv6应该不收取上网费用（至少我们学校如此） #最下方有各种网站的IPv6hosts列表 #本文的发布地址：http://docs.google.com /View?id=dfkdmxnt_61d9ck9ffq #本文的共享链 接：http://docs.google.com /Doc?docid=0ARhAbsvps1PlZGZrZG14bnRfNjFkOWNrOWZmcQ&#38;hl=zh_CN #表格版的host列表地 址：http://spreadsheets.google.com /ccc?key=0AhhAbsvps1PldEVXVzBkR3hBaWFnbEQ0OWIwMU5ycmc&#38;hl=zh_CN # 大幅更新！请往下 看！所有GoogleIPv6地址变更！支持https加密！ #hosts文件位置： #C:\Windows\System32\drivers\etc  （Windows中） #/etc  （Linux中） # 用文本 打开hosts文件，复制以下内容到hosts文件中，保存即可（hosts文件没有后缀） # 关闭某个IPv6的转发请在那一行的最 前面添加#号，启用 请去除最前面#号，每行中间的#号是为了区分地址和注释， 不用理睬- - # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=203&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/04/03/%e8%bd%acgoogle%e5%92%8c%e5%90%84%e7%a7%8d%e7%bd%91%e7%ab%99%e7%9a%84ipv6%e6%9c%8d%e5%8a%a1%e7%9a%84hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>

		<media:content url="http://hapblue.files.wordpress.com/2010/04/image012.jpg" medium="image">
			<media:title type="html">image012</media:title>
		</media:content>
	</item>
		<item>
		<title>Posted by email 之后是Windows Live Writer</title>
		<link>http://hapblue.wordpress.com/2010/03/31/posted-by-email-%e4%b9%8b%e5%90%8e%e6%98%afwindows-live-writer/</link>
		<comments>http://hapblue.wordpress.com/2010/03/31/posted-by-email-%e4%b9%8b%e5%90%8e%e6%98%afwindows-live-writer/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 05:05:29 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[胡扯]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/03/31/posted-by-email-%e4%b9%8b%e5%90%8e%e6%98%afwindows-live-writer/</guid>
		<description><![CDATA[&#160; 自从发现可以用email写blog后几乎没有再拼死翻墙冒险，以防发生某个突然的error而全部灰飞烟灭的杯具。本来今天尝试用MSN加twitOnMSN机器人，就可以不用翻墙twitter了，结果杯具的是加的机器人全部显示离线。twitter上说原因可能是被墙中文版连接有问题建议下载英文版。Hap试了试顺便把以前没安的writer也一遍安装了。结果twitonmsn的问题貌似还没有解决。尝试一下用writer blog。毕竟email的时候还要用一些命令注释符不是很所见即所得。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=186&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/03/31/posted-by-email-%e4%b9%8b%e5%90%8e%e6%98%afwindows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>

		<media:content url="http://hapblue.files.wordpress.com/2010/03/by10_thumb1.jpg" medium="image" />
	</item>
		<item>
		<title>VC++&#8221;PRJ0008&#8243;or&#8221;C2471&#8243;or&#8221;C1083&#8243;or&#8221;D8022&#8243;or&#8221;LINK1103&#8243;等编译错误的解决方法</title>
		<link>http://hapblue.wordpress.com/2010/03/31/vcprj0008orc2471orc1083ord8022orlink1103%e7%ad%89%e7%bc%96%e8%af%91%e9%94%99%e8%af%af%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/</link>
		<comments>http://hapblue.wordpress.com/2010/03/31/vcprj0008orc2471orc1083ord8022orlink1103%e7%ad%89%e7%bc%96%e8%af%91%e9%94%99%e8%af%af%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:43:43 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[vc++]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/2010/03/31/vcprj0008orc2471orc1083ord8022orlink1103%e7%ad%89%e7%bc%96%e8%af%91%e9%94%99%e8%af%af%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/</guid>
		<description><![CDATA[前段时间经常遇到链接错误，找到的一个帖子可以解决这一类的问题。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=175&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/03/31/vcprj0008orc2471orc1083ord8022orlink1103%e7%ad%89%e7%bc%96%e8%af%91%e9%94%99%e8%af%af%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>
	</item>
		<item>
		<title>google&#8220;没有&#8221;，你会发现&#8230;&#8230;</title>
		<link>http://hapblue.wordpress.com/2010/03/21/google%e2%80%9c%e6%b2%a1%e6%9c%89%e2%80%9d%ef%bc%8c%e4%bd%a0%e4%bc%9a%e5%8f%91%e7%8e%b0%e2%80%a6%e2%80%a6/</link>
		<comments>http://hapblue.wordpress.com/2010/03/21/google%e2%80%9c%e6%b2%a1%e6%9c%89%e2%80%9d%ef%bc%8c%e4%bd%a0%e4%bc%9a%e5%8f%91%e7%8e%b0%e2%80%a6%e2%80%a6/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 12:12:36 +0000</pubDate>
		<dc:creator>hapblue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[百度]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://hapblue.wordpress.com/?p=173</guid>
		<description><![CDATA[有消息称4月10日左右google将撤离中国市场，下周可能会发布一个声明。本人平常学习工作对google的依赖性还是很强的，使用百度往往是在娱乐类新闻的时候，或者看看某所谓百科，贴吧的时候信息比较简单易懂。如果只是撤离了cn还可以接受，但如果google.com被GFW了，那确实让人比较麻烦。 至于google “没有”,会有什么结果……<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hapblue.wordpress.com&amp;blog=10854553&amp;post=173&amp;subd=hapblue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hapblue.wordpress.com/2010/03/21/google%e2%80%9c%e6%b2%a1%e6%9c%89%e2%80%9d%ef%bc%8c%e4%bd%a0%e4%bc%9a%e5%8f%91%e7%8e%b0%e2%80%a6%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a2f65bf9e1da4bd1c9d83e0f965f02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hapblue</media:title>
		</media:content>

		<media:content url="http://hapblue.files.wordpress.com/2010/03/image001.png" medium="image">
			<media:title type="html">image001</media:title>
		</media:content>
	</item>
	</channel>
</rss>
