<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[理財投資並不輕鬆:: 痞客邦 PIXNET ::]]></title>
    <link>http://pumpkin168.pixnet.net/blog</link>
    <description><![CDATA[理財方法很多但知易行難,個性和知識是決定荷包的關鍵
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1847971-1";
urchinTracker();
</script>
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com.tw/custom" target="google_window">
<input type="hidden" name="domains" value="www.pixnet.net;www.wretch.cc;tw.myblog.yahoo.com"></input>
<label for="sbi" style="display: none"> 輸入您的搜尋字詞</label>

<input type="text" name="q" size="14" maxlength="255" value="" id="sbi"></input><br />

<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss1" title="搜尋網頁"><font size="-1" color="#000000"> Web</font></label>
<input type="radio" name="sitesearch" value="www.pixnet.net" checked id="ss1"></input>
<label for="ss1" title="Pixnet"><font size="-1" color="#000000"> Pixnet</font></label>
<input type="radio" name="sitesearch" value="www.wretch.cc" id="ss2"></input>
<label for="ss0" title="無名"><font size="-1" color="#000000"> 無名</font></label>
<input type="radio" name="sitesearch" value="pixnet.net/pumpkin168" checked id="ss3"></input>
<label for="ss1" title="網誌內容"><font size="-1" color="#000000"> 網誌內容</font></label><br/>

<label for="sbb" style="display: none"> 提交搜尋表單</label>
<input type="submit" name="sa" value="Google 搜尋" id="sbb"></input>
<input type="hidden" name="client" value="pub-0211204356891648"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="UTF-8"></input>
<input type="hidden" name="oe" value="UTF-8"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="zh-TW"></input>
</form>
<!-- SiteSearch Google -->
<div id="divTopContentScript" style="display:none;"><br />
<div style="text-align:left;width:570px;font-weight:200;color:red;border:1px solid red;padding:.5em;">
[止跌觀察:]<br/>1.成交量突然縮小很多<br/>2.成交量突然放大很多,籌碼換手成功與否需日後量縮,並配合價格上去做確認~~~<br/> <!--<a href="http://blog.pixnet.net/pumpkin168" target="_blank">TEST LINK</a>--><!--<br />1. aaaaaaaaaaaaaaaaaaaaa<br />2. bbbbbbbbbbbbbbb cc-->
</div><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0211204356891648";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
google_ad_channel = "";
google_color_border = "F2984C";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br /><br /></div>

<div id="divTailContentScript" style="display:none;"><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0211204356891648";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "E1771E";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br /></div></div> 
<script type="text/javascript">
var isArticle = false;
if (document.URL.indexOf("/post/") > 0)
	isArticle = true;

if (isArticle)
{
	if (window.attachEvent)
		window.attachEvent('onload', init);
	else
		window.addEventListener('load', init, false);
}

function grey()
{
	// "Content" 是文章的主要區塊
	var CONTENT = document.getElementById("Content");
	var DIVs = CONTENT.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("mainEntryBody") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divTopContentScript").innerHTML
				+ DIVs[i].innerHTML;
			break;
		}
	}
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("extended") == 0 || x.indexOf("footer") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divTailContentScript").innerHTML
				+ DIVs[i].innerHTML;
			break;
		}
	}
}

function grey2()
{
	var DIVs = document.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("mainEntryfoot") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divTailContentScript").innerHTML
				+ DIVs[i].innerHTML;
			break;
		}
	}
}

function roodo()
{
	var DIVs = document.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		// 檢查 class 是否為 "posted"，是的話就是文章結尾
		if (x.indexOf("posted") == 0)
		{
			DIVs[i].innerHTML +=
				document.getElementById("divTailContentScript").innerHTML;
			break;
		}
	}
}

function wretch()
{
	// "Content" 是文章的主要區塊
	var CONTENT = document.getElementById("content");
	var DIVs = CONTENT.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		// 檢查 class 是否為 "innertext"，是的話就是文章本體
		if (x.indexOf("innertext") == 0)
		{
			DIVs[i].innerHTML +=
				document.getElementById("divTailContentScript").innerHTML;
			break;
		}
	}
}

function init()
{
	var LINKs = document.getElementsByTagName('link');
	for (i = 0; i < LINKs.length; i++)
	{
		if (LINKs[i].getAttribute('rel') == "stylesheet")
		{
            var style = LINKs[i].getAttribute('title');
            // 根據 stylesheet 的 title 屬性來分辨是哪種版型
            switch (style)
            {
				case 'grey':
				    grey();		break;
				case 'grey2':
				    grey2();	break;
				case 'yam':
				    roodo();	break;
				case 'wretch':
				    wretch();	break;
			}
		}
		break;
	}
}
</script>]]></description>
    <pubDate>Wed, 19 Aug 2009 17:04:57 +0000</pubDate>
    <managingEditor>pumpkin168@not-valid.com (pumpkin168)</managingEditor>
    <copyright>Copyright 2003-2009 pumpkin168,Pixnet Digital Media Coporation. All rights reserved.</copyright>
    <generator>PIXNET Media Digital Coporation</generator>
    <language>zh</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[鱼式游泳]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24456152</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24456152</guid>
      <description><![CDATA[魚式游泳Total Immersion完全沉浸是一種游泳訓練方式，並非一種自由式、蛙式、仰式、蝶式之外的新姿勢，而是改進自由式、蛙式、仰式、蝶式的一種訓練與學習的方式，可以改進原本的姿勢，讓你游起來更為輕鬆，透過這種方式讓你在水中找到平衡感及與水之間的融合感，多數泳者用手划水、踢水，其實90%以上的力氣是白花了，TI則是教你如何像魚一樣，輕鬆的在水中找到身體的平衡，以最有效率的軀幹重心轉移，運用身體的大肌肉群，很省力的找到前進的動力
&nbsp;蛙式]]></description>
      <content:encoded><![CDATA[<p>魚式游泳Total Immersion完全沉浸是一種游泳訓練方式，並非一種自由式、蛙式、仰式、蝶式之外的新姿勢，而是改進自由式、蛙式、仰式、蝶式的一種訓練與學習的方式，可以改進原本的姿勢，讓你游起來更為輕鬆，透過這種方式讓你在水中找到平衡感及與水之間的融合感，多數泳者用手划水、踢水，其實90%以上的力氣是白花了，TI則是教你如何像魚一樣，輕鬆的在水中找到身體的平衡，以最有效率的軀幹重心轉移，運用身體的大肌肉群，很省力的找到前進的動力</p>
<p>&nbsp;蛙式<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24456152">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Wed, 19 Aug 2009 17:04:57 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24456152#comments</comments>
    </item>
    <item>
      <title><![CDATA[5大發現　破解復甦假象(轉貼文)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24816057</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24816057</guid>
      <description><![CDATA[轉貼自商週 http://www.businessweekly.com.tw/webarticle.php?id=37507&amp;p=1撰文者：曠文琪]]></description>
      <content:encoded><![CDATA[<p>轉貼自商週 <a href="http://www.businessweekly.com.tw/webarticle.php?id=37507&amp;p=1">http://www.businessweekly.com.tw/webarticle.php?id=37507&amp;p=1</a><br />撰文者：曠文琪<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24816057">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Fri, 07 Aug 2009 13:18:01 +0000</pubDate>
      <category>財經新聞</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24816057#comments</comments>
    </item>
    <item>
      <title><![CDATA[蛙泳檢視]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24769718</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24769718</guid>
      <description><![CDATA[蛙式大概是初學游泳的人最容易學會的泳式,但要游的好游的快,就不是很簡單了,多數人的蛙泳到了一個程度遇到了瓶頸(速度卡住上不去),往往是因錯誤的習慣動作而不自知,]]></description>
      <content:encoded><![CDATA[<p>蛙式大概是初學游泳的人最容易學會的泳式,但要游的好游的快,就不是很簡單了,<br />多數人的蛙泳到了一個程度遇到了瓶頸(速度卡住上不去),往往是因錯誤的習慣動作而不自知,<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24769718">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 01 Aug 2009 11:38:57 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24769718#comments</comments>
    </item>
    <item>
      <title><![CDATA[有無二次衰退??]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24706152</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24706152</guid>
      <description><![CDATA[目前全球景氣已出現最壞已過去的氣氛, 股市反應很明顯 !!]]></description>
      <content:encoded><![CDATA[<p>目前全球景氣已出現最壞已過去的氣氛, 股市反應很明顯 !!<br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24706152">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Fri, 24 Jul 2009 04:30:45 +0000</pubDate>
      <category>垃圾桶</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24706152#comments</comments>
    </item>
    <item>
      <title><![CDATA[新科技布料將太陽光轉換為脈衝光 邊運動邊做美容]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24594535</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24594535</guid>
      <description><![CDATA[SUNSOUL擁有最先進的科技，利用創新的紡織技術，阻擋對皮膚有害的紫外線，並且把太陽光中對人體有益的藍光和紅光，透過藍色布blum&ouml;d照射到皮膚上，達到肌膚健康美麗的效果。 ]]></description>
      <content:encoded><![CDATA[<p>SUNSOUL擁有最先進的科技，利用創新的紡織技術，阻擋對皮膚有害的紫外線，並且把太陽光中對人體有益的藍光和紅光，透過藍色布blum&ouml;d照射到皮膚上，達到肌膚健康美麗的效果。 <br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24594535">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 12 Jul 2009 05:18:28 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24594535#comments</comments>
    </item>
    <item>
      <title><![CDATA[重要電解質─鈉、鉀、氯(轉貼)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24575215</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24575215</guid>
      <description><![CDATA[小時候﹐老師就告訴我們人體會導電。您可能觸過電﹐也常常會看到小心觸電的警告標示。人體為什麼會導電？會被電到？就是因為體內有電解質﹐而電解質具有導電的功能。當然﹐如果電解質存在只是會讓人「被電到」的話﹐也不需要在此開一個專文來探討了。人體若缺乏電解質﹐許多生理機能都會停擺﹐人體水份與酸鹼質的平衡也會被破壞。 ]]></description>
      <content:encoded><![CDATA[<p>小時候﹐老師就告訴我們人體會導電。您可能觸過電﹐也常常會看到小心觸電的警告標示。人體為什麼會導電？會被電到？就是因為體內有電解質﹐而電解質具有導電的功能。當然﹐如果電解質存在只是會讓人「被電到」的話﹐也不需要在此開一個專文來探討了。人體若缺乏電解質﹐許多生理機能都會停擺﹐人體水份與酸鹼質的平衡也會被破壞。 <br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24575215">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 09 Jul 2009 13:19:13 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24575215#comments</comments>
    </item>
    <item>
      <title><![CDATA[膝蓋的保養]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24572707</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24572707</guid>
      <description><![CDATA[膝蓋承載人體大部份的重量，如果年輕時不好好保養，到老時就很容易出問題！根據統計，30歲開始就已有關節問題的人約有10%，其中女性的比例又高過於男性。]]></description>
      <content:encoded><![CDATA[<p><span style="FONT-SIZE: 13px"><span id="text277230"><span id="tpid277230"><span id="spid277230"><span style="font-size: 8pt;">膝蓋承載人體大部份的重量，如果年輕時不好好保養，到老時就很容易出問題！根據統計，30歲開始就已有關節問題的人約有10%，其中女性的比例又高過於男性。<br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24572707">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 09 Jul 2009 04:35:49 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24572707#comments</comments>
    </item>
    <item>
      <title><![CDATA[台股6月本益比降至58倍 金融股本益比持續降至267倍]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24528863</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24528863</guid>
      <description><![CDATA[2009/07/03 20:35 鉅亨網 ]]></description>
      <content:encoded><![CDATA[<p><span class="t1"><span style="font-size: x-small; color: #808080; font-family: Arial;">2009/07/03 20:35</span></span> <span class="t1"><span style="font-size: x-small; color: #808080; font-family: Arial;">鉅亨網 </span></span><br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24528863">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Fri, 03 Jul 2009 13:59:55 +0000</pubDate>
      <category>財經新聞</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24528863#comments</comments>
    </item>
    <item>
      <title><![CDATA[南韓發抖：Chaiwan來了！]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24433871</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24433871</guid>
      <description><![CDATA[



南韓發抖：Chaiwan來了！















【聯合晚報╱中央社首爾30日專電】


2009.05.30 01:53 pm







&nbsp;




南韓媒體指稱，在背負著「北韓威脅」的沈重包袱舉步維艱之際，台灣海峽兩岸卻以「蜜月合作」對南韓展開兇猛追擊，使南韓企業面臨四面楚歌的窘困局面。 ]]></description>
      <content:encoded><![CDATA[<table style="width: 100%;" border="0" cellspacing="3" cellpadding="0">
<tbody>
<tr>
<td width="76%">
<div id="story_title" class="story_title">南韓發抖：Chaiwan來了！<br /></div>
</td>
</tr>
</tbody>
</table>
<table style="width: 100%;" border="0" cellspacing="3" cellpadding="0">
<tbody>
<tr>
<td width="130%" background="/1024/images/linedot.gif"><img src="http://panel.pixnet.cc/1024/images/linedot.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td>
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="story_author" width="75%">
<div id="story_author">【聯合晚報╱中央社首爾30日專電】</div>
</td>
<td class="story_author" width="25%">
<div id="story_update">2009.05.30 01:53 pm</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="story_author">&nbsp;</td>
</tr>
<tr>
<td valign="top">
<div id="story" class="story">
<p>南韓媒體指稱，在背負著「北韓威脅」的沈重包袱舉步維艱之際，台灣海峽兩岸卻以「蜜月合作」對南韓展開兇猛追擊，使南韓企業面臨四面楚歌的窘困局面。 <br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24433871">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Mon, 22 Jun 2009 05:44:33 +0000</pubDate>
      <category>財經新聞</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24433871#comments</comments>
    </item>
    <item>
      <title><![CDATA[５大降血脂明星食物]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24301172</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24301172</guid>
      <description><![CDATA[想甩掉膽固醇，上市場前先把菜單擬好。過去已有許多研究證實低膽固醇飲食有助降血脂。一項刊登在《美國臨床營養學期刊》研究更發現，採低膽固醇飲食一年，最多可降29％。]]></description>
      <content:encoded><![CDATA[<p><br />想甩掉膽固醇，上市場前先把菜單擬好。過去已有許多研究證實低膽固醇飲食有助降血脂。一項刊登在《美國臨床營養學期刊》研究更發現，採低膽固醇飲食一年，最多可降29％。<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24301172">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Mon, 08 Jun 2009 08:46:53 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24301172#comments</comments>
    </item>
    <item>
      <title><![CDATA[卡路里與體重]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24280698</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24280698</guid>
      <description><![CDATA[世界衛生組織計算標準體重之方法 :&nbsp;&nbsp;&nbsp; 男性： （身高cm－80）&times;70﹪＝標準體重]]></description>
      <content:encoded><![CDATA[<p>世界衛生組織計算標準體重之方法 :<br />&nbsp;&nbsp;&nbsp; 男性： （身高cm－80）&times;70﹪＝標準體重<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24280698">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 07 Jun 2009 09:08:24 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24280698#comments</comments>
    </item>
    <item>
      <title><![CDATA[運動與心跳]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24198270</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24198270</guid>
      <description><![CDATA[Maximum heart rate (MHR, STD, or HRmax) .. (能承受的)最高心跳的計算公式有很多種, 最常用的算法是220-年紀http://en.wikipedia.org/wiki/Heart_rate]]></description>
      <content:encoded><![CDATA[<p>Maximum heart rate (MHR, STD, or HRmax) .. (能承受的)最高心跳的計算公式有很多種, 最常用的算法是220-年紀<br /><a href="http://en.wikipedia.org/wiki/Heart_rate">http://en.wikipedia.org/wiki/Heart_rate</a><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24198270">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Mon, 01 Jun 2009 15:29:18 +0000</pubDate>
      <category>養生</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24198270#comments</comments>
    </item>
    <item>
      <title><![CDATA[Excel--personal.xls的問題解決]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24156242</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24156242</guid>
      <description><![CDATA[我们知道excel中有强大的函数和图表，但是还有更为强大的扩展功能那就是VBA。VBA给我们更多的空间去解决很多看似不可能的事情，比如自动处理大批量的文件，自定义函数，甚至开发出针对某一问题的解决方案。VBA代码我们称之为宏代码，宏代码一般可以存储在个人宏工作簿也就是personal.xls(或personal.xlsx在excel2007中),或者直接存储在某个工作簿中。将宏代码存储在个人宏工作簿中优点很多，默认情况下personal.xls是默认打开的，这样就可以在任何工作簿中使用个人宏工作簿中的宏，而存储在某一工作簿中要使用其中的宏必须将其打开，并且它没有个人宏工作簿的存储位置固定，使用稍微不便。]]></description>
      <content:encoded><![CDATA[<p>我们知道excel中有强大的函数和图表，但是还有更为强大的扩展功能那就是VBA。VBA给我们更多的空间去解决很多看似不可能的事情，比如自动处理大批量的文件，自定义函数，甚至开发出针对某一问题的解决方案。<br />VBA代码我们称之为宏代码，宏代码一般可以存储在个人宏工作簿也就是personal.xls(或personal.xlsx在excel2007中),或者直接存储在某个工作簿中。将宏代码存储在个人宏工作簿中优点很多，默认情况下personal.xls是默认打开的，这样就可以在任何工作簿中使用个人宏工作簿中的宏，而存储在某一工作簿中要使用其中的宏必须将其打开，并且它没有个人宏工作簿的存储位置固定，使用稍微不便。<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24156242">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 28 May 2009 02:49:57 +0000</pubDate>
      <category>Access,Excel與Vba</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24156242#comments</comments>
    </item>
    <item>
      <title><![CDATA[1萬元養房 月收入翻6倍(轉貼文)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24156205</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24156205</guid>
      <description><![CDATA[轉貼自 http://smart.businessweekly.com.tw/webarticle.php?id=36011]]></description>
      <content:encoded><![CDATA[<p>轉貼自 <a href="http://smart.businessweekly.com.tw/webarticle.php?id=36011">http://smart.businessweekly.com.tw/webarticle.php?id=36011</a><br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24156205">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 28 May 2009 02:38:36 +0000</pubDate>
      <category>觀念常識</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24156205#comments</comments>
    </item>
    <item>
      <title><![CDATA[法拍達人張崐崘》精挑「特拍」屋　轉手賺三倍(轉貼文)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24156189</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24156189</guid>
      <description><![CDATA[轉貼自 http://www.businessweekly.com.tw/webarticle.php?id=34370]]></description>
      <content:encoded><![CDATA[<p>轉貼自 <a href="http://www.businessweekly.com.tw/webarticle.php?id=34370">http://www.businessweekly.com.tw/webarticle.php?id=34370</a><br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24156189">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 28 May 2009 02:35:47 +0000</pubDate>
      <category>觀念常識</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24156189#comments</comments>
    </item>
    <item>
      <title><![CDATA[聰明嫌貨三步驟　買到六折屋(轉貼文)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24156173</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24156173</guid>
      <description><![CDATA[同樣挑到一間喜歡的房子，不懂得議價的人，就會被當作冤大頭；懂得議價，你買到的則是超值貨。 ]]></description>
      <content:encoded><![CDATA[<p>同樣挑到一間喜歡的房子，不懂得議價的人，就會被當作冤大頭；懂得議價，你買到的則是<span><span id="iCliCK_SafeGuard"><span style="padding-bottom: 1px; cursor: pointer; color: #080; border-bottom: #080 2px dashed; background-color: transparent; text-decoration: underline;">超值</span></span></span>貨。 <br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24156173">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 28 May 2009 02:25:34 +0000</pubDate>
      <category>觀念常識</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24156173#comments</comments>
    </item>
    <item>
      <title><![CDATA[拒絕套牢，先算合理價！(轉貼文)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24156274</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24156274</guid>
      <description><![CDATA[轉貼自 http://smart.businessweekly.com.tw/webarticle.php?id=36319]]></description>
      <content:encoded><![CDATA[<p>轉貼自 <a href="http://smart.businessweekly.com.tw/webarticle.php?id=36319">http://smart.businessweekly.com.tw/webarticle.php?id=36319</a><br /></p>  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24156274">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Wed, 27 May 2009 02:59:05 +0000</pubDate>
      <category>觀念常識</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24156274#comments</comments>
    </item>
    <item>
      <title><![CDATA[融資(98/5/15)]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/24014366</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/24014366</guid>
      <description><![CDATA[近期融資加速大增,從底下上來的增幅已超過指數漲幅,依市場的理論....是否該跌了呢??我認為,市場一致關注的指標..就不一定如大家所願,資大增..震盪會加大但波段不見得馬上跌,]]></description>
      <content:encoded><![CDATA[<p><span style="COLOR: #808080">近期融資加速大增,從底下上來的增幅已超過指數漲幅,依市場的理論....是否該跌了呢??<br />我認為,市場一致關注的指標..就不一定如大家所願,資大增..震盪會加大但波段不見得馬上跌,<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/24014366">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Fri, 15 May 2009 14:17:06 +0000</pubDate>
      <category>觀念常識</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/24014366#comments</comments>
    </item>
    <item>
      <title><![CDATA[白文鳥天使]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/23519551</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/23519551</guid>
      <description><![CDATA[神是愛 祂愛你比天海高深 神是愛 祂賜你極美新生唯盼你將身心交託祂 讓我知道神是愛]]></description>
      <content:encoded><![CDATA[<p>神是愛 祂愛你比天海高深 神是愛 祂賜你極美新生<br />唯盼你將身心交託祂 讓我知道神是愛<br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/23519551">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 29 Mar 2009 02:06:31 +0000</pubDate>
      <category>其他</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/23519551#comments</comments>
    </item>
    <item>
      <title><![CDATA[陰天人像攝影]]></title>
      <link>http://pumpkin168.pixnet.net/blog/post/23319459</link>
      <guid>http://pumpkin168.pixnet.net/blog/post/23319459</guid>
      <description><![CDATA[許多人認為陰天裡不適合拍攝人像，其實這個觀念不盡然正確。雲層較稀薄的明亮陰天，由於光線散射得相當柔和，反倒是最佳的攝影氣候。]]></description>
      <content:encoded><![CDATA[<p>許多人認為陰天裡不適合拍攝人像，其實這個觀念不盡然正確。雲層較稀薄的明亮陰天，由於光線散射得相當柔和，反倒是最佳的攝影氣候。<br /><br />  <div class="more"><a href="http://pumpkin168.pixnet.net/blog/post/23319459">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Wed, 04 Mar 2009 13:02:26 +0000</pubDate>
      <category>攝影</category>
      <comments>http://pumpkin168.pixnet.net/blog/post/23319459#comments</comments>
    </item>
  </channel>
</rss>
