<?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>Just feel my simple life... &#187; dev</title>
	<atom:link href="http://youjf.com/tag/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://youjf.com</link>
	<description>Just feel my simple life...</description>
	<lastBuildDate>Mon, 28 Jun 2010 07:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>研究neo4j第一个小时, 无果</title>
		<link>http://youjf.com/2010/03/26/%e7%a0%94%e7%a9%b6neo4j%e7%ac%ac%e4%b8%80%e4%b8%aa%e5%b0%8f%e6%97%b6-%e6%97%a0%e6%9e%9c/</link>
		<comments>http://youjf.com/2010/03/26/%e7%a0%94%e7%a9%b6neo4j%e7%ac%ac%e4%b8%80%e4%b8%aa%e5%b0%8f%e6%97%b6-%e6%97%a0%e6%9e%9c/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 07:25:23 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[我的日记]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://youjf.com/2010/03/26/%e7%a0%94%e7%a9%b6neo4j%e7%ac%ac%e4%b8%80%e4%b8%aa%e5%b0%8f%e6%97%b6-%e6%97%a0%e6%9e%9c/</guid>
		<description><![CDATA[http://neo4j.org/ 网状结构的NoSQL数据库, 也许它能在手机平台上达到一个写入时间与查询时间的平衡? BTW: 它支持 fulltext index]]></description>
			<content:encoded><![CDATA[<p>http://neo4j.org/</p>
<p>网状结构的NoSQL数据库, 也许它能在手机平台上达到一个写入时间与查询时间的平衡?<br />
BTW: 它支持 fulltext index</p>
]]></content:encoded>
			<wfw:commentRss>http://youjf.com/2010/03/26/%e7%a0%94%e7%a9%b6neo4j%e7%ac%ac%e4%b8%80%e4%b8%aa%e5%b0%8f%e6%97%b6-%e6%97%a0%e6%9e%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 5.4 编译模块支持 NTFS</title>
		<link>http://youjf.com/2010/03/21/centos-5-4-%e7%bc%96%e8%af%91%e6%a8%a1%e5%9d%97%e6%94%af%e6%8c%81-ntfs/</link>
		<comments>http://youjf.com/2010/03/21/centos-5-4-%e7%bc%96%e8%af%91%e6%a8%a1%e5%9d%97%e6%94%af%e6%8c%81-ntfs/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:19:19 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[我的日记]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://youjf.com/?p=334</guid>
		<description><![CDATA[下载内核源码: http://downloads.lustre.org/public/kernels/rhel5/ 解压并移动到/usr/src/ tar -jxvf linux-2.6.18-164.el5.tar.bz2 mv linux-2.6.18-164 /usr/src/ cd /usr/src 备份出当前的.config make oldconfig 使用vi, 把所有 =y 和 =m 的项修改为 is not set 1,$s/=y/ is not set/g 1,$s/=m/ is not set/g 设置修改CONFIG_NTFS_FS CONFIG_NTFS_FS=m 修改fs/ntfs/aops.c @@ -415,7 +415,7 @@ retry_readpage: /* Is the page fully outside i_size? (truncate in progress) */ if (unlikely(page-&#62;index &#62;= (i_size + [...]]]></description>
			<content:encoded><![CDATA[<p>下载内核源码:</p>
<blockquote><p>http://downloads.lustre.org/public/kernels/rhel5/</p></blockquote>
<p>解压并移动到/usr/src/</p>
<blockquote><p>tar -jxvf linux-2.6.18-164.el5.tar.bz2</p>
<p>mv linux-2.6.18-164 /usr/src/</p>
<p>cd /usr/src</p></blockquote>
<p>备份出当前的.config</p>
<blockquote><p>make oldconfig</p></blockquote>
<p>使用vi, 把所有 =y 和 =m 的项修改为 is not set</p>
<blockquote><p>1,$s/=y/ is not set/g</p>
<p>1,$s/=m/ is not set/g</p></blockquote>
<p>设置修改CONFIG_NTFS_FS</p>
<blockquote><p>CONFIG_NTFS_FS=m</p></blockquote>
<p>修改fs/ntfs/aops.c</p>
<blockquote><p>@@ -415,7 +415,7 @@ retry_readpage:<br />
/* Is the page fully outside i_size? (truncate in progress) */<br />
if (unlikely(page-&gt;index &gt;= (i_size + PAGE_CACHE_SIZE &#8211; 1) &gt;&gt;<br />
PAGE_CACHE_SHIFT)) {<br />
-          zero_user_page(page, 0, PAGE_CACHE_SIZE, KM_USER0);<br />
+          zero_user(page, 0, PAGE_CACHE_SIZE);<br />
ntfs_debug(&#8220;Read outside i_size &#8211; truncated?&#8221;);<br />
goto done;<br />
}</p></blockquote>
<p>修改fs/ntfs/compress.c</p>
<blockquote><p>@@ -565,7 +565,7 @@ int ntfs_read_compressed_block(struct pa<br />
if (xpage &gt;= max_page) {<br />
kfree(bhs);<br />
kfree(pages);<br />
-          zero_user_page(page, 0, PAGE_CACHE_SIZE, KM_USER0);<br />
+          zero_user(page, 0, PAGE_CACHE_SIZE);<br />
ntfs_debug(&#8220;Compressed read outside i_size &#8211; truncated?&#8221;);<br />
SetPageUptodate(page);<br />
unlock_page(page);</p></blockquote>
<p>然后可以在/usr/src/linux-2.6.18-164/目录下编译了</p>
<blockquote><p>make modules SUBDIRS=/usr/src/linux-2.6.18-164/fs/ntfs/</p></blockquote>
<p>把编译好的模块加入到内核中去</p>
<blockquote><p>insmod /usr/src/linux-2.6.18-164/fs/ntfs/ntfs.ko</p>
<p>modprobe ntfs [或者是这个?]</p></blockquote>
<p>使用命令载入NTFS分区的硬盘</p>
<blockquote><p>mount -t ntfs /dev/sdb4 /mnt/hdd</p></blockquote>
<p>Finished</p>
<p>使用以下命令查看状态</p>
<blockquote><p>﻿dmesg | grep NTFS</p>
<p>cat /proc/filesystems</p></blockquote>
<p>但是这种方法在我的FreeAgentGo上面老是只能mount为只读状态, 会有很多error, 所以还是使用ntfs-3g最好..虽然速度慢了点</p>
<blockquote><p>http://wiki.centos.org/zh/TipsAndTricks/NTFS</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://youjf.com/2010/03/21/centos-5-4-%e7%bc%96%e8%af%91%e6%a8%a1%e5%9d%97%e6%94%af%e6%8c%81-ntfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse JavaScript Editor</title>
		<link>http://youjf.com/2009/12/29/eclipse-javascript-editor/</link>
		<comments>http://youjf.com/2009/12/29/eclipse-javascript-editor/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:21:58 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[我的日记]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://youjf.com/?p=210</guid>
		<description><![CDATA[http://www.spket.com/update/ 这个是目前用过的几个里头,最好用的一个]]></description>
			<content:encoded><![CDATA[<p>http://www.spket.com/update/</p>
<p>这个是目前用过的几个里头,最好用的一个</p>
]]></content:encoded>
			<wfw:commentRss>http://youjf.com/2009/12/29/eclipse-javascript-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the regular expression of matching chinese characters</title>
		<link>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/</link>
		<comments>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:54:57 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[我的日记]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/</guid>
		<description><![CDATA[匹配0-9a-zA-Z 和所有中文字符的正则表达式 [\x30-\x39\x41-\x5a\x61-\x7a\x80-\xff] 其中&#8221;\xXX&#8221;中的XX代表ASCII值, 你也可以自己指定自己的匹配范围 附: ASCII码表 http://www.asciitable.com/]]></description>
			<content:encoded><![CDATA[<p>匹配0-9a-zA-Z 和所有中文字符的正则表达式</p>
<p>[\x30-\x39\x41-\x5a\x61-\x7a\x80-\xff]</p>
<p>其中&#8221;\xXX&#8221;中的XX代表ASCII值, 你也可以自己指定自己的匹配范围</p>
<p>附: ASCII码表</p>
<p><a href="http://www.asciitable.com/" target="_blank">http://www.asciitable.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
