<?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; 軟體程式</title>
	<atom:link href="http://blog.ezshow.org/category/itinfo/%e8%bb%9f%e9%ab%94%e7%a8%8b%e5%bc%8f/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ezshow.org</link>
	<description>The puppy got a good idea. 遇到問題想辦法解決~</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:40:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://blog.ezshow.org/?pushpress=hub'/>
		<item>
		<title>PHP fgetcsv 讀入檔案無「“」時，第一字元被刪掉亂碼</title>
		<link>http://blog.ezshow.org/2010/04/06/phpfgetcsv/</link>
		<comments>http://blog.ezshow.org/2010/04/06/phpfgetcsv/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:37:39 +0000</pubDate>
		<dc:creator>小狗狗</dc:creator>
				<category><![CDATA[軟體程式]]></category>
		<category><![CDATA[fgetcsv]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[setlocale]]></category>

		<guid isPermaLink="false">http://blog.ezshow.org/2010/04/06/php-fgetcsv-%e8%ae%80%e5%85%a5%e6%aa%94%e6%a1%88%e7%84%a1%e3%80%8c%e3%80%8d%e6%99%82%ef%bc%8c%e7%ac%ac%e4%b8%80%e5%ad%97%e5%85%83%e8%a2%ab%e5%88%aa%e6%8e%89%e4%ba%82%e7%a2%bc/</guid>
		<description><![CDATA[在使用 fgetcsv 讀取 CSV 檔案時，如該 CSV 檔案的中文字有「“」時文字是可以正常的， 但在一般情況無「"」，則會出現第一個字元被吃掉的情況，以致出現亂碼。 在網路上的資料多半是建議使用 setlocale 來解決問題 語法如下 ?View Code PHP&#60;div id=&#34;_mcePaste&#34;&#62;// utf-8 setlocale &#40; LC_ALL, 'en_US.UTF-8' &#41; ; // big5 setlocale &#40; LC_ALL, 'zh_TW.BIG5' &#41;...]]></description>
		<wfw:commentRss>http://blog.ezshow.org/2010/04/06/phpfgetcsv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CVS第二次~初體驗</title>
		<link>http://blog.ezshow.org/2006/01/06/cvs%e7%ac%ac%e4%ba%8c%e6%ac%a1%e5%88%9d%e9%ab%94%e9%a9%97/</link>
		<comments>http://blog.ezshow.org/2006/01/06/cvs%e7%ac%ac%e4%ba%8c%e6%ac%a1%e5%88%9d%e9%ab%94%e9%a9%97/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 17:54:43 +0000</pubDate>
		<dc:creator>小狗狗</dc:creator>
				<category><![CDATA[軟體程式]]></category>

		<guid isPermaLink="false">http://blog.ezshow.org/2006/01/06/cvs%e7%ac%ac%e4%ba%8c%e6%ac%a1%e5%88%9d%e9%ab%94%e9%a9%97/</guid>
		<description><![CDATA[使用CVS來管理版本已經不是第一次了，早在幾年前就架起來使用過，那時的感覺：「不便」 但有鑑於程式的開發還是需要管理，這次又開始重新使用cvs來管理版本了。 Server一樣還是用 freebsd，client的部份原來使用了「TortoiseCVS」這套，用不到三天發現了幾個缺點：1.新增時會出現有些目錄無法新增；2.檔案總管的圖示改的有點亂；3.CVS目錄下比平常多了一個檔案。後來改用「wincvs」，英文版有點不太上手，用了幾個常用的：Import module ，新增專案；Commit ，送出修改；Upadte，從server更新；Checkout module，從server取出程式，可以取出沒有CVS目錄的版本，只是依個人的使用上加上說明，不見得對。]]></description>
		<wfw:commentRss>http://blog.ezshow.org/2006/01/06/cvs%e7%ac%ac%e4%ba%8c%e6%ac%a1%e5%88%9d%e9%ab%94%e9%a9%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

