<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「- priv -」的迴響</title>
	<atom:link href="http://priv.tw/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://priv.tw/blog</link>
	<description>It's me</description>
	<lastBuildDate>Thu, 04 Mar 2010 04:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>由 悲剧的 WP 升级及空间同步 &#183; horan studio 發表的 Live Space Sync 迴響</title>
		<link>http://priv.tw/blog/msn-sync-modified/comment-page-1#comment-239071</link>
		<dc:creator>悲剧的 WP 升级及空间同步 &#183; horan studio</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/msn-sync-modified/#comment-239071</guid>
		<description>[...] 1、WordPress 2.9.2 简体中文版 2、Live Space Sync 1.01 中文安装指南 3、WP JQ 3.1 4、WP JQ remix by horan（仅含修改过文件） VN:F [...]</description>
		<content:encoded><![CDATA[<p>[...] 1、WordPress 2.9.2 简体中文版 2、Live Space Sync 1.01 中文安装指南 3、WP JQ 3.1 4、WP JQ remix by horan（仅含修改过文件） VN:F [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 博客搬家完毕～ &#124; 简爱人生 發表的 Live Space Sync 迴響</title>
		<link>http://priv.tw/blog/msn-sync-modified/comment-page-1#comment-237708</link>
		<dc:creator>博客搬家完毕～ &#124; 简爱人生</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/msn-sync-modified/#comment-237708</guid>
		<description>[...] 之前1月底的时候说过把博客搬到自己的wordpress博客，用的是自己名字注的域名空间（http://www.jiang-xiaomin.com），打算停用live space，但权衡再三，因为msn的network还是有不少朋友在(他们应该还是无法在network更新里看到我的日志发布，sigh~这个猪头msn访问端的问题看来还得找他们好好算账才行……)，决定还是用一个wp-livesync小插件，把这个live space留着继续用了，只是以后都以wp这边为主，通过插件把日志两边同步。msn的相册界面设计很一般，尤其是上传的设计巨烂无比，只是无奈自己的picasa相册家里人实在看不到，也难得msn免费给25g的相册存储空间，为了让家人更方便看到我的相册，决定以后把picasa上有的照片一点点传到msn这里来好了，蚂蚁搬家喽～ [...]</description>
		<content:encoded><![CDATA[<p>[...] 之前1月底的时候说过把博客搬到自己的wordpress博客，用的是自己名字注的域名空间（http://www.jiang-xiaomin.com），打算停用live space，但权衡再三，因为msn的network还是有不少朋友在(他们应该还是无法在network更新里看到我的日志发布，sigh~这个猪头msn访问端的问题看来还得找他们好好算账才行……)，决定还是用一个wp-livesync小插件，把这个live space留着继续用了，只是以后都以wp这边为主，通过插件把日志两边同步。msn的相册界面设计很一般，尤其是上传的设计巨烂无比，只是无奈自己的picasa相册家里人实在看不到，也难得msn免费给25g的相册存储空间，为了让家人更方便看到我的相册，决定以后把picasa上有的照片一点点传到msn这里来好了，蚂蚁搬家喽～ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 priv 發表的 cygwin 1.7 release 迴響</title>
		<link>http://priv.tw/blog/archives/377/comment-page-1#comment-237541</link>
		<dc:creator>priv</dc:creator>
		<pubDate>Wed, 03 Feb 2010 08:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/?p=377#comment-237541</guid>
		<description>簡單說就是有兩個方式
1. 把你用到C:/GTK/include/gtk-2.0這個路徑的地方改成/cygdrive/c/GTK/include/gtk-2.0
C:變成/cygdrive/c，C: D: E: 都一樣的方法類推

2.若只是單純不想看到警告訊息，不想改程式
就在環境變數中加入CYGWIN=nodosfilewarning

加入環境變數的方式很多，你可以在windows的系統內容-&gt;進階-&gt;環境變數中加入(抱歉我不曉得簡體windows的位置)
或者你可以在cygwin.bat前面加上set CYGWIN=nodosfilewarning
或者將此行加在你執行程式用的batch檔裡</description>
		<content:encoded><![CDATA[<p>簡單說就是有兩個方式<br />
1. 把你用到C:/GTK/include/gtk-2.0這個路徑的地方改成/cygdrive/c/GTK/include/gtk-2.0<br />
C:變成/cygdrive/c，C: D: E: 都一樣的方法類推</p>
<p>2.若只是單純不想看到警告訊息，不想改程式<br />
就在環境變數中加入CYGWIN=nodosfilewarning</p>
<p>加入環境變數的方式很多，你可以在windows的系統內容->進階->環境變數中加入(抱歉我不曉得簡體windows的位置)<br />
或者你可以在cygwin.bat前面加上set CYGWIN=nodosfilewarning<br />
或者將此行加在你執行程式用的batch檔裡</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 请教问题。。。 發表的 cygwin 1.7 release 迴響</title>
		<link>http://priv.tw/blog/archives/377/comment-page-1#comment-237540</link>
		<dc:creator>请教问题。。。</dc:creator>
		<pubDate>Wed, 03 Feb 2010 01:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/?p=377#comment-237540</guid>
		<description>。。我现在就是遇到了您所说的问题。

错误内容如下：“cygwin warning:
  MS-DOS style path detected: C:/GTK/include/gtk-2.0
  Preferred POSIX equivalent is: /cygdrive/c/GTK/include/gtk-2.0
  CYGWIN environment variable option &quot;nodosfilewarning&quot; turns off this warning.
  Consult the user&#039;s guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames”。

我去那个给出的网站看了。。。全是英文，英文少了我还能看懂点。太多了，就无能为力了，希望您能指点下我。。</description>
		<content:encoded><![CDATA[<p>。。我现在就是遇到了您所说的问题。</p>
<p>错误内容如下：“cygwin warning:<br />
  MS-DOS style path detected: C:/GTK/include/gtk-2.0<br />
  Preferred POSIX equivalent is: /cygdrive/c/GTK/include/gtk-2.0<br />
  CYGWIN environment variable option 『nodosfilewarning』 turns off this warning.<br />
  Consult the user&#8217;s guide for more details about POSIX paths:<br />
    <a href="http://cygwin.com/cygwin-ug-net/using.html#using-pathnames”。" rel="nofollow">http://cygwin.com/cygwin-ug-net/using.html#using-pathnames”。</a></p>
<p>我去那个给出的网站看了。。。全是英文，英文少了我还能看懂点。太多了，就无能为力了，希望您能指点下我。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 同步WordPress和MSN spaces 發表的 Live Space Sync 迴響</title>
		<link>http://priv.tw/blog/msn-sync-modified/comment-page-1#comment-237471</link>
		<dc:creator>同步WordPress和MSN spaces</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/msn-sync-modified/#comment-237471</guid>
		<description>[...] 一下参考了 http://privism.org/blog/live-sync 和 http://priv.tw/blog/msn-sync-modified [...]</description>
		<content:encoded><![CDATA[<p>[...] 一下参考了 <a href="http://privism.org/blog/live-sync" rel="nofollow">http://privism.org/blog/live-sync</a> 和 <a href="http://priv.tw/blog/msn-sync-modified" rel="nofollow">http://priv.tw/blog/msn-sync-modified</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 Phoebus&#39;s Blog &#187; 把WordPress上的文章同步到LiveSpaces上的插件 發表的 Live Space Sync 迴響</title>
		<link>http://priv.tw/blog/msn-sync-modified/comment-page-1#comment-237388</link>
		<dc:creator>Phoebus&#39;s Blog &#187; 把WordPress上的文章同步到LiveSpaces上的插件</dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/msn-sync-modified/#comment-237388</guid>
		<description>[...] 由于LiveSpaces是支持使用XML-RPC协议来发布文章的，有人就写了一个WordPress插件用于把WordPress上的文章同步发布到LiveSpaces上，实现一个非常省力的博客发布途径。插件可以从http://priv.tw/blog/msn-sync-modified下载。由于LiveSpaces的接口是ssl的，注意要打开PHP的openssl支持才能够使用。  [...]</description>
		<content:encoded><![CDATA[<p>[...] 由于LiveSpaces是支持使用XML-RPC协议来发布文章的，有人就写了一个WordPress插件用于把WordPress上的文章同步发布到LiveSpaces上，实现一个非常省力的博客发布途径。插件可以从http://priv.tw/blog/msn-sync-modified下载。由于LiveSpaces的接口是ssl的，注意要打开PHP的openssl支持才能够使用。  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 7搂的 麻烦你能帮我购买教材吗 發表的 早安日語 迴響</title>
		<link>http://priv.tw/blog/archives/223/comment-page-1#comment-237361</link>
		<dc:creator>7搂的 麻烦你能帮我购买教材吗</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/archives/223#comment-237361</guid>
		<description>我在广州, 之前一直有听&lt;&gt;,很希望能拥有它的教材. 麻烦你能帮我代购吗?  我的邮箱是 carrie-guo@live.cn   谢谢！</description>
		<content:encoded><![CDATA[<p>我在广州, 之前一直有听&lt;&gt;,很希望能拥有它的教材. 麻烦你能帮我代购吗?  我的邮箱是 <a href="mailto:carrie-guo@live.cn">carrie-guo@live.cn</a>   谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 hanjay 發表的 影武者 迴響</title>
		<link>http://priv.tw/blog/archives/346/comment-page-1#comment-237262</link>
		<dc:creator>hanjay</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/?p=346#comment-237262</guid>
		<description>以前修日文時的老師說因為以前日文單詞量較少(應該是指平假)
被借用的情況比較多
當時聽到的例證是「馬肉」
因為沒有特別的單詞，頂多用「馬刺」來代表馬肉
所以以馬肉紋路像櫻花
「桜」在日文裡也就有馬肉的意思
現在時代已經不同了
因為大量使用「片假」的緣故
據說在日文如果年輕人用平假的單詞是很容易被笑的
似乎只有老人家用平假才可以被原諒這樣....XD

資料來源：日文系教授</description>
		<content:encoded><![CDATA[<p>以前修日文時的老師說因為以前日文單詞量較少(應該是指平假)<br />
被借用的情況比較多<br />
當時聽到的例證是「馬肉」<br />
因為沒有特別的單詞，頂多用「馬刺」來代表馬肉<br />
所以以馬肉紋路像櫻花<br />
「桜」在日文裡也就有馬肉的意思<br />
現在時代已經不同了<br />
因為大量使用「片假」的緣故<br />
據說在日文如果年輕人用平假的單詞是很容易被笑的<br />
似乎只有老人家用平假才可以被原諒這樣&#8230;.XD</p>
<p>資料來源：日文系教授</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 lala 發表的 長大 迴響</title>
		<link>http://priv.tw/blog/archives/326/comment-page-1#comment-237161</link>
		<dc:creator>lala</dc:creator>
		<pubDate>Sat, 17 Oct 2009 01:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/?p=326#comment-237161</guid>
		<description>长大后还可以改变</description>
		<content:encoded><![CDATA[<p>长大后还可以改变</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 是的 發表的 早安日語 迴響</title>
		<link>http://priv.tw/blog/archives/223/comment-page-1#comment-237112</link>
		<dc:creator>是的</dc:creator>
		<pubDate>Fri, 02 Oct 2009 09:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://priv.tw/blog/archives/223#comment-237112</guid>
		<description>我覺得你這裡寫的不錯，我google關鍵字輸入早安日語下載，你就是第一個出現的，也確實沒讓我失望，以前大學時，我學過兩年日文，之後雖在外國工作但都是用英文較多，今年開始跟日本又有接觸，於是又回來溫習～廣播是最有效率的學習選擇之一。謝謝你啦！
另外，對岸的同胞們！若你們需要這樣的書籍，寫電郵給我吧！我可以幫忙你們的。我大約每個月都會洽公出差去香港廣州、深圳東莞、雲南昆明等等，偶而也去蘇州、上海、北京。</description>
		<content:encoded><![CDATA[<p>我覺得你這裡寫的不錯，我google關鍵字輸入早安日語下載，你就是第一個出現的，也確實沒讓我失望，以前大學時，我學過兩年日文，之後雖在外國工作但都是用英文較多，今年開始跟日本又有接觸，於是又回來溫習～廣播是最有效率的學習選擇之一。謝謝你啦！<br />
另外，對岸的同胞們！若你們需要這樣的書籍，寫電郵給我吧！我可以幫忙你們的。我大約每個月都會洽公出差去香港廣州、深圳東莞、雲南昆明等等，偶而也去蘇州、上海、北京。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.855 seconds -->
