<?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/"
	>

<channel>
	<title>Artlover&#039;s Blog</title>
	<atom:link href="http://www.xieyanfu.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.xieyanfu.com</link>
	<description>一个沦落为程序员的美术爱好者</description>
	<lastBuildDate>Sat, 19 May 2012 07:43:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>libmysqlclient_r.so.16: cannot open shared object file</title>
		<link>http://www.xieyanfu.com/?p=153</link>
		<comments>http://www.xieyanfu.com/?p=153#comments</comments>
		<pubDate>Sat, 19 May 2012 07:42:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=153</guid>
		<description><![CDATA[前端时间把系统升级成 ubuntu 12.04，今天在执行之前写的一个 Python 爬虫程序时，突然报出 ImportError: Error loading object &#8216;crawler.pipelines.MysqlPipeline&#8217;: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory 这个错误。 原来 ubuntu 12.04 把 libmysqlclient 16 升级成了 libmysqlclient 18，所以才导致这个问题，一个偷懒的解决办法如下： cd /usr/lib/i386-linux-gnu/ sudo ln -sf libmysqlclient_r.so.18 libmysqlclient_r.so.16 如果你有更好的解决办法，欢迎分享！]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>easy_install MySQLdb（mysql-python） 时提示 mysql_config not found</title>
		<link>http://www.xieyanfu.com/?p=151</link>
		<comments>http://www.xieyanfu.com/?p=151#comments</comments>
		<pubDate>Sat, 21 Apr 2012 06:59:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=151</guid>
		<description><![CDATA[最近在尝试用 python 写一些小脚本，通过 easy_install 安装 python 下 mysql-python module MySQLdb 时，遇到了如下错误提示： EnvironmentError: mysql_config not found 原因是安装 mysql-python 前，需要安装 libmysqlclient16 libmysqlclient16-dev 和 python-dev。即： sudo apt-get install libmysqlclient16 libmysqlclient16-dev python-dev 然后再执行： sudo easy_install mysql-python 即可安装成功。]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=151</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 11.10 下 fuser 进程狂占资源</title>
		<link>http://www.xieyanfu.com/?p=138</link>
		<comments>http://www.xieyanfu.com/?p=138#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:44:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=138</guid>
		<description><![CDATA[主要是因为 /etc/cron.d/php5 做了更新。 ubuntu 11.04 上此文件的内容是： 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] &#038;&#038; [ -d /var/lib/php5 ] &#038;&#038; find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete 而 ubuntu 11.10 上此文件的内容是： 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] &#038;&#038; [ -d /var/lib/php5 ] &#038;&#038; find [...]]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>身体是革命的本钱</title>
		<link>http://www.xieyanfu.com/?p=131</link>
		<comments>http://www.xieyanfu.com/?p=131#comments</comments>
		<pubDate>Sat, 06 Aug 2011 03:29:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[乱写乱画]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=131</guid>
		<description><![CDATA[最近，伤病高发，上月31号被诊断为肩周炎，本月1号又闪了腰，本以为休息一两天即会好了，谁想一检查，说是腰椎间盘脱出，附带腰部生理弯曲消失，医生给予严重警告，爆汗。。。 工作原因，每天对着电脑，一工作起来就很少走动，原本自负于还年轻，没想到却在即将而立之年时进入伤病高发期，无奈。 既然从事编程工作，就用技术来解决，将下面的代码保存成一个以 .bat 结尾的文件，然后加入到 Windows 的计划任务中，每小时执行一次，呵呵，此脚本会提醒你休息一下，然后强制锁屏。至于如何加计划任务，网上一堆教程，我这里就直接略过了。 @echo off msg %username% /time:10 /V /W “喝口水，活动一下” %windir%\system32\rundll32.exe user32.dll,LockWorkStation]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google PageRank 更新了，说文解字从 0 直接升到 5</title>
		<link>http://www.xieyanfu.com/?p=126</link>
		<comments>http://www.xieyanfu.com/?p=126#comments</comments>
		<pubDate>Sat, 02 Jul 2011 10:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[酒后狂言]]></category>
		<category><![CDATA[Google PageRank]]></category>
		<category><![CDATA[Web 开发教程]]></category>
		<category><![CDATA[上海天气预报]]></category>
		<category><![CDATA[世界名画欣赏]]></category>
		<category><![CDATA[说文解字]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=126</guid>
		<description><![CDATA[Google PageRank 6月27更新了，令人惊喜的是，我新开通独立域名的几个站点都直接获得了 3 以上的 PR 值，其中，说文解字的 PR 值则直接从 0 升到了 5，这不得不让我觉得受宠若惊。 几个新站的 PR 值如下： 说文解字（新域名） ： 5 Artlover&#8217;s Blog （当前 blog，新域名） ： 4 上海天气预报（新域名） ： 3 老站的 PR 值没有变化，分别是： CodeBit.cn &#8211; Web 开发教程 ： 4 艺图 &#8211; 世界名画欣赏 ： 4 其中，艺图 &#8211; 世界名画欣赏 这个站建站时间最长，2003 年就开始做了，那时候大三，到现在为止，前后改了好几版，有成功，有失败；从 ASP + Access 数据库到 PHP + MySQL 数据库；从自主开发的程序到第三方论坛，再从第三方论坛改成自主开发的程序；从免费空间到虚拟主机；从纯 PHP [...]]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>将站点从 DreamHost 迁移到了 HostGator</title>
		<link>http://www.xieyanfu.com/?p=102</link>
		<comments>http://www.xieyanfu.com/?p=102#comments</comments>
		<pubDate>Sat, 14 May 2011 05:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[乱写乱画]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[HostGator]]></category>
		<category><![CDATA[国外虚拟主机]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=102</guid>
		<description><![CDATA[自从 5月11号 DreamHost 宕机了近 12 个小时 之后，我便开始找其他主机服务商了，最终选择了 HostGator ，现在已经将 说文解字，CodeBit.cn Web 开发教程，上海天气预报 以及 本blog 迁移到了 HostGator 的服务器上。只有 世界名画欣赏 仍然放在 DreamHost。 DreamHost 我用了两年多，总体来说还是不错的，最令我满意的是 DreamHost 独有的 Subversion 服务，Subversion 是一个版本管理服务器，可以记录所有文件和文件夹的修改历史，我在 DreamHost 建立了自己的代码版本管理服务器，跟踪我所有站点的代码修改记录，这也是我开通了HostGator帐号后，仍然使用的一个 DreamHost 的服务，而且，自从上次DreamHost 宕机事件以来，我发现 DreamHost 的服务器的响应速度似乎更加快了，不知道是不是DreamHost感觉太过意不去，给我们换了一台新服务器，如果是那样，实在是太好了。 DreamHost 主机功能非常全，不限空间和流量，不限域名、FTP 、Email 帐号数量，同时支持像 WebDAV 、Jabber 、CVS 及上面提到的 Subversion等功能，整体性价比很高。 再说说 HostGator ，据说是排名第一的虚拟主机服务商，但是和 DreamHost 相比，帐号的限制很多，比如费用最低的一款主机只能绑定 1 个域名，有进程数和 Inodes 限制，不过，也许正是因为这些限制，才保证了主机的稳定性和用户口碑，因为我刚用，没有太多发言权，等用的时间长了，再给各位介绍一下使用心得。 如果你们想使用这两个服务商的空间，可以用以下折扣券，你能拿到更低价格，而我也能拿到推荐奖励，双赢，呵呵。 HostGator 的折扣券： [...]]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost 宕机了将近 12 个小时</title>
		<link>http://www.xieyanfu.com/?p=99</link>
		<comments>http://www.xieyanfu.com/?p=99#comments</comments>
		<pubDate>Wed, 11 May 2011 14:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[乱写乱画]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[国外虚拟主机]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=99</guid>
		<description><![CDATA[DreamHost 宕机了将近 12 个小时，是我使用 DreamHost 主机两年多以来最长时间的一次宕机，之前虽然也经常发生，但，这次时间是最长的，是时间找其他的主机服务商了。。。。]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 下将 .bin/.cue 光盘镜像文件转换成 .iso 格式</title>
		<link>http://www.xieyanfu.com/?p=90</link>
		<comments>http://www.xieyanfu.com/?p=90#comments</comments>
		<pubDate>Sun, 08 May 2011 03:30:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[工作杂记]]></category>
		<category><![CDATA[光盘镜像]]></category>
		<category><![CDATA[格式转换]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=90</guid>
		<description><![CDATA[现在 Ubuntu 桌面版已经做的很人性化了，点击 .iso 格式的光盘镜像文件，会直接 mount 成一个文件夹，对于我这种经常在网上下载 iso 格式的电子资料的人来说，真的很方便。 不过，网上的很多资料也会以 .bin/.cue 格式的光盘镜像发布，这种文件就没有 .iso 那么直接，所以，我一般都是将 .bin/.cue 格式的光盘镜像文件转换成 .iso 格式。方法如下： 1. 安装 bchunk： sudo apt-get install bchunk 2. 直接转换： bchunk file.bin file.cue file.iso 注意： bin 和 cue 文件必须提供，第三个参数是你要转换的 iso 文件名称。 关于 bchunk 更多参数，请直接 man bchunk 。]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>上海天气预报在线查询</title>
		<link>http://www.xieyanfu.com/?p=83</link>
		<comments>http://www.xieyanfu.com/?p=83#comments</comments>
		<pubDate>Fri, 15 Apr 2011 02:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[工作杂记]]></category>
		<category><![CDATA[上海]]></category>
		<category><![CDATA[天气预报]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=83</guid>
		<description><![CDATA[由于不太爱看电视（电影除外），所以对天气变化非常迟钝，经常比别人慢半拍，比如，昨天上海天气很热，我却穿的很厚，于是今天我也像别人一样穿衬衣，结果今天上海天气又有变化，要下雨，汗！像这样总是慢半拍的情况在我身上经常发生。 于是，在参考了网上众多天气预报网站后，我专门做了一个只针对上海地区天气预报的一个小网站，并且申请了一个后缀为 SH 的域名：www.TianQi.sh，这个域名还是很好记的：天气.上海。 网站除了提供上海城区实时天气信息，还提供上海及区县未来七天天气预报，支持的区县有：闵行，宝山，嘉定，南汇，金山，青浦，松江，奉贤， 崇明，徐汇，浦东，当然，一般三天内的数据比较准确，三天后的仅供参考。 自己动手，丰衣足食。网站很小，功能也很简单，经过测试，在手机上通过 UC 浏览器访问的时候，格式也还不错，希望能对像我一样不关注电视上天气预报的人有所帮助。网站地址：http://www.TianQi.sh]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=83</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>为《说文解字》和当前这个博客开通了独立域名</title>
		<link>http://www.xieyanfu.com/?p=73</link>
		<comments>http://www.xieyanfu.com/?p=73#comments</comments>
		<pubDate>Sun, 20 Mar 2011 09:25:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[乱写乱画]]></category>
		<category><![CDATA[说文解字]]></category>

		<guid isPermaLink="false">http://www.xieyanfu.com/?p=73</guid>
		<description><![CDATA[2011年3月9号，我将《说文解字》（原地址是 http://www.codebit.cn/shuowen/）和当前这个博客（原地址是 http://www.codebit.cn/blog/）从 CodeBit.cn 分离出来了，都开通了独立的域名。 CodeBit.cn 是一个专门记录我在 Web 开发过程中收集的一些小段可重用的代码，以及一些 web 开发技巧。由于我也爱好书法，所以利用我从事 web 开发的便利，参考一些类似的系统，开发出了一个说文解字在线查询的系统，当时由于只有一个 CodeBit.cn 的域名，就挂在了 CodeBit.cn 的下面，谁知道这样一个小工具，却受到了一些朋友的欢迎，曾经也考虑过申请一个独立的域名，计划了N长时间，却一直没有行动，就和你们在这个博客上看到的一样，这个博客都快长草了 经历了这么长时间的计划、搁置、再计划、再搁置，我终于在2011年的3月9号将这个计划实施了，同时，我也一并为本博客申请了一个独立域名。 在此，顺便也请朋友们更新一下自己的收藏夹地址，谢谢！]]></description>
		<wfw:commentRss>http://www.xieyanfu.com/?feed=rss2&#038;p=73</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

