<?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>易水博客 &#187; Easwy</title>
	<atom:link href="http://easwy.com/blog/archives/author/easwy/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog</link>
	<description>关注Linux, Scala, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:24:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easwy的Twitter微博(2010-09-05)</title>
		<link>http://easwy.com/blog/archives/easwy-twitter-2010-09-05/</link>
		<comments>http://easwy.com/blog/archives/easwy-twitter-2010-09-05/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-09-05-2/</guid>
		<description><![CDATA[[vim] 看来很多人还不知道vim的命令行补全功能，可以看一下我的这篇文章：使用vim的命令行补全功能 http://easwy.com/blog/archives/vim-command-line-complete/ # [vim] 在用vim中的&#34;J&#34;命令合并两行时，vim会在合并后保留一个空格。如果不想改变原文中的空格，可以使用&#34;gJ&#34;命令，或者对应的ex命令&#34;:join&#34;。帮助入口： &#34;:help gJ&#34;和&#34;:help :join&#34;。 # [easwy.com] 终于把八月熬过去了，这个月易水博客的流量应该是足够了&#8230; # [Linux] 昨天遇到一个问题，一个线程挂死了，gdb attach进程时，连到该线程时没有响应。发TERM信号给进程，进程状态变成defunct。怀疑是访问硬件时挂死，事实也的确如此，该线程挂死在DMA访问上。以后遇到这种问题就以这种思路分析&#8230; # @neomaontheway 你有没有在其它机器上安装过rss reader？看IP地址和你之前的IP很近。现在还在一直访问feed&#8230; :( in reply to neomaontheway # @neomaontheway 呵呵，我也感觉这不是攻击，只是觉得很奇怪。现在227的IP已经不再访问了，不过还有个230的IP仍在访问feed，请帮忙看一下。PS, 我已经把那篇文章删除了。 in reply to neomaontheway # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy-twitter-2010-09-05/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-03-14) Easwy的Twitter微博(2010-04-11) Easwy的Twitter微博(2010-08-24)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-14-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-14)'>Easwy的Twitter微博(2010-03-14)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-04-11-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-04-11)'>Easwy的Twitter微博(2010-04-11)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-08-24/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-08-24)'>Easwy的Twitter微博(2010-08-24)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>[vim] 看来很多人还不知道vim的命令行补全功能，可以看一下我的这篇文章：使用vim的命令行补全功能 <a href="http://easwy.com/blog/archives/vim-command-line-complete/" rel="nofollow">http://easwy.com/blog/archives/vim-command-line-complete/</a> <a href="http://twitter.com/Easwy/statuses/22849252795" class="aktt_tweet_time">#</a></li>
<li>[vim] 在用vim中的&quot;J&quot;命令合并两行时，vim会在合并后保留一个空格。如果不想改变原文中的空格，可以使用&quot;gJ&quot;命令，或者对应的ex命令&quot;:join&quot;。帮助入口： &quot;:help gJ&quot;和&quot;:help :join&quot;。 <a href="http://twitter.com/Easwy/statuses/22849136758" class="aktt_tweet_time">#</a></li>
<li>[easwy.com] 终于把八月熬过去了，这个月易水博客的流量应该是足够了&#8230; <a href="http://twitter.com/Easwy/statuses/22774200676" class="aktt_tweet_time">#</a></li>
<li>[Linux] 昨天遇到一个问题，一个线程挂死了，gdb attach进程时，连到该线程时没有响应。发TERM信号给进程，进程状态变成defunct。怀疑是访问硬件时挂死，事实也的确如此，该线程挂死在DMA访问上。以后遇到这种问题就以这种思路分析&#8230; <a href="http://twitter.com/Easwy/statuses/22759876358" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/neomaontheway" class="aktt_username">neomaontheway</a> 你有没有在其它机器上安装过rss reader？看IP地址和你之前的IP很近。现在还在一直访问feed&#8230;  :( <a href="http://twitter.com/neomaontheway/statuses/22490534407" class="aktt_tweet_reply">in reply to neomaontheway</a> <a href="http://twitter.com/Easwy/statuses/22592387935" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/neomaontheway" class="aktt_username">neomaontheway</a> 呵呵，我也感觉这不是攻击，只是觉得很奇怪。现在227的IP已经不再访问了，不过还有个230的IP仍在访问feed，请帮忙看一下。PS, 我已经把那篇文章删除了。 <a href="http://twitter.com/neomaontheway/statuses/22477138952" class="aktt_tweet_reply">in reply to neomaontheway</a> <a href="http://twitter.com/Easwy/statuses/22486709205" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy-twitter-2010-09-05/" target="_top">http://easwy.com/blog/archives/easwy-twitter-2010-09-05/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-14-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-14)'>Easwy的Twitter微博(2010-03-14)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-04-11-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-04-11)'>Easwy的Twitter微博(2010-04-11)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-08-24/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-08-24)'>Easwy的Twitter微博(2010-08-24)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy-twitter-2010-09-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的网摘(2010-09-04)</title>
		<link>http://easwy.com/blog/archives/bookmark-of-delicious-2010-09-04/</link>
		<comments>http://easwy.com/blog/archives/bookmark-of-delicious-2010-09-04/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 03:05:28 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络书签]]></category>
		<category><![CDATA[delicious]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/?p=1071</guid>
		<description><![CDATA[本文是Easwy的网摘(2010-09-04)，根据Delicious中的收藏自动生成： Ascii Table &#8211; ASCII character codes &#160;&#160;&#160;ASCII码表，备查 GDB 多线程调试基本命令 &#160;&#160;&#160;本文列出使用GDB调试多线程程序时的一些基本命令。 Linux下，多线程程序死循环问题调试 &#160;&#160;&#160;这篇文章介绍了在Linux下如何调试多线程CPU占用率过高的问题。 Git 中文教程 &#160;&#160;&#160;git的中文教程 List of HTTP status codes &#160;&#160;&#160;HTTP协议返回值的含义 Memory Technology Device (MTD) Subsystem for Linux. &#160;&#160;&#160;UBI文件系统 UBI &#8211; Unsorted Block Images &#160;&#160;&#160;介绍UBI背景知识 CentOS 5.2 LVM 新增加一块硬盘的方法 &#160;&#160;&#160;CentOS下增加逻辑卷的方法。 A Xen Guest OS fails to boot with a &#34;switchroot: mount failed: No such [...]

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/mount-a-windows-shared-folder-on-linux-with-samba/' rel='bookmark' title='Permanent Link: Linux使用笔记: 使用Samba访问windows的共享目录'>Linux使用笔记: 使用Samba访问windows的共享目录</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/advanced-vim-skills-solve-compile-problem/' rel='bookmark' title='Permanent Link: vi/vim使用进阶: vim编译中遇到的问题及解决方法'>vi/vim使用进阶: vim编译中遇到的问题及解决方法</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<p>本文是Easwy的网摘(2010-09-04)，根据<a href="http://delicious.com/easwy">Delicious</a>中的收藏自动生成：</p>
<ul class="delicious">
<li  class="delicious"><a href="http://www.asciitable.com/" rel="nofollow">Ascii Table &#8211; ASCII character codes</a>
<p>&nbsp;&nbsp;&nbsp;ASCII码表，备查</p>
</li>
<li  class="delicious"><a href="http://blog.chinaunix.net/u3/99982/showart_2018841.html" rel="nofollow">GDB 多线程调试基本命令</a>
<p>&nbsp;&nbsp;&nbsp;本文列出使用GDB调试多线程程序时的一些基本命令。</p>
</li>
<li  class="delicious"><a href="http://www.cppblog.com/elva/archive/2010/08/02/121943.html" rel="nofollow">Linux下，多线程程序死循环问题调试</a>
<p>&nbsp;&nbsp;&nbsp;这篇文章介绍了在Linux下如何调试多线程CPU占用率过高的问题。</p>
</li>
<li  class="delicious"><a href="http://www.bitsun.com/documents/gittutorcn.htm" rel="nofollow">Git 中文教程</a>
<p>&nbsp;&nbsp;&nbsp;git的中文教程</p>
</li>
<li  class="delicious"><a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes" rel="nofollow">List of HTTP status codes</a>
<p>&nbsp;&nbsp;&nbsp;HTTP协议返回值的含义</p>
</li>
<li  class="delicious"><a href="http://www.linux-mtd.infradead.org/doc/ubifs.html" rel="nofollow">Memory Technology Device (MTD) Subsystem for Linux.</a>
<p>&nbsp;&nbsp;&nbsp;UBI文件系统</p>
</li>
<li  class="delicious"><a href="http://www.linux-mtd.infradead.org/doc/ubi.html" rel="nofollow">UBI &#8211; Unsorted Block Images</a>
<p>&nbsp;&nbsp;&nbsp;介绍UBI背景知识</p>
</li>
<li  class="delicious"><a href="http://dev.firnow.com/course/6_system/linux/Linuxjs/20091128/183630.html" rel="nofollow">CentOS 5.2 LVM 新增加一块硬盘的方法</a>
<p>&nbsp;&nbsp;&nbsp;CentOS下增加逻辑卷的方法。</p>
</li>
<li  class="delicious"><a href="http://www.virtuatopia.com/index.php/A_Xen_Guest_OS_fails_to_boot_with_a_%22switchroot:_mount_failed:_No_such_file_or_directory_error_message%22_error_message." rel="nofollow">A Xen Guest OS fails to boot with a &quot;switchroot: mount failed: No such file or directory error message&quot; error message. &#8211; Virtuatopia</a>
<p>&nbsp;&nbsp;&nbsp;解决XEN启动时出现mount: could not find filesystem &#039;/dev/root&#039;错误后提示witchroot: mount failed: No such file or directory失败的问题。</p>
</li>
<li  class="delicious"><a href="http://wiki.xensource.com/xenwiki/XenNetworking" rel="nofollow">XenNetworking &#8211; Xen Wiki</a>
<p>&nbsp;&nbsp;&nbsp;Linux XEM虚拟机中的网络配置</p>
</li>
<li  class="delicious"><a href="http://wiki.centos.org/zh/HowTos/ConfigureNewVideoCard" rel="nofollow">如何设置显卡</a>
<p>&nbsp;&nbsp;&nbsp;如何配置显卡</p>
</li>
<li  class="delicious"><a href="http://www.strchr.com/links" rel="nofollow">Recommended books and sites</a>
<p>&nbsp;&nbsp;&nbsp;关于编程的推荐图书和站点(英文)</p>
</li>
<li  class="delicious"><a href="http://tldp.org/LDP/abs/html/index.html" rel="nofollow">Advanced Bash-Scripting Guide</a>
<p>&nbsp;&nbsp;&nbsp;Bash脚本编程的经典之作。网上也有中文版本，因为英文版本仍在持续更新，中文版本可能版本较老。</p>
</li>
<li  class="delicious"><a href="http://www.blogger.com/developers/api/1_docs/" rel="nofollow">Blogger API</a>
<p>&nbsp;&nbsp;&nbsp;Blogger API规范</p>
</li>
<li  class="delicious"><a href="http://www.intertwingly.net/wiki/pie/RoadMap" rel="nofollow">RoadMap &#8211; Atom Wiki</a>
<p>&nbsp;&nbsp;&nbsp;ATOM规范</p>
</li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/bookmark-of-delicious-2010-09-04/" target="_top">http://easwy.com/blog/archives/bookmark-of-delicious-2010-09-04/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/mount-a-windows-shared-folder-on-linux-with-samba/' rel='bookmark' title='Permanent Link: Linux使用笔记: 使用Samba访问windows的共享目录'>Linux使用笔记: 使用Samba访问windows的共享目录</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/advanced-vim-skills-solve-compile-problem/' rel='bookmark' title='Permanent Link: vi/vim使用进阶: vim编译中遇到的问题及解决方法'>vi/vim使用进阶: vim编译中遇到的问题及解决方法</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/bookmark-of-delicious-2010-09-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>请在阿里巴巴的朋友关注一下~~</title>
		<link>http://easwy.com/blog/archives/to-friend-in-alibaba/</link>
		<comments>http://easwy.com/blog/archives/to-friend-in-alibaba/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:13:16 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[百宝箱]]></category>
		<category><![CDATA[easwy.com]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/?p=1070</guid>
		<description><![CDATA[现在有一个IP为121.0.29.230的计算机每隔5秒取一次易水博客的feed，导致易水博客的流量被消耗的很快。 应该是该计算机上安装了rss reader客户端工具，该工具默认的Feed刷新时间是5秒。 望该计算机的拥有者看到后，把默认刷新时间调长一点。 本站会在问题解决后再解除对IP 121.0.29.230的屏蔽。 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/to-friend-in-alibaba/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章终于搬完“家”了！ 在文章末尾添加版本声明和文章的链接 易水论坛暂时关闭

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/all-articles-move-to-easwy-com/' rel='bookmark' title='Permanent Link: 终于搬完“家”了！'>终于搬完“家”了！</a></li>
<li><a href='http://easwy.com/blog/archives/add_post_copyright_url/' rel='bookmark' title='Permanent Link: 在文章末尾添加版本声明和文章的链接'>在文章末尾添加版本声明和文章的链接</a></li>
<li><a href='http://easwy.com/blog/archives/close-easwy-forum-temporary/' rel='bookmark' title='Permanent Link: 易水论坛暂时关闭'>易水论坛暂时关闭</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<p>现在有一个IP为121.0.29.230的计算机每隔5秒取一次易水博客的feed，导致易水博客的流量被消耗的很快。<br />
应该是该计算机上安装了rss reader客户端工具，该工具默认的Feed刷新时间是5秒。<br />
望该计算机的拥有者看到后，把默认刷新时间调长一点。<br />
本站会在问题解决后再解除对IP 121.0.29.230的屏蔽。
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/to-friend-in-alibaba/" target="_top">http://easwy.com/blog/archives/to-friend-in-alibaba/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/all-articles-move-to-easwy-com/' rel='bookmark' title='Permanent Link: 终于搬完“家”了！'>终于搬完“家”了！</a></li>
<li><a href='http://easwy.com/blog/archives/add_post_copyright_url/' rel='bookmark' title='Permanent Link: 在文章末尾添加版本声明和文章的链接'>在文章末尾添加版本声明和文章的链接</a></li>
<li><a href='http://easwy.com/blog/archives/close-easwy-forum-temporary/' rel='bookmark' title='Permanent Link: 易水论坛暂时关闭'>易水论坛暂时关闭</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/to-friend-in-alibaba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>易水论坛暂时关闭</title>
		<link>http://easwy.com/blog/archives/close-easwy-forum-temporary/</link>
		<comments>http://easwy.com/blog/archives/close-easwy-forum-temporary/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 03:20:45 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[百宝箱]]></category>
		<category><![CDATA[easwy.com]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/?p=1064</guid>
		<description><![CDATA[因易水论坛受到攻击，导致本站流量超限而无法访问。由此带来的不便敬请谅解！
出于安全方面的考虑，也基于目前易水论坛流量还不大，所以暂时关闭易水论坛。大家有vim方面的问题，请发在易水博客上，我会及时解答。
谢谢支持！

Easwy

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy-forum-open-to-register/' rel='bookmark' title='Permanent Link: 易水论坛开通！'>易水论坛开通！</a></li>
<li><a href='http://easwy.com/blog/archives/auto-load-kernel-module-on-boot-in-centos/' rel='bookmark' title='Permanent Link: 在CentOS启动时自动加载内核模块'>在CentOS启动时自动加载内核模块</a></li>
<li><a href='http://easwy.com/blog/archives/all-articles-move-to-easwy-com/' rel='bookmark' title='Permanent Link: 终于搬完“家”了！'>终于搬完“家”了！</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<p>因易水论坛受到攻击，导致本站流量超限而无法访问。由此带来的不便敬请谅解！<br />
出于安全方面的考虑，也基于目前易水论坛流量还不大，所以暂时关闭易水论坛。大家有vim方面的问题，请发在易水博客上，我会及时解答。<br />
谢谢支持！</p>
<p>Easwy
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/close-easwy-forum-temporary/" target="_top">http://easwy.com/blog/archives/close-easwy-forum-temporary/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy-forum-open-to-register/' rel='bookmark' title='Permanent Link: 易水论坛开通！'>易水论坛开通！</a></li>
<li><a href='http://easwy.com/blog/archives/auto-load-kernel-module-on-boot-in-centos/' rel='bookmark' title='Permanent Link: 在CentOS启动时自动加载内核模块'>在CentOS启动时自动加载内核模块</a></li>
<li><a href='http://easwy.com/blog/archives/all-articles-move-to-easwy-com/' rel='bookmark' title='Permanent Link: 终于搬完“家”了！'>终于搬完“家”了！</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/close-easwy-forum-temporary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的Twitter微博(2010-08-24)</title>
		<link>http://easwy.com/blog/archives/easwy-twitter-2010-08-24/</link>
		<comments>http://easwy.com/blog/archives/easwy-twitter-2010-08-24/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-08-24-2/</guid>
		<description><![CDATA[本月易水论坛的流量居然超限&#8230;郁闷ing，看来要暂时把易水论坛关闭了，似乎易水论坛比较容易受到攻击&#8230; # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy-twitter-2010-08-24/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-03-14) Easwy的Twitter微博(2010-03-28) Easwy的Twitter微博(2010-09-05)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-14-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-14)'>Easwy的Twitter微博(2010-03-14)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-28/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-28)'>Easwy的Twitter微博(2010-03-28)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>本月易水论坛的流量居然超限&#8230;郁闷ing，看来要暂时把易水论坛关闭了，似乎易水论坛比较容易受到攻击&#8230; <a href="http://twitter.com/easwy/statuses/21534832260" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy-twitter-2010-08-24/" target="_top">http://easwy.com/blog/archives/easwy-twitter-2010-08-24/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-14-2/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-14)'>Easwy的Twitter微博(2010-03-14)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-03-28/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-03-28)'>Easwy的Twitter微博(2010-03-28)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy-twitter-2010-08-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Windows上安装配置Apache FOP</title>
		<link>http://easwy.com/blog/archives/install-apache-fop-on-windows/</link>
		<comments>http://easwy.com/blog/archives/install-apache-fop-on-windows/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:17:55 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[开源软件]]></category>
		<category><![CDATA[文本处理]]></category>
		<category><![CDATA[docbook]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/?p=1059</guid>
		<description><![CDATA[在使用Apache FOP将Docbook文档转换成PDF一文中，Easwy介绍了在Debian Linux上使用Apache FOP将Docbook文档转换成PDF文件。本来在那篇文章之后，Easwy想写一篇如何在Windows上配置Apache FOP的文章，不过一直没抽出时间。今天刚好有网友问这个问题，于是教她一步步做下来，把步骤列在下面。 

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/render_docbook_xml_to_pdf_by_apache_fop/' rel='bookmark' title='Permanent Link: 使用Apache FOP将Docbook文档转换成PDF'>使用Apache FOP将Docbook文档转换成PDF</a></li>
<li><a href='http://easwy.com/blog/archives/remove-duplicate-word-with-awk/' rel='bookmark' title='Permanent Link: 使用awk去掉重复的单词'>使用awk去掉重复的单词</a></li>
<li><a href='http://easwy.com/blog/archives/xlink-href-can-not-generate-hyperlink/' rel='bookmark' title='Permanent Link: xlink:href不能生成html超链接'>xlink:href不能生成html超链接</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<p>
    在<a class="ulink" href="http://easwy.com/blog/archives/render_docbook_xml_to_pdf_by_apache_fop/" target="_top">使用Apache FOP将Docbook文档转换成PDF</a>一文中，Easwy介绍了在Debian Linux上使用Apache FOP将Docbook文档转换成PDF文件。本来在那篇文章之后，<a class="ulink" href="http://easwy.com/" target="_top">Easwy</a>想写一篇如何在Windows上配置Apache FOP的文章，不过一直没抽出时间。今天刚好有网友问这个问题，于是教她一步步做下来，把步骤列在下面。
  </p>
<p>
    你可以在这里下载到文章中<a class="ulink" href="http://easwy.com/" target="_top">Easwy</a>用到的所有文件：<a class="ulink" href="http://easwy.com/blog/uploads/2010/08/easwy.zip" target="_top">点此下载</a>
  </p>
<div class="orderedlist">
<ol class="orderedlist" type="1">
<li class="listitem">
      <span class="bold"><strong>安装Docbook样式表和xsltproc程序</strong></span></p>
<p>
        按照文章<a class="ulink" href="http://easwy.com/blog/archives/a-simple-docbook-5-example/" target="_top">一个简单的Docbook 5.0例子</a>，安装Docbook样式表和xsltproc转换程序，并能够成功将Docbook文件转换成html格式。
      </p>
</li>
<li class="listitem">
      <span class="bold"><strong>安装Apache FOP和Java虚拟机</strong></span></p>
<p>
        到<a class="ulink" href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop" target="_top">Apache Download Mirrors</a>下载Apache FOP，Easwy下载的是FOP 1.0。下载后，将下载的文件解压，<a class="ulink" href="http://easwy.com/" target="_top">Easwy</a>把它解压到C:\docbook\fop-1.0。
      </p>
<p>
        接下来，还要安装Java虚拟机，因为Apache FOP需要Java虚拟机才能运行。到<a class="ulink" href="http://www.java.com/zh_CN/download/" target="_top">Java网站</a>下载安装即可。
      </p>
</li>
<li class="listitem">
      <span class="bold"><strong>设置Apache FOP</strong></span></p>
<p>
        我们需要配置Apache FOP进行PDF转换时所用到的字体信息。首先，用下面的命令把字体信息从Windows自带的系统字体中提取出来：
      </p>
<pre class="programlisting">
cd C:\docbook\fop-1.0
mkdir fonts
java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.3.1.jar;lib\xmlgraphics-commons-1.4.jar org.apache.fop.fonts.apps.TTFReader -ttcname SimSun c:\windows\fonts\simsun.ttc fonts\simsun.xml
java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.3.1.jar;lib\xmlgraphics-commons-1.4.jar org.apache.fop.fonts.apps.TTFReader -ttcname SimHei c:\windows\fonts\simhei.ttf fonts\simhei.xml </pre>
<p>
        上面的命令，把<span class="emphasis"><em>C:\Windows\fonts\</em></span>目录下的宋体和黑体这两种字体信息提取到<span class="emphasis"><em>fonts\simsun.xml</em></span>和<span class="emphasis"><em>fonts\simhei.xml</em></span>文件中。
      </p>
<p>        接下来配置<span class="bold"><strong>C:\docbook\fop-1.0\conf\fop.xconf</strong></span>，使Apache FOP能够找到这两种字体。首先在文件中找到<span class="emphasis"><em>&lt;renderer mime=”application/pdf”&gt;</em></span>这一行，然后在此标签中加入关于字体的配置。
      </p>
<pre class="programlisting">

&lt;fonts&gt;
  &lt;font metrics-url="fonts/simsun.xml" kerning="yes" embed-url="file:///c:/windows/fonts/simsun.ttc"&gt;
    &lt;font-triplet name="SimSun" style="normal" weight="normal"/&gt;
    &lt;font-triplet name="SimSun" style="normal" weight="bold"/&gt;
    &lt;font-triplet name="SimSun" style="italic" weight="normal"/&gt;
    &lt;font-triplet name="SimSun" style="italic" weight="bold"/&gt;
  &lt;/font&gt;

  &lt;font metrics-url="fonts/simhei.xml" kerning="yes" embed-url="file:///c:/windows/fonts/simhei.ttf"&gt;
    &lt;font-triplet name="SimHei" style="normal" weight="normal"/&gt;
    &lt;font-triplet name="SimHei" style="normal" weight="bold"/&gt;
    &lt;font-triplet name="SimHei" style="italic" weight="normal"/&gt;
    &lt;font-triplet name="SimHei" style="italic" weight="bold"/&gt;
  &lt;/font&gt;

  &lt;directory recursive="true"&gt;file:///c:/windows/fonts/&lt;/directory&gt;

  &lt;auto-detect/&gt;
&lt;/fonts&gt;
         </pre>
</li>
<li class="listitem">
      <span class="bold"><strong>配置XLT转换样式表</strong></span></p>
<p>
        接下来，我们要配置XSL转换样式表，让xsltproc在转换Docbook文档时，使用我们指定的中文字体。在下面我给出了一个简单的样式表，假设存为docbook_fo.xsl：
      </p>
<pre class="programlisting">
&lt;?xml version='1.0'?&gt;
&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:exsl="http://exslt.org/common"
  xmlns:fo="http://www.w3.org/1999/XSL/Format"
  xmlns:ng="http://docbook.org/docbook-ng"
  xmlns:db="http://docbook.org/ns/docbook"
  exclude-result-prefixes="db ng exsl"
  version='1.0'&gt;

  &lt;xsl:import href="C:/docbook/docbook-xsl-1.74.3/fo/docbook.xsl"/&gt;
  &lt;xsl:param name="body.font.family"&gt;SimSun&lt;/xsl:param&gt;

  &lt;xsl:param name="monospace.font.family"&gt;SimSun&lt;/xsl:param&gt;
  &lt;xsl:param name="title.font.family"&gt;SimHei&lt;/xsl:param&gt;
&lt;/xsl:stylesheet&gt;
         </pre>
<p>
        在这个转换样式表里，首先导入了Docbook的FO样式表，然后重新设置了其中的字体参数，改成我们所要的字体名称。需要注意的是，这里的字体名字需要和<span class="emphasis"><em>fop.xconf</em></span>中设置的font-triplet中的名字完全一致。
      </p>
</li>
<li class="listitem">
      <span class="bold"><strong>输出PDF文件</strong></span></p>
<p>
        完成上述配置后，就可以进行PDF文件的转换了。把下面的文件保存为<span class="emphasis"><em>example.xml</em></span>：
      </p>
<pre class="programlisting">

&lt;?xml version='1.0' encoding="utf-8"?&gt;

&lt;article xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="zh-CN"
  xmlns:xlink='http://www.w3.org/1999/xlink'&gt;
  &lt;articleinfo&gt;
    &lt;title&gt;我的第一篇Docbook 5.0文档&lt;/title&gt;
    &lt;author&gt;
      &lt;firstname&gt;Easwy&lt;/firstname&gt;

      &lt;surname&gt;Yang&lt;/surname&gt;
    &lt;/author&gt;
  &lt;/articleinfo&gt; 

  &lt;section&gt;
    &lt;title&gt;文档介绍&lt;/title&gt;

    &lt;para&gt;
      这是我的第一篇Docbook 5.0文档，欢迎你来到&lt;link xlink:href='http://easwy.com/blog/'&gt;Easwy的博客&lt;/link&gt;。
    &lt;/para&gt;
  &lt;/section&gt;
&lt;/article&gt;
         </pre>
<p>
        然后输入下面的命令将其转换成PDF：
      </p>
<pre class="programlisting">
xsltproc -o example.fo c:\docbook\fop-1.0\conf\docbook_fo.xsl example.xml
fop -c c:\docbook\fop-1.0\conf\fop.xconf example.fo -pdf example.pdf </pre>
</li>
</ol>
</div>
<p>
    更多内容，请阅读<a class="ulink" href="http://easwy.com/blog/" target="_top">易水博客</a>上的其它文章。
  </p>
<p><span class="bold"><strong>参考文档</strong></span></p>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
      <a class="ulink" href="http://xmlgraphics.apache.org/fop/0.95/configuration.html" target="_top">Apache FOP: Configuration</a></p>
</li>
<li class="listitem">
      <a class="ulink" href="http://xmlgraphics.apache.org/fop/0.95/fonts.html" target="_top">Apache FOP: Fonts</a>
    </li>
<li class="listitem">
      <a class="ulink" href="http://blog.chinaunix.net/u/1096/showart.php?id=1808039" target="_top">使用Apache FOP将Docbook转换成PDF文档</a>
    </li>
<li class="listitem">
      <a class="ulink" href="http://gentoogle.blogspot.com/2008/03/docbookpdf.html" target="_top">中文docbook转换成PDF终于实现</a>
    </li>
<li class="listitem">
<p>      <a class="ulink" href="http://blog.donews.com/limodou/archive/2004/04/01/9917.aspx" target="_top">使用FOP将中文DocBook xml转换成pdf的实现记录</a>
    </li>
</ul>
</div>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/install-apache-fop-on-windows/" target="_top">http://easwy.com/blog/archives/install-apache-fop-on-windows/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/render_docbook_xml_to_pdf_by_apache_fop/' rel='bookmark' title='Permanent Link: 使用Apache FOP将Docbook文档转换成PDF'>使用Apache FOP将Docbook文档转换成PDF</a></li>
<li><a href='http://easwy.com/blog/archives/remove-duplicate-word-with-awk/' rel='bookmark' title='Permanent Link: 使用awk去掉重复的单词'>使用awk去掉重复的单词</a></li>
<li><a href='http://easwy.com/blog/archives/xlink-href-can-not-generate-hyperlink/' rel='bookmark' title='Permanent Link: xlink:href不能生成html超链接'>xlink:href不能生成html超链接</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/install-apache-fop-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的Twitter微博(2010-07-25)</title>
		<link>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/</link>
		<comments>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/</guid>
		<description><![CDATA[[Linux] 执行cron任务时，log里有sudo: sorry, you must have a tty to run sudo，解决办法：执行visudo，加入&#34;Defaults: swbuild !requiretty&#34;，表示用户swbuild在sudo时不需要tty # [Linux] less命令用做分屏显示时，可以加&#34;-N&#34;参数，这样less会在显示的行前添上行号 # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-07-04) Easwy的Twitter微博(2010-09-05) Easwy的Twitter微博(2010-05-30)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-04)'>Easwy的Twitter微博(2010-07-04)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-30/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-30)'>Easwy的Twitter微博(2010-05-30)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>[Linux] 执行cron任务时，log里有sudo: sorry, you must have a tty to run sudo，解决办法：执行visudo，加入&quot;Defaults: swbuild  !requiretty&quot;，表示用户swbuild在sudo时不需要tty <a href="http://twitter.com/easwy/statuses/19228176820" class="aktt_tweet_time">#</a></li>
<li>[Linux] less命令用做分屏显示时，可以加&quot;-N&quot;参数，这样less会在显示的行前添上行号 <a href="http://twitter.com/easwy/statuses/19225944331" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/" target="_top">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-04)'>Easwy的Twitter微博(2010-07-04)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-30/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-30)'>Easwy的Twitter微博(2010-05-30)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的Twitter微博(2010-07-18)</title>
		<link>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/</link>
		<comments>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/</guid>
		<description><![CDATA[Scala 2.8.0正式发布了~~~ # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-09-05) Easwy的Twitter微博(2010-07-25) Easwy的Twitter微博(2010-07-11)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-11)'>Easwy的Twitter微博(2010-07-11)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Scala 2.8.0正式发布了~~~ <a href="http://twitter.com/easwy/statuses/18664009437" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/" target="_top">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-11)'>Easwy的Twitter微博(2010-07-11)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的Twitter微博(2010-07-11)</title>
		<link>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/</link>
		<comments>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/</guid>
		<description><![CDATA[Dell笔记本显示温度的快捷键：同时按住Fn 和SHIFT，然后输入15324，放开后再同时按住Fn和R键。 # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-07-18) Easwy的Twitter微博(2010-07-04) Easwy的Twitter微博(2010-05-09)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-18)'>Easwy的Twitter微博(2010-07-18)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-04)'>Easwy的Twitter微博(2010-07-04)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-09/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-09)'>Easwy的Twitter微博(2010-05-09)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Dell笔记本显示温度的快捷键：同时按住Fn 和SHIFT，然后输入15324，放开后再同时按住Fn和R键。 <a href="http://twitter.com/easwy/statuses/18017729103" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/" target="_top">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-18/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-18)'>Easwy的Twitter微博(2010-07-18)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-04)'>Easwy的Twitter微博(2010-07-04)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-09/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-09)'>Easwy的Twitter微博(2010-05-09)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easwy的Twitter微博(2010-07-04)</title>
		<link>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/</link>
		<comments>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:00:00 +0000</pubDate>
		<dc:creator>Easwy</dc:creator>
				<category><![CDATA[网络微博]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/</guid>
		<description><![CDATA[[vim] vim的&#039;formatoptions&#039;选项会影响vim对文本格式化时的行为，例如，是否自动根据&#039;textwidth&#039;选项定义的长度换行，以及开新行时是否插入当前注释头等。 # [Linux] nvidia的官方显卡驱动不能支持xen内核，尝试了网络上的几种方法，还没能成功。在非xen内核上驱动工作正常，但使用xen内核启动，就无法进入X window。 # [Linux] 如果因为xorg配置的问题而无法启动X window，可以使用&#34;system-config-display&#34;命令重新对xorg进行设置。 # 原创文章，请阅读页脚的许可方式，转载请注明：转载自易水博客 [ http://easwy.com/blog/ ] 本文链接地址: http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/ 文章的脚注信息由WordPress的wp-posturl插件自动生成 相关文章Easwy的Twitter微博(2010-07-25) Easwy的Twitter微博(2010-09-05) Easwy的Twitter微博(2010-05-30)

<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-30/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-30)'>Easwy的Twitter微博(2010-05-30)</a></li>
</div><div class="fixed"></div>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>[vim] vim的&#039;formatoptions&#039;选项会影响vim对文本格式化时的行为，例如，是否自动根据&#039;textwidth&#039;选项定义的长度换行，以及开新行时是否插入当前注释头等。 <a href="http://twitter.com/easwy/statuses/17624759485" class="aktt_tweet_time">#</a></li>
<li>[Linux] nvidia的官方显卡驱动不能支持xen内核，尝试了网络上的几种方法，还没能成功。在非xen内核上驱动工作正常，但使用xen内核启动，就无法进入X window。 <a href="http://twitter.com/easwy/statuses/17389035096" class="aktt_tweet_time">#</a></li>
<li>[Linux] 如果因为xorg配置的问题而无法启动X window，可以使用&quot;system-config-display&quot;命令重新对xorg进行设置。 <a href="http://twitter.com/easwy/statuses/17377782494" class="aktt_tweet_time">#</a></li>
</ul>
<div class="posturl">
<p><span class="bold"><strong>原创文章，请阅读页脚的<a href="#license">许可方式</a>，转载请注明：</strong></span>转载自<a class="link" href="http://easwy.com/blog/" target="_top">易水博客</a> [ <a class="link" href="http://easwy.com/blog/" target="_top">http://easwy.com/blog/</a> ]</p>
<p><span class="bold"><strong>本文链接地址:</strong></span> <a class="link" href="http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/" target="_top">http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/</a></p>
</div>
<p style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">文章的脚注信息由WordPress的<a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl插件</a>自动生成</p>


<div class="fixed"></div><div id="related_posts"><h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-25/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-07-25)'>Easwy的Twitter微博(2010-07-25)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy-twitter-2010-09-05/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-09-05)'>Easwy的Twitter微博(2010-09-05)</a></li>
<li><a href='http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-05-30/' rel='bookmark' title='Permanent Link: Easwy的Twitter微博(2010-05-30)'>Easwy的Twitter微博(2010-05-30)</a></li>
</div><div class="fixed"></div>]]></content:encoded>
			<wfw:commentRss>http://easwy.com/blog/archives/easwy%e7%9a%84twitter%e5%be%ae%e5%8d%9a2010-07-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
