<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>YCYQ</title>
	<atom:link href="http://ycyq.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ycyq.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 14 Aug 2008 02:54:22 +0000</lastBuildDate>
	<language>zh-tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ycyq.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>YCYQ</title>
		<link>http://ycyq.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ycyq.wordpress.com/osd.xml" title="YCYQ" />
	<atom:link rel='hub' href='http://ycyq.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Access轉MySQL</title>
		<link>http://ycyq.wordpress.com/2008/08/12/access%e8%bd%89mysql/</link>
		<comments>http://ycyq.wordpress.com/2008/08/12/access%e8%bd%89mysql/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 12:55:55 +0000</pubDate>
		<dc:creator>YCYQ</dc:creator>
				<category><![CDATA[經驗]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ycyq.wordpress.com/?p=31</guid>
		<description><![CDATA[Migrating from Access to MySQL 今天試著去把Access轉成MySQL 參考MySQL的文件： http://dev.mysql.com/tech-resources/articles/migrating-from-microsoft.html http://dev.mysql.com/doc/refman/5.0/en/load-data.html 有幾種方法可以轉，細節請看第一個連結， 我選了Text Import/Export這一種方式： 1. 先在MySQL裡面建好空資料表：定好Access資料表一樣多的欄位，欄位的規定也設定好。 2. 開啟Access，對其中的資料表作匯出 (檔案-&#62;匯出)，存檔類型選擇文字檔案，要匯出成 .txt 此時會進入匯出文字精靈： 選擇第一個(分隔符號字元如逗點或是Tab所分隔的欄位) -&#62; 下一步 選擇欄位分隔記號：選  定位點 文字辨識符號：選  無 -&#62; 下一步 -&#62; 完成 (由於MySQL文件裡提到對於以tab或逗點作分隔記號的檔案可以順利匯入，因此本人選擇以tab(定位點)作分隔) 3. 把剛才匯出的檔案移動到mysql的data資料夾裡面。 4. 用命令列的方式進入MySQL後，使用LOAD DATA INFILE將檔案匯入，如下： LOAD DATA INFILE 'data.txt' INTO TABLE table2 FIELDS TERMINATED BY '\t'; 5. 到此應該就是匯入MySQL成功。 至於其他的方式，我就還沒試過。 但一些編碼的東西目前還有問題尚未修正。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ycyq.wordpress.com&amp;blog=4487571&amp;post=31&amp;subd=ycyq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ycyq.wordpress.com/2008/08/12/access%e8%bd%89mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6c215ed515e75fb6738fb2eb159ba60?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">YCYQ</media:title>
		</media:content>
	</item>
		<item>
		<title>WindowsXP下安裝和設定Apache2.2.9+PHP5.2.6+MySQL5.0</title>
		<link>http://ycyq.wordpress.com/2008/08/12/windowsxp%e4%b8%8b%e5%ae%89%e8%a3%9d%e5%92%8c%e8%a8%ad%e5%ae%9aapache229php526mysql50/</link>
		<comments>http://ycyq.wordpress.com/2008/08/12/windowsxp%e4%b8%8b%e5%ae%89%e8%a3%9d%e5%92%8c%e8%a8%ad%e5%ae%9aapache229php526mysql50/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 12:49:22 +0000</pubDate>
		<dc:creator>YCYQ</dc:creator>
				<category><![CDATA[經驗]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ycyq.wordpress.com/?p=29</guid>
		<description><![CDATA[又開始變忙了點，作個記錄吧，這陣子試著去灌了一些東西： 在windowXP下 (以下都是去各官方網站下載，下載可在windows下跑的版本)， 1. Apache 2.2.9: 使用安裝程式。 2. PHP 5.2.6: Community版。使用需要解壓縮的檔案，非安裝程式。 3. MySQL 5.0: 使用需要解壓縮的檔案，非安裝程式。 http://www.apache.org/ http://www.php.net/ http://www.mysql.com/ ==================================================== 參考別人的網站，裡面有一些經驗分享和教學：http://www.huzi.name/2008/07/11/php526-%e5%92%8c-apache229%e5%9c%a8windows%e4%b8%8b%e7%9a%84%e9%85%8d%e7%bd%ae/ (PS.今天發現上面的連結換了，8/14更新連結~) ==================================================== 1. Apache 2.2.9 (1) 下載安裝程式，安裝到你要的位置。 裝好後，打開瀏覽器輸入localhost，看到網頁出現 It works! 代表Apache安裝成功。 此時，裝好Apache後，先去安裝PHP(可跳到下面看PHP的部分)，再回來底下的步驟修改httpd.conf。 (2) 安裝好到裝好的Apache目錄(=資料夾)底下的conf目錄裡面，找到httpd.conf這個檔案。 如：D:\Apache\conf\httpd.conf (3) 修改httpd.conf (3-1) 找到 DirectoryIndex index.html， 修改成DirectoryIndex index.php (3-2) 找到AddType部分，在最後增加： AddType application/x-httpd-php .php (3-3) 找到LoadModule部分，在最后增加如下： LoadModule php_module D:/php/php5apache2_2.dll (看你php裝哪，就輸入對應的路徑) (這一步是要讓Apache上可以解析php檔案) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ycyq.wordpress.com&amp;blog=4487571&amp;post=29&amp;subd=ycyq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ycyq.wordpress.com/2008/08/12/windowsxp%e4%b8%8b%e5%ae%89%e8%a3%9d%e5%92%8c%e8%a8%ad%e5%ae%9aapache229php526mysql50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6c215ed515e75fb6738fb2eb159ba60?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">YCYQ</media:title>
		</media:content>
	</item>
		<item>
		<title>The first post</title>
		<link>http://ycyq.wordpress.com/2008/08/12/the-first-post/</link>
		<comments>http://ycyq.wordpress.com/2008/08/12/the-first-post/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 04:31:30 +0000</pubDate>
		<dc:creator>YCYQ</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://ycyq.wordpress.com/?p=27</guid>
		<description><![CDATA[這是這個網誌的第一篇，之前blogger裡面的東西應該別刪的， wordpress可以直接匯入的，可惜。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ycyq.wordpress.com&amp;blog=4487571&amp;post=27&amp;subd=ycyq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ycyq.wordpress.com/2008/08/12/the-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6c215ed515e75fb6738fb2eb159ba60?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">YCYQ</media:title>
		</media:content>
	</item>
	</channel>
</rss>
