<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.sysoss.com/blog/index.php?/feeds/atom.xml" rel="self" title="綠光能部落客-網路行銷,網頁設計,微軟,軟硬體安裝,備份, SEO,SEM" type="application/atom+xml" />
    <link href="http://www.sysoss.com/blog/"                        rel="alternate"    title="綠光能部落客-網路行銷,網頁設計,微軟,軟硬體安裝,備份, SEO,SEM" type="text/html" />
    <link href="http://www.sysoss.com/blog/rss.php?version=2.0"     rel="alternate"    title="綠光能部落客-網路行銷,網頁設計,微軟,軟硬體安裝,備份, SEO,SEM" type="application/rss+xml" />
    <title type="html">綠光能部落客-網路行銷,網頁設計,微軟,軟硬體安裝,備份, SEO,SEM</title>
    <subtitle type="html">電腦資訊 技術資訊 技術心得 ...</subtitle>
    <icon>http://www.sysoss.com/blog/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.sysoss.com/blog/</id>
    <updated>2009-10-29T10:45:39Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4">Serendipity 1.4 - http://www.s9y.org/</generator>
    <dc:language>tn</dc:language>

    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/18-phpMyAdmin.html" rel="alternate" title="phpMyAdmin 中文亂碼處理方法" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-10-29T10:38:35Z</published>
        <updated>2009-10-29T10:45:39Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=18</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/7-PHPMySQL" label="PHP&amp;MySQL" term="PHP&amp;MySQL" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/18-guid.html</id>
        <title type="html">phpMyAdmin 中文亂碼處理方法</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                到達 phpMyAdmin/libraries/select_lang.lib.php<br />
<br />
找到以下的文字,utf8 用 'utf-8' =>'latin1' 取代即可<br />
<br />
// MySQL charsets map<br />
$mysql_charset_map = array(<br />
    'big5'         => 'big5',<br />
    'cp-866'       => 'cp866',<br />
    'euc-jp'       => 'ujis',<br />
    'euc-kr'       => 'euckr',<br />
    'gb2312'       => 'gb2312',<br />
    'gbk'          => 'gbk',<br />
    'iso-8859-1'   => 'latin1',<br />
    'iso-8859-2'   => 'latin2',<br />
    'iso-8859-7'   => 'greek',<br />
    'iso-8859-8'   => 'hebrew',<br />
    'iso-8859-8-i' => 'hebrew',<br />
    'iso-8859-9'   => 'latin5',<br />
    'iso-8859-13'  => 'latin7',<br />
    'iso-8859-15'  => 'latin1',<br />
    'koi8-r'       => 'koi8r',<br />
    'shift_jis'    => 'sjis',<br />
    'tis-620'      => 'tis620',<br />
//    'utf-8'        => 'utf8',<br />
    'utf-8' =>'latin1',<br />
    'windows-1250' => 'cp1250',<br />
    'windows-1251' => 'cp1251',<br />
    'windows-1252' => 'latin1',<br />
    'windows-1256' => 'cp1256',<br />
    'windows-1257' => 'cp1257',<br />
);<br />
<br />
如果是開發 PHP 程式用<br />
<br />
<?php<br />
	$DB_HOST	= "localhost";	  //資料庫主機位置<br />
	$DB_LOGIN	= "root";	  //資料庫的使用帳號<br />
	$DB_PASSWORD	= "xxxxx";	  //資料庫的使用密碼<br />
	$DB_NAME	= "xxxxxx";         //資料庫名稱<br />
	<br />
 <br />
	$conn = mysql_connect($DB_HOST, $DB_LOGIN, $DB_PASSWORD);<br />
	mysql_select_db($DB_NAME);	<br />
	 mysql_query("SET NAMES 'utf8'");<br />
?><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/17-Webware-100-winner-Dimdim.html" rel="alternate" title="Webware 100 winner: Dimdim" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-09-16T16:43:43Z</published>
        <updated>2009-09-16T17:01:32Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=17</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/6-Dimdim" label="Dimdim" term="Dimdim" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/17-guid.html</id>
        <title type="html">Webware 100 winner: Dimdim</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dimdim是一個自由，開放源碼會議和白版文件共享應用系統。這是一個簡單的工具共享演展示，合作的項目，可在多個地點會議。 <br />
<br />
您可以使用大部分Dimdim 的功能，而不必付費，或安裝任何軟體在電腦上。然而，在一個小插件，可以分享整個電腦桌面與其他與會者。 <br />
<br />
因為它是開源，Dimdim的被納入了一些第三方服務( third-party services )，如Zimbra公司和SugarCRM，並受益其它的社群協助錯誤的修正。<br />
<br />
Dimdim 也在其中!<br />
<br />
Winners in this category:<br />
Digsby <br />
Windows Live Messenger <br />
RingCentral <br />
Gmail <br />
Skype <br />
Dimdim <br />
Pidgin <br />
Yahoo Messenger <br />
Windows Live Hotmail <br />
Postbox <br />
<br />
<!-- s9ymdb:1 --><img class="serendipity_image_left" width="98" height="110" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.sysoss.com/blog/uploads/WW100Winner2k9-smallr.serendipityThumb.png" alt="" /><br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/16-Hyper-V-Server-Core-License.html" rel="alternate" title="Hyper-V Server Core  License 說明" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-21T06:26:54Z</published>
        <updated>2009-05-21T06:38:53Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=16</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/5-Windows-2008" label="Windows 2008" term="Windows 2008" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/16-guid.html</id>
        <title type="html">Hyper-V Server Core  License 說明</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Hyper-V Server Core 是文字界面 <br /><a href="http://www.sysoss.com/blog/index.php?/archives/16-Hyper-V-Server-Core-License.html#extended">繼續閱讀 "Hyper-V Server Core  License 說明"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/15-Hyper-V.html" rel="alternate" title="Hyper-V 系統需求" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-21T06:17:52Z</published>
        <updated>2009-05-21T06:25:56Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/5-Windows-2008" label="Windows 2008" term="Windows 2008" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/15-guid.html</id>
        <title type="html">Hyper-V 系統需求</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Hyper-V需要特定的硬體以下內容： <br />
 <br /><a href="http://www.sysoss.com/blog/index.php?/archives/15-Hyper-V.html#extended">繼續閱讀 "Hyper-V 系統需求"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/14-seo.html" rel="alternate" title="如何讓搜索引擎決定排名的兩件事? seo" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-09T09:34:49Z</published>
        <updated>2009-05-13T04:11:41Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/4-SEO-SEM" label="SEO SEM" term="SEO SEM" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/14-guid.html</id>
        <title type="html">如何讓搜索引擎決定排名的兩件事? seo</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                如何讓搜索引擎決定排名的兩件事? <br />
<br />
1、網站關聯性？ （優化的某些關鍵字） <br />
<br />
2、網站權重？   （許多人返回您網站的鏈接從其他網站）  <br /><a href="http://www.sysoss.com/blog/index.php?/archives/14-seo.html#extended">繼續閱讀 "如何讓搜索引擎決定排名的兩件事? seo"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/13-ScalabilityExpert-SSUA.html" rel="alternate" title="ScalabilityExpert SSUA 工具 介紹" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-09T07:31:28Z</published>
        <updated>2009-05-13T04:13:42Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=13</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/3-MS-SQL" label="MS-SQL" term="MS-SQL" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/13-guid.html</id>
        <title type="html">ScalabilityExpert SSUA 工具 介紹</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                準備工作:<br />
<br />
<a href="http://www.scalabilityexperts.com/ssua/">ScalabilityExpert 網站 下載 SSUA Tools</a><br />
<br />
(1).<strong>NET Framework 2.0</strong><br />
(2)安裝<strong> SQL Server 2008 </strong>安裝程式精靈中，所提供的「管理工具」Client。<br />
<br />
 <br /><a href="http://www.sysoss.com/blog/index.php?/archives/13-ScalabilityExpert-SSUA.html#extended">繼續閱讀 "ScalabilityExpert SSUA 工具 介紹"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/12-MS-SQL-Server.html" rel="alternate" title="MS SQL Server 升級測試流程" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-09T07:13:30Z</published>
        <updated>2009-05-13T04:14:20Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=12</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/3-MS-SQL" label="MS-SQL" term="MS-SQL" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/12-guid.html</id>
        <title type="html">MS SQL Server 升級測試流程</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                升級測試主要如下：<br />
<br />
使用Scalability Expert 公司合作開發出「SQL Server Upgrade Assistant 2008 (以下簡稱 SSUA)」工具程式。<br />
<br />
 <br /><a href="http://www.sysoss.com/blog/index.php?/archives/12-MS-SQL-Server.html#extended">繼續閱讀 "MS SQL Server 升級測試流程"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/11-SQL-Server-20002005-SQL-Server-2008.html" rel="alternate" title="SQL Server 2000或2005 到 SQL Server 2008 的升級" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-09T06:38:45Z</published>
        <updated>2009-05-13T04:14:39Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=11</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/3-MS-SQL" label="MS-SQL" term="MS-SQL" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/11-guid.html</id>
        <title type="html">SQL Server 2000或2005 到 SQL Server 2008 的升級</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                有朋友經常再問,<strong>SQL Server 2000</strong>或<strong>SQL Server 2005</strong>,可以升級到<strong> SQL Server 2008</strong>嘛?<br />
按照官方的說法,當然是可以,不過要做好測試。<br />
 <br /><a href="http://www.sysoss.com/blog/index.php?/archives/11-SQL-Server-20002005-SQL-Server-2008.html#extended">繼續閱讀 "SQL Server 2000或2005 到 SQL Server 2008 的升級"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/8-Google.html" rel="alternate" title=" Google 推出「免費虛擬主機」服務" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T08:15:06Z</published>
        <updated>2009-05-03T08:19:31Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=8</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/1-Google-Analytics" label="Google Analytics " term="Google Analytics " />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/8-guid.html</id>
        <title type="html"> Google 推出「免費虛擬主機」服務</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://appengine.google.com">申請虛擬主機</a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/7-Yahoo!.html" rel="alternate" title="查看 Yahoo! 奇摩上是否網頁有被收入" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:56:55Z</published>
        <updated>2009-05-03T07:56:55Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=7</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/2-Yahoo" label="Yahoo 各項工具說明" term="Yahoo 各項工具說明" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/7-guid.html</id>
        <title type="html">查看 Yahoo! 奇摩上是否網頁有被收入</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://tw.dir.yahoo.com">Yahoo!目錄式網站</a><br />
<a href="http://tw.search.yahoo.com/">Yahoo!搜尋式網站</a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/6-Yahoo.html" rel="alternate" title="Yahoo 關鍵字工具" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:54:05Z</published>
        <updated>2009-05-03T07:54:05Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/2-Yahoo" label="Yahoo 各項工具說明" term="Yahoo 各項工具說明" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/6-guid.html</id>
        <title type="html">Yahoo 關鍵字工具</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://tw.emarketing.yahoo.com/ysm/guide/index101.html">Yahoo 關鍵字工具</a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/5-Yahoo!.html" rel="alternate" title="Yahoo! 奇摩站長工具" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:37:05Z</published>
        <updated>2009-05-03T07:54:56Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/2-Yahoo" label="Yahoo 各項工具說明" term="Yahoo 各項工具說明" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/5-guid.html</id>
        <title type="html">Yahoo! 奇摩站長工具</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://tw.webmaster.yahoo.com/">Yahoo! 奇摩站長工具</a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/4-Yahoo.html" rel="alternate" title="Yahoo 關鍵字廣告介紹" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:27:52Z</published>
        <updated>2009-05-03T07:30:02Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/2-Yahoo" label="Yahoo 各項工具說明" term="Yahoo 各項工具說明" />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/4-guid.html</id>
        <title type="html">Yahoo 關鍵字廣告介紹</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://tw.emarketing.yahoo.com/ysm/">Yahoo 關鍵字廣告介紹</a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/3-tw.html" rel="alternate" title="關鍵字工具" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:22:52Z</published>
        <updated>2009-05-03T07:26:03Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/1-Google-Analytics" label="Google Analytics " term="Google Analytics " />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/3-guid.html</id>
        <title type="html">關鍵字工具</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                使用 [關鍵字工具] 來取得新的關鍵字建議。<br />
<a href="https://adwords.google.com.tw/select/KeywordToolExternal">關鍵字工具提示 </a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.sysoss.com/blog/index.php?/archives/2-Google-Analytics.html" rel="alternate" title="Google Analytics (分析) 報告簡介" />
        <author>
            <name>Minghow</name>
                    </author>
    
        <published>2009-05-03T07:19:28Z</published>
        <updated>2009-05-03T07:22:37Z</updated>
        <wfw:comment>http://www.sysoss.com/blog/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.sysoss.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://www.sysoss.com/blog/index.php?/categories/1-Google-Analytics" label="Google Analytics " term="Google Analytics " />
    
        <id>http://www.sysoss.com/blog/index.php?/archives/2-guid.html</id>
        <title type="html">Google Analytics (分析) 報告簡介</title>
        <content type="xhtml" xml:base="http://www.sysoss.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                目標： 在本節中，您可瞭解五種報告的類別，以及您可以從個別報告類別中找到的資料類型。<br />
<a href="http://www.google.com/intl/zh-TW/adwords/learningcenter/29518.html">關於報告類別</a> 
            </div>
        </content>
        
    </entry>

</feed>