<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2chinesetwfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blue955</title>
	
	<link>http://m955.com/wp</link>
	<description>追風箏的小孩</description>
	<lastBuildDate>Mon, 22 Jun 2009 13:54:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<itunes:explicit>no</itunes:explicit><itunes:subtitle>追風箏的小孩</itunes:subtitle><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bluemysky" type="application/rss+xml" /><feedburner:emailServiceId>bluemysky</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/bluemysky" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Fbluemysky" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>連結資料庫四大步驟（以 ASP.NET 為例）</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/7cpdvMF1MIs/219</link>
		<comments>http://m955.com/wp/archives/219#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:54:33 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=219</guid>
		<description><![CDATA[其實 WinForm 跟 WebForm 在連結資料庫方面其實差不了太多。
PLAIN TEXT
C#:




protected void Page_Load&#40;object sender, EventArgs e&#41;


&#123;


&#160; &#160; //第一：連結SQL資料庫


&#160; &#160; string connstr = @"Data Sou... ]]></description>
			<content:encoded><![CDATA[<p>其實 WinForm 跟 WebForm 在連結資料庫方面其實差不了太多。</p>
<div class="igBar"><span id="lcsharp-2"><a href="#" onclick="javascript:showPlainTxt('csharp-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-2">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">protected</span> <span style="color: #0600FF;">void</span> Page_Load<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">object</span> sender, EventArgs e<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第一：連結SQL資料庫</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #FF0000;">string</span> connstr = <span style="color: #808080;">@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\test_Data.MDF;Integrated Security=True;Connect Timeout=30;User Instance=True"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; SqlConnection conn = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> SqlConnection<span style="color: #000000;">&#40;</span>connstr<span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; conn.<span style="color: #0000FF;">Open</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第二：執行SQL指令</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #FF0000;">string</span> sqlstr = <span style="color: #808080;">"select * from test"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; SqlCommand cmd = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> SqlCommand<span style="color: #000000;">&#40;</span>sqlstr,conn<span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; SqlDataReader dr = cmd.<span style="color: #0000FF;">ExecuteReader</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第三：印出資料</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0600FF;">while</span> <span style="color: #000000;">&#40;</span>dr.<span style="color: #0000FF;">Read</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Response.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"文章編號："</span> + dr<span style="color: #000000;">&#91;</span><span style="color: #808080;">"id"</span><span style="color: #000000;">&#93;</span> + <span style="color: #808080;">"&lt;br&gt;"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Response.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"日　　期："</span> + dr<span style="color: #000000;">&#91;</span><span style="color: #808080;">"test_time"</span><span style="color: #000000;">&#93;</span> + <span style="color: #808080;">"&lt;br&gt;"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Response.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"文章標題："</span> + dr<span style="color: #000000;">&#91;</span><span style="color: #808080;">"title"</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Response.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"&lt;hr&gt;"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第四：關閉連線</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; cmd.<span style="color: #0000FF;">Cancel</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; dr.<span style="color: #0000FF;">Close</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; conn.<span style="color: #0000FF;">Close</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; conn.<span style="color: #0000FF;">Dispose</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/7cpdvMF1MIs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/219</feedburner:origLink></item>
		<item>
		<title>驗證 ASP.NET Web 網頁中的使用者輸入</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/xH7wripd1PM/210</link>
		<comments>http://m955.com/wp/archives/210#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:04:58 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=210</guid>
		<description><![CDATA[工具：RequiredFieldValidator
驗證：必要輸入項
說明：確保使用者不會略過輸入項目。如需詳細資訊，請參閱 HOW TO：驗證 ASP.NET 伺服器控制項的必要項目。
工具：CompareValidator
驗證：與某個值的比... ]]></description>
			<content:encoded><![CDATA[<p>工具：<a href="http://msdn.microsoft.com/zh-tw/library/system.web.ui.webcontrols.requiredfieldvalidator.aspx" target="_blank">RequiredFieldValidator</a><br />
驗證：必要輸入項<br />
說明：確保使用者不會略過輸入項目。<a href="http://msdn.microsoft.com/zh-tw/library/e78xxk8k.aspx" target="_blank">如需詳細資訊，請參閱 HOW TO：驗證 ASP.NET 伺服器控制項的必要項目。</a></p>
<p>工具：<a href="http://msdn.microsoft.com/zh-tw/library/system.web.ui.webcontrols.comparevalidator.aspx" target="_blank">CompareValidator</a><br />
驗證：與某個值的比較<br />
說明：使用比較運算子 (例如小於、等於、大於)，將使用者輸入的值與常數值、另一個控制項的值，或特定資料型別做比較。<a href="http://msdn.microsoft.com/zh-tw/library/ad548tzy.aspx" target="_blank">如需詳細資訊，請參閱 HOW TO：比對特定值驗證 ASP.NET 伺服器控制項和 HOW TO：比對資料型別驗證 ASP.NET 伺服器控制項。</a></p>
<p>工具：<a href="http://msdn.microsoft.com/zh-tw/library/system.web.ui.webcontrols.rangevalidator.aspx" target="_blank">RangeValidator</a><br />
驗證：範圍檢查<br />
說明：檢查使用者的輸入是否介於指定的上下限之間。您可以檢查成對的數字、英文字母字元和日期內的範圍。如需詳細資訊，<a href="http://msdn.microsoft.com/zh-tw/library/bk58fdzx.aspx" target="_blank">請參閱 HOW TO：比對範圍值驗證 ASP.NET 伺服器控制項。</a></p>
<p>工具：<a href="http://msdn.microsoft.com/zh-tw/library/system.web.ui.webcontrols.regularexpressionvalidator.aspx" target="_blank">RegularExpressionValidator</a><br />
驗證：樣式比對<br />
說明：檢查輸入是否符合規則運算式 (Regular Expression) 所定義的樣式。這類的驗證可讓您檢查字元 (例如電子郵件地址、電話號碼、郵遞區號等項目中的字元) 的預期順序。<a href="http://msdn.microsoft.com/zh-tw/library/6xh899wy.aspx" target="_blank">如需詳細資訊，請參閱 HOW TO：比對模式驗證 ASP.NET 伺服器控制項。</a></p>
<p>工具：<a href="http://msdn.microsoft.com/zh-tw/library/system.web.ui.webcontrols.customvalidator.aspx" target="_blank">CustomValidator</a><br />
驗證：使用者定義<br />
說明：使用您自己撰寫的邏輯驗證使用者的輸入。這類驗證可讓您檢查執行階段時衍生的值。如需詳細資訊，<a href="http://msdn.microsoft.com/zh-tw/library/f5db6z8k.aspx" target="_blank">請參閱 HOW TO：使用 ASP.NET 伺服器控制項的自訂函式驗證</a>和 <a href="http://msdn.microsoft.com/zh-tw/library/s5z00s5e.aspx" target="_blank">HOW TO：比對資料庫值驗證 ASP.NET 伺服器控制項。</a></p>
<p><a href="http://msdn.microsoft.com/zh-tw/library/bwd43d0x.aspx" target="_blank"><br />
MSDN</a></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/xH7wripd1PM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/210</feedburner:origLink></item>
		<item>
		<title>在 VS2005 工具列中增加 AJAX 擴充功能</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/k23-SGZfHAA/203</link>
		<comments>http://m955.com/wp/archives/203#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:17:20 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=203</guid>
		<description><![CDATA[
　　在 VS20085 工具列中，AJAX 擴充功能這個選項是內建的，不過在 VS2005 中並沒有，現在坊間的書籍大多以 VS2008 為主，會常用到 AJAX 功能，不過如果不更換版本，在 VS2005 中也可以安裝 AJAX 擴... ]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://farm3.static.flickr.com/2244/3644497936_c8bb9ba096_o.png" class="alignnone" width="165" height="138" /></p>
<p>　　在 VS20085 工具列中，AJAX 擴充功能這個選項是內建的，不過在 VS2005 中並沒有，現在坊間的書籍大多以 VS2008 為主，會常用到 AJAX 功能，不過如果不更換版本，在 VS2005 中也可以安裝 AJAX 擴充功能。你必須下載以下檔案（約1MB多）安裝完成後，AJAX 擴充功能就會出現了。</p>
<p>下載檔案：<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&#038;displaylang=en" target="_blank"><br />
ASP.NET AJAX 1.0</a></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/k23-SGZfHAA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/203/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/203</feedburner:origLink></item>
		<item>
		<title>[寫程式] 藝術？還是快速開發？</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/6oqWpZZT0os/201</link>
		<comments>http://m955.com/wp/archives/201#comments</comments>
		<pubDate>Sat, 20 Jun 2009 09:19:22 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=201</guid>
		<description><![CDATA[　　用 Visual Studio 久了會發現一個問題，就是會越來越依賴這個開發工具，因為它什麼都幫你處理好了，程式指令永遠只記得前面三個字母，因為VS有指令自動補齊，連接資料庫有精靈幫忙，管... ]]></description>
			<content:encoded><![CDATA[<p>　　用 Visual Studio 久了會發現一個問題，就是會越來越依賴這個開發工具，因為它什麼都幫你處理好了，程式指令永遠只記得前面三個字母，因為VS有指令自動補齊，連接資料庫有精靈幫忙，管你是 MSSQL 還是 Access，全部按一按搞定，還順便幫你把 Insert、Update、Select、Delete…等 SQL 四大溝通指令寫好了，程式就這麼在拖拉、設定之間開發完成，有的甚至不用寫任何一行指令。</p>
<p>　　以前我很排斥用精靈方式來寫程式，堅持一字一句 Key 出來，不過我發現這會花費很多時間，舉個例子來說好了，寫一個簡單的通訊錄，不包括建資料庫的時間，用傳統手 Key 方式，我大概要花上半天的時間，因為我要拉控制項、設定控制項名稱、寫資料庫連接、資料繫結、資料配接器的 Insert、Update、Select、Delete 四個屬性質、設定 BindSource 導覽列…等，寫完天都黑了。</p>
<p>　　不過如果換成精靈模式寫，大概只要30分鐘就可以搞定，在產出力方面，精靈模式大勝，不過在程式靈活度、和可讀性來說，還是傳統手 Key 方式略勝一籌。</p>
<p>　　站在公司的立場，當然希望程式設計師的產出力越多越好，有些小地方還是用拖拉的就好，藝術這種東西不能當飯吃，VS是一個很邪惡的東西，因為他讓新手認為寫程式是一件很簡單的東西，讓老手離不開它。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/6oqWpZZT0os" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/201</feedburner:origLink></item>
		<item>
		<title>C# string.Format輸出格式</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/RvoHRr7GHiI/176</link>
		<comments>http://m955.com/wp/archives/176#comments</comments>
		<pubDate>Fri, 19 Jun 2009 03:46:49 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=176</guid>
		<description><![CDATA[PLAIN TEXT
C#:




前面補0的數字字串


String.Format&#40;"{0:0000}", 157&#41;; // 輸出 0157


&#160;


前後都補0的數字字串


String.Format&#40;"{0:0000.0000}", 157.42&#41;; // 輸出 0157.4200


&#160;


每3位數&#40;千&#41;加逗... ]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lcsharp-5"><a href="#" onclick="javascript:showPlainTxt('csharp-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-5">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">前面補<span style="color: #FF0000;color:#800000;">0</span>的數字字串</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:0000}"</span>, <span style="color: #FF0000;color:#800000;">157</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 輸出 0157</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">前後都補<span style="color: #FF0000;color:#800000;">0</span>的數字字串</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:0000.0000}"</span>, <span style="color: #FF0000;color:#800000;">157</span>.<span style="color: #FF0000;color:#800000;">42</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 輸出 0157.4200</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">每<span style="color: #FF0000;color:#800000;">3</span>位數<span style="color: #000000;">&#40;</span>千<span style="color: #000000;">&#41;</span>加逗號</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:0,0}"</span>, <span style="color: #FF0000;color:#800000;">38560</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 輸出 38,560</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">格式化電話號碼</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:(###) ###-####}"</span>, <span style="color: #FF0000;color:#800000;">8005551212</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 輸出 (800) 555-1212</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">金額的表示</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:$#,##0.00;($#,##0.00);Zero}"</span>, <span style="color: #FF0000;color:#800000;">0</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 這個會顯示 Zero</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:$#,##0.00;($#,##0.00);Zero}"</span>, <span style="color: #FF0000;color:#800000;">1243</span>.<span style="color: #FF0000;color:#800000;">50</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">// 這個會顯示 $1,243.50 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>依照上面格式範例 ~ 套用到我的報表要呈現的欄位 ~ 如以下 ~</p>
<div class="igBar"><span id="lcsharp-6"><a href="#" onclick="javascript:showPlainTxt('csharp-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-6">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">private</span> <span style="color: #0600FF;">void</span> DataGrid_ItemDataBound<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">object</span> sender, <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Web</span>.<span style="color: #0000FF;">UI</span>.<span style="color: #0000FF;">WebControls</span>.<span style="color: #0000FF;">DataGridItemEventArgs</span> e<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #0600FF;">if</span> <span style="color: #000000;">&#40;</span>e.<span style="color: #0000FF;">Item</span>.<span style="color: #0000FF;">ItemIndex</span>.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> != <span style="color: #808080;">"-1"</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; e.<span style="color: #0000FF;">Item</span>.<span style="color: #0000FF;">Cells</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;color:#800000;">0</span><span style="color: #000000;">&#93;</span>.<span style="color: #0000FF;">Text</span> = <span style="color: #FF0000;">string</span>.<span style="color: #0000FF;">Format</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"{0:#,0.0}"</span>,<span style="color: #FF0000;">double</span>.<span style="color: #0000FF;">Parse</span><span style="color: #000000;">&#40;</span>e.<span style="color: #0000FF;">Item</span>.<span style="color: #0000FF;">Cells</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;color:#800000;">3</span><span style="color: #000000;">&#93;</span>.<span style="color: #0000FF;">Text</span>.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>參考資料來源：<br />
http://blog.stevex.net/index.php/string-formatting-in-csharp/</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/RvoHRr7GHiI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/176</feedburner:origLink></item>
		<item>
		<title>ASP.NET 出現訊息「伺服器應用程式無法使用」解決方法</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/BRTAeyP-ui8/190</link>
		<comments>http://m955.com/wp/archives/190#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:14:10 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=190</guid>
		<description><![CDATA[伺服器應用程式無法使用
您嘗試在此 Web 伺服器上存取的 Web 應用程式目前無法使用。
請按 Web 瀏覽器中的 [重新整理] 按鈕，再試一次。
系統管理員注意:
Web 伺服器的應用程式事件記錄檔中的
... ]]></description>
			<content:encoded><![CDATA[<p>伺服器應用程式無法使用<br />
您嘗試在此 Web 伺服器上存取的 Web 應用程式目前無法使用。<br />
請按 Web 瀏覽器中的 [重新整理] 按鈕，再試一次。</p>
<p>系統管理員注意:<br />
Web 伺服器的應用程式事件記錄檔中的<br />
錯誤訊息詳細說明了這項特定要求失敗原因。<br />
請檢閱這個記錄項目，查看造成錯誤的原因為何。</p>
<p>終於找到<br />
方法解決了~"~</p>
<p>http://blog.xuite.net/giin/blog/13640747</p>
<p>請直接到<br />
[開始]→[執行]→輸入<br />
[　C:\WINDOWS\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis.exe -i　] 就行了</p>
<p>最後確認一下預設的IIS執行環境</p>
<p>IIS→預設網站→內容→ASP.NET→確認　版本2.0.50727</p>
<p>應該就OK了!! </p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/BRTAeyP-ui8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/190</feedburner:origLink></item>
		<item>
		<title>強制關閉處理程序的工具(NTSD)</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/XKnt5gxtO1I/189</link>
		<comments>http://m955.com/wp/archives/189#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:29:53 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/189</guid>
		<description><![CDATA[如果發現有執行程式關不掉   木馬、病毒、當掉的程式皆可使用
按開始-&#62;執行-&#62;輸入 cmd -&#62; 按enter
c:&#62;ntsd -c q -p &#60;&#60;程序識別碼&#62;&#62;
Q.程序識別碼那裡來??

按開始-&#62;執行-&#62;... ]]></description>
			<content:encoded><![CDATA[<p>如果發現有執行程式關不掉   <br />木馬、病毒、當掉的程式皆可使用</p>
<p>按開始-&gt;執行-&gt;輸入 cmd -&gt; 按enter</p>
<p>c:&gt;ntsd -c q -p &lt;&lt;程序識別碼&gt;&gt;</p>
<p>Q.程序識別碼那裡來??</p>
<ol>
<li>按開始-&gt;執行-&gt;輸入taskmgr.exe -&gt; 按enter</li>
<li>檢視-&gt;選擇欄位-&gt; 勾選PID(程序識別碼)-&gt;按確定</li>
<li>然後就能看見PID。</li>
</ol>
<p>適用系統：   <br />windows 2000、window xp(NT系列的應該都可以用)。</p>
<p>windows xp 有其他類似的工具 tasklist和tskill   <br />tasklist：列出所有程序名稱及其他資訊。    <br />tskill：終止程序, tskill &lt;&lt;程序名稱&gt;&gt;。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/XKnt5gxtO1I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/189/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/189</feedburner:origLink></item>
		<item>
		<title>聽趨勢說話(1)</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/4A2_3lQumS4/188</link>
		<comments>http://m955.com/wp/archives/188#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:28:31 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/188</guid>
		<description><![CDATA[錢的個性

錢喜歡物以類聚。
錢很害羞。
錢喜歡跟同類在一起，才有安全感。
錢不喜歡獨處。
錢很勢利，喜歡富人，不喜歡窮人。
愛聚集，且喜歡招朋引伴，安全或危險不重要。
聚的越多，... ]]></description>
			<content:encoded><![CDATA[<p>錢的個性</p>
<ol>
<li>錢喜歡物以類聚。</li>
<li>錢很害羞。</li>
<li>錢喜歡跟同類在一起，才有安全感。</li>
<li>錢不喜歡獨處。</li>
<li>錢很勢利，喜歡富人，不喜歡窮人。</li>
<li>愛聚集，且喜歡招朋引伴，安全或危險不重要。</li>
<li>聚的越多，聲勢越大，吸引力越大。</li>
</ol>
<p>操作心法</p>
<ol>
<li>股票沒有量，不會漲，也不會跌。</li>
<li>量一定要大於6日均量，才算大量。</li>
<li>量大三日，必有蹊蹺。</li>
<li>底部量大三日（越大越好），配合價揚，可買。</li>
<li>高價不漲（含跌價），放大量，宜出。</li>
<li>底部放量後，量縮小，價不破可買進。</li>
<li>高價放量，價不創新高，量收小，出股票。</li>
<li>價盤，量走弱，不玩。</li>
<li>以一年的 K 線圖，和成交量來判斷。</li>
<li>大盤的勢，大於個股的勢，不可逆大盤的勢。</li>
</ol>
<p>停損</p>
<ol>
<li>三天不賺砍股票。</li>
<li>損失10％砍股票。</li>
<li>已經損失了10％，不必等3天就砍。</li>
<li>不可手軟。</li>
<li>設停損，不設停利。</li>
<li>股價上揚，到達滿足點，回檔賣出，也是停損的形式，永遠要賣在已經走弱的價之後，唯有這樣才能知道，股價能把你帶到什麼價位去，而不是賣在後悔的股價裡。</li>
<li>寧願停損十次，不願套牢一次。</li>
<li>停損有時後是大勢所迫，而不是個股的失誤。</li>
<li>不要怕錯，能改才能生存。</li>
<li>商人無祖國，投資無忠誠。</li>
</ol>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/4A2_3lQumS4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/188/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/188</feedburner:origLink></item>
		<item>
		<title>C# 如何取得兩個 DateTime 日期之間相差的天數</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/jo-9MuBHB8M/186</link>
		<comments>http://m955.com/wp/archives/186#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:09:48 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=186</guid>
		<description><![CDATA[PLAIN TEXT
C#:




DateTime dt1 = new DateTime&#40;2008, 12, 31&#41;;


DateTime dt2 = new DateTime&#40;2009, 2, 13&#41;;


TimeSpan s = new TimeSpan&#40;dt2.Ticks - dt1.Ticks&#41;;


MessageBox.Show&#40;Convert.ToString&#40;s.Days&#41;&#41;;


&#160;


... ]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lcsharp-8"><a href="#" onclick="javascript:showPlainTxt('csharp-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-8">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">DateTime dt1 = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> DateTime<span style="color: #000000;">&#40;</span><span style="color: #FF0000;color:#800000;">2008</span>, <span style="color: #FF0000;color:#800000;">12</span>, <span style="color: #FF0000;color:#800000;">31</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">DateTime dt2 = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> DateTime<span style="color: #000000;">&#40;</span><span style="color: #FF0000;color:#800000;">2009</span>, <span style="color: #FF0000;color:#800000;">2</span>, <span style="color: #FF0000;color:#800000;">13</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">TimeSpan s = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> TimeSpan<span style="color: #000000;">&#40;</span>dt2.<span style="color: #0000FF;">Ticks</span> - dt1.<span style="color: #0000FF;">Ticks</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span>Convert.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span>s.<span style="color: #0000FF;">Days</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #008080; font-style: italic;">//回傳44天，相反則為負值 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>　</p>
<p>參考網址：<br />
<a href="http://blog.miniasp.com/post/2008/01/Find-the-difference-between-two-DateTime.aspx" target="_blank">C# 如何取得兩個 DateTime 日期之間的天數</a><br />
<a href="http://msdn.microsoft.com/zh-tw/library/system.timespan.aspx" target="_blank">TimeSpan MSDN</a></p>
<p>　</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/jo-9MuBHB8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/186/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/186</feedburner:origLink></item>
		<item>
		<title>列舉 (enum) 資料型別</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/17P0NZRI5RA/184</link>
		<comments>http://m955.com/wp/archives/184#comments</comments>
		<pubDate>Mon, 02 Feb 2009 14:55:16 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=184</guid>
		<description><![CDATA[　　enum 是一種用來宣告列舉型別 (Enumeration Type) 的關鍵字，是一組列舉清單項目的具名常數所構成的特殊型別，emun 主要目的在提高程式的可讀性，及易維護性，使用 enum 有以下幾點需要注意... ]]></description>
			<content:encoded><![CDATA[<p>　　enum 是一種用來宣告列舉型別 (Enumeration Type) 的關鍵字，是一組列舉清單項目的具名常數所構成的特殊型別，emun 主要目的在提高程式的可讀性，及易維護性，使用 enum 有以下幾點需要注意：</p>
<ol>
<li>enum 不能使用於方法 (Method) 內宣告。</li>
<li>資料型別必須是 byte,sbyte,short,ushort,int,uint,long 或 ulong。</li>
<li>預設資料型別為 int。</li>
<li>float 與 double 不可為 enum 的資料型別。</li>
</ol>
<p>關於列舉的宣告方式如下：</p>
<table id="table_code" border="1">
<tr>
<td>
[存取修飾詞] enum [列舉名稱] : [資料型別]<br />
{<br />
　　[成員1],<br />
　　[成員2],<br />
　　...<br />
　　[成員n]<br />
}
  </td>
</tr>
</table>
<p>　</p>
<p>關列舉範例程式如下：</p>
<div class="igBar"><span id="lcsharp-10"><a href="#" onclick="javascript:showPlainTxt('csharp-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-10">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">public</span> <span style="color: #FF0000;">enum</span> student : <span style="color: #FF0000;">short</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 周杰倫 = <span style="color: #FF0000;color:#800000;">1</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 方文山 = <span style="color: #FF0000;color:#800000;">2</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 蔡依林 = <span style="color: #FF0000;color:#800000;">3</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 王立宏 = <span style="color: #FF0000;color:#800000;">4</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">private</span> <span style="color: #0600FF;">void</span> button1_Click<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">object</span> sender, EventArgs e<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//將combox的文字數字轉換成短整數</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">short</span> num = <span style="color: #FF0000;color:#800000;">0</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">if</span> <span style="color: #000000;">&#40;</span>cbox.<span style="color: #0000FF;">Text</span> != <span style="color: #808080;">""</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; num = <span style="color: #FF0000;">short</span>.<span style="color: #0000FF;">Parse</span><span style="color: #000000;">&#40;</span>cbox.<span style="color: #0000FF;">Text</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">switch</span> <span style="color: #000000;">&#40;</span>num<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">case</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">short</span><span style="color: #000000;">&#41;</span> student.周杰倫:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"周杰倫"</span>, <span style="color: #808080;">"明星"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">break</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">case</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">short</span><span style="color: #000000;">&#41;</span> student.蔡依林:</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"蔡依林"</span>, <span style="color: #808080;">"明星"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">break</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">case</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">short</span><span style="color: #000000;">&#41;</span> student.方文山:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"方文山"</span>, <span style="color: #808080;">"明星"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">break</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">case</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">short</span><span style="color: #000000;">&#41;</span> student.王立宏:</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"王立宏"</span>, <span style="color: #808080;">"明星"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">break</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">default</span>:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"所選取數值不在範圍中"</span>,<span style="color: #808080;">"注意"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">break</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><img src="http://farm4.static.flickr.com/3457/3246977289_e5f24e103a_o.png"></img></p>
<p><img src="http://farm4.static.flickr.com/3103/3246977333_71ce6b1b13_o.png"></img></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/17P0NZRI5RA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/184/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/184</feedburner:origLink></item>
		<item>
		<title>結構 (struct) 資料型別</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/CKWjpgL2qWM/183</link>
		<comments>http://m955.com/wp/archives/183#comments</comments>
		<pubDate>Sat, 31 Jan 2009 17:38:46 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=183</guid>
		<description><![CDATA[struct 是一種用來宣告結構的關鍵字，在結構中包含相關變數，可以將結構視為變數群組，以學生資料 (student) 來說，若要設計其結構，應該包含幾個相關變數，如：學號(num)，姓名(name)、電話(te... ]]></description>
			<content:encoded><![CDATA[<p>struct 是一種用來宣告結構的關鍵字，在結構中包含相關變數，可以將結構視為變數群組，以學生資料 (student) 來說，若要設計其結構，應該包含幾個相關變數，如：學號(num)，姓名(name)、電話(tel)、手機(mobile)、地址(address)等，底下介紹結構的宣告及叫用方式：</p>
<p>結構 (struct) 宣告方式：</p>
<table id="table_code" border="1">
<tr>
<td>
[存取修飾詞] struct [結構名稱]<br />
{<br />
　　[存取修飾詞] [資料型別] [變數名稱];<br />
　　[存取修飾詞] [資料型別] [變數名稱];<br />
　　...<br />
}
  </td>
</tr>
</table>
<p>　</p>
<p>結構 (struct) 叫用方式：</p>
<table id="table_code" border="1">
<tr>
<td>
[結構名稱] [變數名稱];
  </td>
</tr>
</table>
<p>　</p>
<p>語法範例：</p>
<div class="igBar"><span id="lcsharp-12"><a href="#" onclick="javascript:showPlainTxt('csharp-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-12">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">public</span> <span style="color: #FF0000;">struct</span> Student</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">string</span> Num;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">string</span> Name;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">string</span> Tel;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">string</span> Mobile;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">string</span> Address;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">private</span> <span style="color: #0600FF;">void</span> btnAdd_Click<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">object</span> sender, EventArgs e<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//宣告結構</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Student std;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//指定成員變數</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std.<span style="color: #0000FF;">Num</span> = txtNum.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std.<span style="color: #0000FF;">Name</span> = txtName.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std.<span style="color: #0000FF;">Tel</span> = txtTel.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std.<span style="color: #0000FF;">Mobile</span> = txtMobile.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std.<span style="color: #0000FF;">Address</span> = txtAddress.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">String</span> msg = <span style="color: #808080;">""</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg = msg + <span style="color: #808080;">"學號："</span> + std.<span style="color: #0000FF;">Num</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg = msg + <span style="color: #808080;">"姓名："</span> + std.<span style="color: #0000FF;">Name</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg = msg + <span style="color: #808080;">"電話："</span> + std.<span style="color: #0000FF;">Tel</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg = msg + <span style="color: #808080;">"手機："</span> + std.<span style="color: #0000FF;">Mobile</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg = msg + <span style="color: #808080;">"地址："</span> + std.<span style="color: #0000FF;">Address</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span>msg, <span style="color: #808080;">"學生基本資料"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><img src="http://farm4.static.flickr.com/3257/3241098181_89a0bfb401_o.png" alt="" /> </p>
<p><img src="http://farm4.static.flickr.com/3079/3241943046_c7b3fbe888_o.png" alt="" /></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/CKWjpgL2qWM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/183/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/183</feedburner:origLink></item>
		<item>
		<title>列舉、結構、類別的比較表</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/tMSSXfoAjTQ/182</link>
		<comments>http://m955.com/wp/archives/182#comments</comments>
		<pubDate>Sat, 31 Jan 2009 16:12:57 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=182</guid>
		<description><![CDATA[


enum
struct
class


中文意義
列舉
結構
類別


成員資料型別
受限制、而且只能為整數型別
不受限制
不受限制


叫用方法
直接輸入列舉名稱
宣告結構變數
宣告類別變數


使用 static 修飾詞
否
... ]]></description>
			<content:encoded><![CDATA[<table id="table_style" border="1">
<tr>
<td bgcolor="#dddddd"></td>
<td bgcolor="#dddddd">enum</td>
<td bgcolor="#dddddd">struct</td>
<td bgcolor="#dddddd">class</td>
</tr>
<tr>
<td bgcolor="#dddddd">中文意義</td>
<td>列舉</td>
<td>結構</td>
<td>類別</td>
</tr>
<tr>
<td bgcolor="#dddddd">成員資料型別</td>
<td>受限制、而且只能為整數型別</td>
<td>不受限制</td>
<td>不受限制</td>
</tr>
<tr>
<td bgcolor="#dddddd">叫用方法</td>
<td>直接輸入列舉名稱</td>
<td>宣告結構變數</td>
<td>宣告類別變數</td>
</tr>
<tr>
<td bgcolor="#dddddd">使用 static 修飾詞</td>
<td>否</td>
<td>否</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">包含事件及方法</td>
<td>否</td>
<td>可</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">介面實作</td>
<td>否</td>
<td>可</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">結構函式</td>
<td>否</td>
<td>可</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">型別系統</td>
<td>Value Type</td>
<td>Value Type</td>
<td>Reference Type</td>
</tr>
<tr>
<td bgcolor="#dddddd">預設傳遞參數方式</td>
<td>Call by Value</td>
<td>Call by Value</td>
<td>Call by Reference</td>
</tr>
<tr>
<td bgcolor="#dddddd">實體存放記憶體在Stack或Heap</td>
<td>Stack</td>
<td>Stack</td>
<td>Heap</td>
</tr>
<tr>
<td bgcolor="#dddddd">欄位初始設定式</td>
<td>否</td>
<td>否</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">指派成員內容值</td>
<td>可以，只能整數</td>
<td>否</td>
<td>可</td>
</tr>
<tr>
<td bgcolor="#dddddd">功能</td>
<td>簡單</td>
<td>普通</td>
<td>較強</td>
</tr>
</table>
<p>　</p>
<p>結構 (struct) 宣告方式：</p>
<table id="table_code" border="1">
<tr>
<td>
[存取修飾詞] struct [結構名稱]<br />
{<br />
　　[存取修飾詞] [資料型別] [變數名稱];<br />
　　[存取修飾詞] [資料型別] [變數名稱];<br />
　　...<br />
}
  </td>
</tr>
</table>
<p>　</p>
<p>列舉 (enum) 宣告方式：</p>
<table id="table_code" border="1">
<tr>
<td>
[存取修飾詞] enum [列舉名稱] : [資料型別]<br />
{<br />
　　[成員1],<br />
　　[成員2],<br />
　　...<br />
　　[成員n]<br />
}
  </td>
</tr>
</table>
<p>　</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/tMSSXfoAjTQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/182/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/182</feedburner:origLink></item>
		<item>
		<title>[價量關係] 9種常見模式</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/So5c2oK3JG0/181</link>
		<comments>http://m955.com/wp/archives/181#comments</comments>
		<pubDate>Sun, 28 Dec 2008 13:52:18 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>
		<category><![CDATA[價量關係]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/181</guid>
		<description><![CDATA[
量增價揚：成交量增加，股價上揚，代表該股買氣很強，後勢仍有上漲空間。
量縮價揚：成交量減少，股價仍繼續上漲，表示買氣不足，後勢有下跌壓力。
量平價揚：成交量持平，股價仍繼... ]]></description>
			<content:encoded><![CDATA[<ol>
<li>量增價揚：成交量增加，股價上揚，代表該股買氣很強，後勢仍有上漲空間。</li>
<li>量縮價揚：成交量減少，股價仍繼續上漲，表示買氣不足，後勢有下跌壓力。</li>
<li>量平價揚：成交量持平，股價仍繼續上漲，表示買氣出現停滯，趨勢可能出現反轉向下。</li>
<li>量增價平：成交量放大，股價卻維持不動，若在低檔區表示主力正在進貨，若已下跌一段時間可能止跌回穩。</li>
<li>量縮價平：成交量萎縮，股價為持不動，若股價已經上漲一段時間，代表高點可能出現，若下跌一段時間，代表底部逐漸成形。</li>
<li>量評價平：成交量與股價維持平行，此時觀望為宜。</li>
<li>量增價跌：成交量增加，股價卻下跌，若在跌，初期可能持續再跌，若已經下跌一段時間，表示可能主力開始進貨。</li>
<li>量縮價跌：成交量減少，股價卻下跌，若股價剛跌可能續跌，若再跌一段時間，則觀察底部可能即將出現。</li>
<li>量平價跌：成交量持平，股價仍下跌，後勢可能出現盤整或盤跌。</li>
</ol>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/So5c2oK3JG0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/181</feedburner:origLink></item>
		<item>
		<title>[三點突破法] 1301台塑，40大關是否挺得住？</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/p3jWvPN8Nh8/180</link>
		<comments>http://m955.com/wp/archives/180#comments</comments>
		<pubDate>Thu, 25 Dec 2008 09:55:39 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>
		<category><![CDATA[三點突破]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/180</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160;&#160; 如果你正準備大筆資金，等待台塑破40元買入，我勸你應該還是等等，為什麼？根據三點突破法來看， 41.75 是目前第 6 個低點，所以說明天收週線，價格必須高... ]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 如果你正準備大筆資金，等待台塑破40元買入，我勸你應該還是等等，為什麼？根據三點突破法來看， 41.75 是目前第 6 個低點，所以說明天收週線，價格必須高於第 3 個低點 47.9，才能打破下跌的趨勢。就實質面來看，真的很難，所以還是為維持下跌趨勢繼續進行。破 40 的機會很高。</p>
<p><span id="more-180"></span></p>
<p><img src="http://farm4.static.flickr.com/3243/3135229580_80db749e14_o.png" /> </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 至於會跌到哪裡？我不喜歡預測價位，明天的事只有神才知道，順勢而為，是三點突破工具的精神，如果第 7 個低點出現，我會考慮進場放空。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 原油從 140 狂跌到 40 左右，讓台塑的生意很難做，這也是這一波下跌的主因，從營收面來看，不難看出一些端倪。</p>
<p><a href="http://farm4.static.flickr.com/3108/3134407859_2453d57137_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3108/3134407859_1ab1ac39e3.jpg" /></a></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/p3jWvPN8Nh8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/180</feedburner:origLink></item>
		<item>
		<title>[客戶管理程式開發] 雛形</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/LUNl-Js_oXI/179</link>
		<comments>http://m955.com/wp/archives/179#comments</comments>
		<pubDate>Wed, 24 Dec 2008 17:08:26 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/179</guid>
		<description><![CDATA[ 
前些日子有做到到客戶關係管理的簡報，突然有的開發的動機，本程式採用 C# 撰寫，目前正在開發階段，未來不排除朝開放原始碼方向，大家集思廣益，功能方面目前還在思考當中，基本上... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm4.static.flickr.com/3127/3133682180_3e5ea71a6c_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3127/3133682180_01d1be6731.jpg" /></a> </p>
<p>前些日子有做到到客戶關係管理的簡報，突然有的開發的動機，本程式採用 C# 撰寫，目前正在開發階段，未來不排除朝開放原始碼方向，大家集思廣益，功能方面目前還在思考當中，基本上該有的功能應該都會有。</p>
<p>今天完成了基本的介面，以及資料繫結的項目，放個照片上來，讓大家有個印象。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/LUNl-Js_oXI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/179/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/179</feedburner:origLink></item>
		<item>
		<title>Access 常用時間日期函數</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/olL0757Pf04/178</link>
		<comments>http://m955.com/wp/archives/178#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:47:41 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[Access]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/178</guid>
		<description><![CDATA[以下是日期函數用法，提供你方式，你自己可以做到的： 
Year()函數：取得日期資料內的年份值   Year(#2003/03/01#)，顯示結果2003

Month()函數：取得日期資料內的月份值   Month(#2003/03/01#)，顯示結果0... ]]></description>
			<content:encoded><![CDATA[<p>以下是日期函數用法，提供你方式，你自己可以做到的： </p>
<p>Year()函數：取得日期資料內的年份值   <br />Year(#2003/03/01#)，顯示結果2003</p>
<p><span id="more-178"></span></p>
<p>Month()函數：取得日期資料內的月份值   <br />Month(#2003/03/01#)，顯示結果03 </p>
<p>Day()函數：取得日期資料內的日期值   <br />Day(#2003/03/01#)，顯示結果01 </p>
<p>Format()函數：顯示今天的日期為今年的第幾週   <br />Format(Now().ww)，其中ww為1~53週期數值 </p>
<p>DatePart()函數：取得日期資料內的西元年份值   <br />DatePart('yyyy',[訂貨日期])，顯示訂貨日期欄位的西元年份 </p>
<p>DatePart()函數：取得日期資料內的月份值   <br />DatePart('m',[訂貨日期])，顯示訂貨日期欄位的月份(個位數月份顯示一位數)    <br />Format(DatePart('m',[訂貨日期]),'00')，顯示訂貨日期欄位的月份(月份顯示兩位數) </p>
<p>DateAdd()函數：取得日期資料內的年份值   <br />DateAdd('y',-5.[訂貨日期])，顯示訂貨日期欄位往前5天的資料記錄 </p>
<p>DateDiff()函數：取得日期資料內的日期值   <br />DateDiff('d',[訂貨日期].[出貨日期])，顯示訂貨日期與出貨日期兩欄位之間的相差天數 </p>
<p>設定查詢的日期為上星期一及上星期六之間的函數   <br />between DateAdd('d', 0 - (Weekday(Date) + 5), Date) and DateAdd('d', 0 - Weekday(Date), Date) </p>
<p>其他參考：<a href="http://support.microsoft.com/kb/210604/zh-tw" target="_blank">http://support.microsoft.com/kb/210604/zh-tw</a></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/olL0757Pf04" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/178</feedburner:origLink></item>
		<item>
		<title>爭取反向連結的 110 個方法(美商GDI MAC團隊)</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/pdJuiqtbylM/177</link>
		<comments>http://m955.com/wp/archives/177#comments</comments>
		<pubDate>Tue, 16 Dec 2008 03:40:06 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[架站]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/177</guid>
		<description><![CDATA[1. 搞一個 XXX 的110 種方法的網頁，並且做成圖片而無法抄去文字照貼。這種文章常會被引用，成為權威。人們無法擺著不對你連結。2. 寫一篇，成功 XXX 的10個步驟，這類的文章，很容易得到連... ]]></description>
			<content:encoded><![CDATA[<p>1. 搞一個 XXX 的110 種方法的網頁，並且做成圖片而無法抄去文字照貼。這種文章常會被引用，成為權威。人們無法擺著不對你連結。<br />2. 寫一篇，成功 XXX 的10個步驟，這類的文章，很容易得到連結。<br />3. 針對某些話題，總結一個完整的索引資料列表(或稱為懶人包)。<br />4. 總結某行為的十大迷思。<br />5. 針對某一議題或同類產品列表比較，寫出有見地的比較分析。這樣有機會得到連結。</p>
<p><span id="more-177"></span></p>
<p>6. 介紹某專業的達人，專家列表。被你列出的人也會把你這個表做為連結對象。<br />7. 簡單易懂，條列的內容。這樣人家容易對你設連結。<br />8. 每天發表一幅漫畫，只要有內涵，一定引來連結。<br />9. 拍攝精美的攝影作品，陳列在自己的網站上。<br />10. 要減少錯別字。語法不順。才能建立權威文章的地位。<br />11. 建立一個專業網站的資料庫，接受自由登入。並建立一個競價排名曝光的系統。這樣，個別登入的網站並已取得競價排席的網站，會把你列為連結對象。<br />12. 搞個網站在專業領域的關鍵字都能排在搜尋引擎結果頁的第一頁。<br />13. 報導某一家有名產品的使用評價。寫的好時，該產品公司也許會來主動對你連結。<br />14. 個人網站上頭要設立 : 隱私權政策，關於我 ...... 的網頁。這樣看起來才具有權威。提高使用者的信賴度。擺張自己的照片，也不誇張。<br />15. 在專業的網站上頭髮表文章，介紹自己的網站。同時寫下連結。</p>
<p>目錄應用
<p>16. 將你的網站登錄到 DMOZ 開放目錄。<br />17. YAM、Hinet、Yahoo! Kimo 的目錄也要登錄。<br />18. 可能的話參加擔任 DMOZ 的編輯員，profile 中指向自己的網頁，在 Google 中的 PR就能得到 4 以上了。<br />19. 收費的目錄網站，品質若不差也可考慮。<br />20. 建立一個自己網站相關行業的垂直目錄。指向自己的網站中重要的頁面。目錄的本身也會吸收到連結。<br />21. 向政府資源網站登錄你的網站。雖然通常不會被採用。<br />22. 向教育單位的網站登錄你的網站。<br />23. 找到質量好的網路黃頁網站，登錄。<br />24. 品質好的轉址網站，也可登錄。
<p>商業關係
<p>25. 向同業公會登錄你的網站。<br />26. 找你的上下游協力廠商，交換連結。<br />27. 找同領域但非競爭性廠商交換連結。
<p>免費連結
<p>28. 在 維基百科 中針對自己網路名稱寫一篇文章，並指向自己網站。<br />29. 在 Yahoo 知識中回答問題，同時指向自己網頁。<br />30. 在 Google Groups 中回答問題，同時指向自己網頁。<br />31. 網頁要提供 RSS feed，若發表文章有內涵，自然也會吸引一些連結。<br />32. 絕大部份的論壇都可使用簽名設立連結. 指向自己網頁。<br />33. 參加免費連結交換聯盟。可別遇到了連結工廠，以致於被掛入搜尋引擎的黑名單。<br />34. 在 Alexa 評論中評論自己與別人的網站。也能吸引到一些連結。<br />35. 在 clipclip.com 中 clip 自己的網頁。
<p>Blog 部落格
<p>36. 寫 Blog，只要有內容，會吸收到連結.<br />37. Blog 指向相關的其他 Blog 。有些 Blog 站長會注意推薦網站的來源，自然就會反向連結。<br />38. 在有價值的 Blog 寫回應。只要有內涵，吸引別人的注意。也會來讀你的 Blog。進而設立連結。<br />39. 在 Blog 中建立 Technorati 標籤。<br />40. 向 Blog 目錄登錄你的網站。<br />41. 參加 Blogroll。<br />42. 參加 Blog look。<br />43. 參加 Bloglines。<br />44. 找幾個免費的 Blog 聯盟。很簡單的寫幾個 Blog 連向自己的主要 Blog。<br />45. 建立 Add My Yahoo 標籤. 也許有人會取用並連結。<br />46. 建立 Add to Google 標籤。<br />47. 參加 Feedburner。<br />48. 參加各種共享書籤(Social Bookmark)如 HEMiDEMi、Furl、Delcious。<br />49. 使用 Google 的 Adwords 指定低價的 cpm 廣告連向自己。<br />50. 驗證網頁的編寫格式 W3C XHTML 與 CSS。<br />51. 這年頭的草莓族很懶得讀長篇大論，可能的話，網頁內容若是全文字，最好做成條列式. 全圖面雖不利於引擎的蜘蛛來爬，可創作的漫畫最容易吸收連結. 就算是生活鎖事，也要寫的像畢業論文圖文並茂，引經據典。像這個在陽台種小麥草的文章。<br />52. 善用 CSS 表現網頁。<br />53. 在任何你出版的印刷品上印製你的網址，名片、信件、卡片甚至於汽車保險桿上頭。<br />54. 提供 [郵寄此文章] 的按鈕，讓你網頁的讀者幫你宣傳。
<p>交換連結
<p>55. 小規模的交換連結，千萬避開大型的連結工廠或聯盟。<br />56. 選擇交換連結的對象，即始行業不同，也最好使用者要有相同的目標對象。
<p>買連結及僱用人手建立連結
<p>57. 花錢僱用人手來進行公關. 找相關的網站，連向你。<br />58. 找專業的連結中介商，買些品質好的連結。<br />59. 有些網站可直接租到品質好的連結. 至少 PR 值要高過于于你的才值得租用。<br />60. 做慈善機構的贊助人，對方會給你連結。<br />61. 時間是搜索引擎排序的一個重要因素。若有老網站能租用連結，值得考慮.
<p>評論或製造新聞事件
<p>62. 告 Google 或 Hinet 侵權，小心告不成自己反要賠了許多。<br />63. 學卡神，利用信用卡公司贈點的誤區， 賺些差價，鬧上新聞。<br />64. 發表虐貓者的追蹤網頁。成為新聞事件。<br />65. 以系列的方式，發表對同一列產品的比較報告，有褒有貶。但所言要有憑有據，免得引起訴訟。
<p>免費贈送
<p>66. 製作 Templates 標明作者網址。提供別人使用時，自己連結就隨之出現了。<br />67. 提供一個工具程式頁面，譬如貸款償款額計算器，或統一發票對獎工具。或台灣字輸入法工具程式。會吸引一些連結。<br />68. 舉辦一個提供贈品的競賽，有可能吸引到一些連結。<br />69. 提供免費試用產品，也許能得到意見回饋與連結。<br />70. 為使用率高的免費開放軟體寫正體中文的翻譯檔. 其中標示翻譯者的網站連結，取得檔案使用者所開立的網站，自然就對你有了連結。若是寫在 page_footer 檔上，那還更是每一頁都對你連結了。<br />71. 為 Firefox 寫Plug-In程式。並做好下載與支持頁，人家才好連結向該頁.<br />72. 提供工具程式給人家下載。並做好下載與支持頁。<br />73. 製作手機相關的語音檔或畫面，提共下載。<br />74. 收集一堆免費或共享軟體，分門別類擺放，提供下載。一定吸引連結。<br />75. 翻譯重要的工具書，如 php5手冊，MySQL 使用手冊。免費提供閱讀。
<p>事件與活動
<p>76. 善用你的手機附帶的相機，重要的活動或事件，拍下照片或短影片貼在自己網頁上。<br />77. 寫下自己與名人對談的實錄。發表在自己的網站。<br />78. 與名人合照也可拿來吸引些連結吧 ? 也許?<br />79. 編寫建立連結的說明網頁，提供連結碼。不然人家想對你設連結時也懶得打字。
<p>幾個建立連結的錯誤示範
<p>80. 繳費給一次代登幾百個收費目錄登錄網站。<br />81. 在公開的論壇簽名中， 一貼列上上百個自己的網站連結。<br />82. 論壇開放讓你簽名中擺連結，才肯參與發言。<br />83. 沒注意論壇文章或部落格的回應中所寫的連結，是否會被加上 nofollow 的標示，就拚命的貼連結。<br />84. 為了提高文章數，儘寫一些 『我也同意...』、『贊成 ...』 無關痛癢的短句，同時配合了帶有連結的文章.<br />85. 老王賣瓜自賣自誇，用同一個 IP 發出文章稱讚自己的產品的文章。<br />86. 在幾十個論壇或留言版中，同一天內發出數十個內容相同的文章。推銷自己或問同一問題。<br />87. 跟隨一個幾年沒有動靜的文章後回應，只為了貼上自己連結的簽名。<br />88. 為了建立會員資料頁而去參加論壇註冊，卻從來不發言。<br />89. 在論壇或 Blog 不使用自己本名或慣用 ID，卻故意搞個 Keyword。<br />90. 在每一個 Blog 都留下相同的自我推銷的言論。<br />91. 在可公開留言的版面上，不寫些有意義的內容，讓人覺得又是一堆垃圾。<br />92. 更過份的是，每個文章中，儘是大量的自己連結，讓人家看了就想把你刪除掉的。<br />93. 發出請求連結的大量 email。只能提自己的 Pagerank 有多高。其他則是言之無物。<br />94. 發出請求連結的 email，讓人一看就知是自動程式發出的，內容固定。連收件人的名字也不填。<br />95. 向 Google、Yahoo 發出請求交換連結。<br />96. 與一頁就有超過上百個連結的頁面要求交換連結。<br />97. 向每一個在你站上發文章的站長都要求交換連結。<br />98. 每天向同一站長發信要求交換連結。<br />99. 用不同的 email address 發出推薦自己網站的信給同一個站長。<br />100. 如果以上的作法不能成功，對方還不同意。那就主動每天加價 100元，請求對方，直到對方同意為止。<br />101. 向高階的頁面要求交換連結，對方將你連結設在對等 Pagerank 的頁面，還怪對方不能與你對等首頁連結。
<p>做個混球也能引來連結 ?
<p>102. 抄襲別人的網頁內容，刪掉原作者名稱. 建立自己也是權威的假象引來連結。大概完全不知 Google 去年中才申請到了一個有關網頁重覆與 spam 的判讀程式的新型專利。專來對付這種抄襲的重覆內容的網頁了。<br />103. 批評某種宗教或政治理念，造成爭端引來連結。大概是不怕賓拉登明天派架自殺飛機轟你的網站了。也不怕泛藍泛綠支持者貼爆你的網站。<br />104. 把網名印在 T-shirt 上，開車時邊打手機，或邊走路邊看書，撞了人之後，向對方說 : 『我原諒你 !!』<br />105. 在捷運車站散發印有網址的名片，請求人家對你連結。<br />106. 在十字路口舉廣告牌上寫你的網址。真能求得連結嗎 ?<br />107. 經由手機網路隨機播放電話簡訊。要求收訊者對你設立連結。<br />108. 把咖啡灑到別人身上，或者打噴涕噴向別人，惹怒了別人，然後騙取他對你設立連結。<br />109. 怪別的站長對你的深層內頁設立連結。求之不可得的事，你還怪人家，可真是混球。<br />110. 搞幾個網站，內容完全相同。深不知內容相同可能造成搜尋引擎誤判此為 spam 互相抄襲，而把幾個站都列入黑名單似的。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/pdJuiqtbylM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/177/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/177</feedburner:origLink></item>
		<item>
		<title>央行降息三碼，26年最大降福</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/aXF7NOCrdfo/175</link>
		<comments>http://m955.com/wp/archives/175#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:20:07 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>
		<category><![CDATA[降息]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/175</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160;&#160; 參考新聞：央行降息三碼！26年來最大降幅
&#160;&#160;&#160;&#160;&#160;&#160;&#160; 今年97年下半年度，半年裡密集降息了5次，重貼現率由 3.625 降至今天 2，共計 6.5 碼... ]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 參考新聞：<a href="http://tw.news.yahoo.com/article/url/d/a/081211/1/1b0nm.html" target="_blank">央行降息三碼！26年來最大降幅</a></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 今年97年下半年度，半年裡密集降息了5次，重貼現率由 3.625 降至今天 2，共計 6.5 碼，幅度其實跟<a href="http://www.udn.com/2008/12/5/NEWS/WORLD/WORS3/4630612.shtml" target="_blank">瑞典一次降 7 碼</a>，感覺上好像沒啥不同，只是央行的政策比較傾向溫和，只是歐洲一次降足，以免以後被批辦事不力。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 跌破眾人眼鏡的是一次降 3 碼，算是最大的一次降福，央行有意識到台灣社會，現在貨幣流通性不足的問題，人人緊縮消費，大幅降息為了釋放更多貨幣到市場上，所必須採取的手段之一。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 通貨緊縮在過去幾年間一直是我們較為陌生的名詞，油價從 146 元天價，狂降至 42 元，短短半年之間跌掉了 71％ ，相對飆漲的原物料也跟著一落千丈，表面上看起來好像似物價的問題稍稍獲得舒緩，但是暴跌伴隨而來的是，貨幣流通性不足，人們緊縮銀根，抱持觀望態度，期待未來可能降價的空間。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 忽然間，客人不再一窩蜂的囤積原物料，工廠半年前進的高價原物料，期待大撈一筆老闆們，開始出現資金周轉問題，造成工廠倒閉，工廠倒了，人們也就沒有工作，更加緊縮銀根。惡性循環下，通貨緊縮的黑影正悄悄籠罩。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 根據歷史告訴我們，通貨緊縮會有以下的現象：</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 通貨緊縮是指當市場上的貨幣減少，購買能力下降，影響物價之下跌所造成的。長期的貨幣緊縮會抑制投資與生產，導致失業率升高與經濟衰退。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 所以說，央行大降 3 碼。正也意味著台灣未來期間，經濟的輪廓。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 就股市面來說，可以預期，高消費的類股，房產、汽車...等的委靡不振，人們不再紙醉金迷，博奕股也別碰了，原物料概念股只有慘，消費性電子更慘，鴻海首當其衝，華碩跌到 30 幾塊也算還好，大盤方面如果國安基金，和禁止放空等條款不開放，只是更加延長大盤落底時間罷了。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 明年第二季在看看好了，大盤落底前一定會出現一次<strong><font color="#ff0000">非經濟衝擊</font></strong>的大事件，促成加速趕底，例如：禽流感之發現鳥大便，319槍擊、SARS、紅衫軍、911攻擊、台海飛彈危機，兩國論...等。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 現在我們能做的事只能等待，順便可以學習一下放空技巧，以便不時之需。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/aXF7NOCrdfo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/175/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/175</feedburner:origLink></item>
		<item>
		<title>C# 比較字串</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/iOniorXAheM/174</link>
		<comments>http://m955.com/wp/archives/174#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:53:40 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/174</guid>
		<description><![CDATA[C# 屬於強型別的資料型態，所以在型別方面，編譯器檢查的很嚴格，所以一些在 VB.NET 中習慣的用法，拿到 C# 中就會出現錯誤。
舉例來說 C# 不能使用 0 或 1 來替代布林值，而字串也不能直接比... ]]></description>
			<content:encoded><![CDATA[<p>C# 屬於強型別的資料型態，所以在型別方面，編譯器檢查的很嚴格，所以一些在 VB.NET 中習慣的用法，拿到 C# 中就會出現錯誤。</p>
<p>舉例來說 C# 不能使用 0 或 1 來替代布林值，而字串也不能直接比較，這對我們剛開始會造成一些困擾！下面 VB.NET 的用法如果拿到 C# 中使用就會出錯</p>
<div class="igBar"><span id="lvbnet-15"><a href="#" onclick="javascript:showPlainTxt('vbnet-15'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">VB.NET:</span>
<div id="vbnet-15">
<div class="vbnet">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">Dim</span> a <span style="color: #FF8000;">As</span> <span style="color: #FF8000;">String</span> = <span style="color: #808080;">"111"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">Dim</span> b <span style="color: #FF8000;">As</span> <span style="color: #FF8000;">String</span> = <span style="color: #808080;">"111"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">IF</span> a = b <span style="color: #FF8000;">THEN</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">...</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">END</span> <span style="color: #0600FF;">IF</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>  </p>
<p>C# 針對比較字串有兩個比較常用的函數：</p>
<p>String.Compare&#160; 比較兩個字串的值。傳回整數值   <br />String.Equals 比較兩個字串的值。傳回布林值</p>
<p>C#中改用比較字串的函數</p>
<div class="igBar"><span id="lcsharp-16"><a href="#" onclick="javascript:showPlainTxt('csharp-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-16">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #FF0000;">String</span> a = <span style="color: #808080;">"111"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #FF0000;">String</span> b = <span style="color: #808080;">"222"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">String</span>.<span style="color: #0000FF;">Equals</span><span style="color: #000000;">&#40;</span>a,b<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; ....</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">else</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; ....</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>參考資料：<a href="http://msdn.microsoft.com/zh-tw/library/fbh501kz(VS.80).aspx" target="_blank">C#比較字串(MSDN)</a></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/iOniorXAheM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/174</feedburner:origLink></item>
		<item>
		<title>SQL Server 中易混淆的數據類型</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/OHpmnm37VpA/173</link>
		<comments>http://m955.com/wp/archives/173#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:27:39 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/173</guid>
		<description><![CDATA[本文摘自「藍色理想」http://www.blueidea.com/tech/program/2004/1724.asp。
(1)char、varchar、text和nchar、nvarchar、ntext   char 和varchar的長度都在1到8000之間，它們的區別在於char是定長字符數據，而varchar是變長... ]]></description>
			<content:encoded><![CDATA[<p>本文摘自「藍色理想」<a href="http://www.blueidea.com/tech/program/2004/1724.asp。" target="_blank">http://www.blueidea.com/tech/program/2004/1724.asp。</a></p>
<p>(1)char、varchar、text和nchar、nvarchar、ntext   <br />char 和varchar的長度都在1到8000之間，它們的區別在於char是定長字符數據，而varchar是變長字符數據。所謂定長就是長度固定的，當輸入的數據長度沒有達到指定的長度時將自動以英文空格在其後面填充，使長度達到相應的長度；而變長字符數據則不會以空格填充。text存儲可變長度的非 Unicode數據，最大長度為2^31-1(2,147,483,647)個字符。 </p>
<p>後面三種數據類型和前面的相比，從名稱上看只是多了個字母&quot;n&quot;，它表示存儲的是Unicode數據類型的字符。寫過程序的朋友對Unicode應該很瞭解。字符中，英文字符只需要一個字節存儲就足夠了，但漢字眾多，需要兩個字節存儲，英文與漢字同時存在時容易造成混亂，Unicode字符集就是為瞭解決字符集這種不兼容的問題而產生的，它所有的字符都用兩個字節表示，即英文字符也是用兩個字節表示。nchar、nvarchar的長度是在1到4000之間。和char、varchar比較：nchar、nvarchar則最多存儲4000個字符，不論是英文還是漢字；而char、varchar最多能存儲8000個英文，4000個漢字。可以看出使用nchar、nvarchar數據類型時不用擔心輸入的字符是英文還是漢字，較為方便，但在存儲英文時數量上有些損失。 </p>
<p>(2)datetime和smalldatetime   <br />datetime：從1753年1月1日到9999年12月31日的日期和時間數據，精確到百分之三秒。    <br />smalldatetime：從1900年1月1日到2079年6月6日的日期和時間數據，精確到分鍾。 </p>
<p>(3)bitint、int、smallint、tinyint和bit   <br />bigint：從-2^63(-9223372036854775808)到2^63-1(9223372036854775807)的整型數據。    <br />int：從-2^31(-2,147,483,648)到2^31-1(2,147,483,647)的整型數據。    <br />smallint：從-2^15(-32,768)到2^15-1(32,767)的整數數據。    <br />tinyint：從0到255的整數數據。    <br />bit：1或0的整數數據。 </p>
<p>(4)decimal和numeric   <br />這兩種數據類型是等效的。都有兩個參數：p（精度）和s（小數位數）。p指定小數點左邊和右邊可以存儲的十進制數字的最大個數，p必須是從 1到38之間的值。s指定小數點右邊可以存儲的十進制數字的最大個數，s必須是從0到p之間的值，默認小數位數是0。 </p>
<p>(5)float和real   <br />float：從-1.79^308到1.79^308之間的浮點數字數據。    <br />real：從-3.40^38到3.40^38之間的浮點數字數據。在SQL Server中，real的同義詞為float(24)。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/OHpmnm37VpA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/173/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/173</feedburner:origLink></item>
		<item>
		<title>預期央行週四降息，學者估1-2碼</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/-5Ia8iFsKXg/172</link>
		<comments>http://m955.com/wp/archives/172#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:23:51 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>
		<category><![CDATA[降息]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/172</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160;&#160; 這一篇新聞可以參考：央行週四降息！學者估：一到兩碼
&#160;&#160;&#160;&#160;&#160;&#160;&#160; 今天台北股市在預期降息的心理因素下，三大法人合計買超 69.68 億，... ]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 這一篇新聞可以參考：<a href="http://tw.news.yahoo.com/article/url/d/a/081208/1/1asvf.html" target="_blank">央行週四降息！學者估：一到兩碼</a></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 今天台北股市在預期降息的心理因素下，三大法人合計買超 69.68 億，指數漲了 193 點，先別高興的太早，以為台股止跌了，這只是曇花一現的利多罷了，嚴格說起來，降息並不算是利多，而是短多長空的警訊，貿然搶進實為不智行為。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 長期以來，我一直注意全球利率的跌昇，因為這關係著我們的景氣問題，而也一再呼籲，景氣不明情形下，我的朋友們勿進場，留住你僅剩下的現金，準備過冬，你可以參考以前的文章：</p>
<ul>
<li><a href="http://m955.com/wp/archives/9" target="_blank">降息？不降息？降息絕非萬靈丹</a></li>
<li><a href="http://m955.com/wp/archives/85" target="_blank">升息與降息與台股的神秘連動</a></li>
<li><a href="http://m955.com/wp/archives/168" target="_blank">央行3個月內第4度降息，敲下經濟衰退的喪鍾</a></li>
</ul>
<p>先看看現在全球的利率走勢吧！</p>
<ul>
<li><a href="http://udn.com/NEWS/OPINION/OPI1/4634026.shtml" target="_blank">台灣要不要加入降息競賽？</a></li>
<li><a href="http://udn.com/NEWS/FINANCE/FIN4/4631072.shtml" target="_blank">降息競賽？外幣存款利率應聲跌</a></li>
<li><a href="http://news.cnyes.com/dspnewsS.asp?rno=25&amp;fi=\NEWSBASE\20081208\WEB1218&amp;vi=33937&amp;sdt=20081128&amp;edt=20081208&amp;top=50&amp;date=20081208&amp;time=12:38:30&amp;cls=finance_xr" target="_blank">經濟危機深化非美承壓下行</a></li>
</ul>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 可見這一波衰退可不是開玩笑的，台灣出口<a href="http://tw.rd.yahoo.com/referurl/news/biz/economy/headline/*http://tw.news.yahoo.com/article/url/d/a/081208/17/1at60.html" target="_blank">連續 3 個月負成長</a>，史上最大減福，而台灣 <a href="http://iservice.libertytimes.com.tw/liveNews/news.php?no=157748&amp;type=%E8%B2%A1%E7%B6%93" target="_blank">GDP 也連續 3 季負成長</a>，這一些指標都是連動，看看我們身邊的的人，以前人人稱羨的工作，現今可能淪落到連基本工資都不保。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/-5Ia8iFsKXg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/172/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/172</feedburner:origLink></item>
		<item>
		<title>Google 工具列自訂按鈕</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/jyAIVIipqVE/170</link>
		<comments>http://m955.com/wp/archives/170#comments</comments>
		<pubDate>Thu, 27 Nov 2008 00:37:19 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://m955.com/wp/?p=170</guid>
		<description><![CDATA[
我是Google工具列的愛用者，書籤功能更是方便，資料存在網路上，不用擔心書籤會消失，不過，書籤越用越多，常用的按鈕常常要找，現在可以把常用的網址做成按鈕，放在工具列上面，就像... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3006/3062580530_af71f797d2_o.png" alt="" /></p>
<p>我是Google工具列的愛用者，書籤功能更是方便，資料存在網路上，不用擔心書籤會消失，不過，書籤越用越多，常用的按鈕常常要找，現在可以把常用的網址做成按鈕，放在工具列上面，就像上圖。</p>
<p><span id="more-170"></span></p>
<p>鉅亨網</p>
<div class="igBar"><span id="lxml-22"><a href="#" onclick="javascript:showPlainTxt('xml-22'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-22">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;custombuttons</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://toolbar.google.com/custombuttons/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>我的鉅亨網<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;description<span style="font-weight: bold; color: black;">&gt;</span></span></span>我的鉅亨網<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/description<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;site<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://www.cnyes.com/personal/mycnyes/my_cnyes.asp<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/site<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;gadget</span> <span style="color: #000066;">whole-dropdown</span>=<span style="color: #ff0000;">"true"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"60"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/gadget<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;update</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">""</span><span style="font-weight: bold; color: black;">&gt;</span></span>http://toolbar.google.com/buttons/gadget?url=http%3A%2F%2Fbawbaw.deep.tw%2Fyahoo_dict%2Fyahoo_dict_full.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/update<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;icon</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">"base64"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"image/x-icon"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACCElEQVR42mNkwAL2VlT8//v7L8Of</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">378Yfv0C4h8/GX4CceyKpYzoalEEDtfX/WdkZGL4//8fUPMfht9Imn9+/w6mf/38wZC+ZRMjhgGH</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">6+r/s7KxMJhX1zCcbG0B07jAVHcvhpxd2xnhBuyrqPzPxsHOYF1fz3Cup5vBqKSU4WhjI5gfbmCE</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">1RArIWGGgv17GMEG7C2v+O/U0c5wAmhz/+p1DIWhwUB6LcPKC+fABkRamAG98JPhB9AbIC/9/gnE</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">v34zFBwAGrAlJxdsu2t3N4oNB4BecAAaiA5m+QZADPj9m+H/v/8MjBvSM/6zsbMzsLCxMszZvRdu</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Kwggs5H5tiJiDH/+/AEGNtCA1YnJwMBjZfCfMR3Fpq25eQzekyeBNfjr6IBtjV+9Esy3FhZh+Pvn</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">LyQWlkbFgg1gZmZmWHnmDIYL0AFIzlJAGBzVYAMWBIf9Z2FlYYhevpRhZXwCQ/jCBWCJ5bHxDJGL</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">F2L1ggW/ICIhAQPlPzMLM0PSujVgSWxh4CglDXYyyN/H3r1BNQBETPf0/c/ExMSw98kjuLNn+fgz</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">pG3ZCAk0UTGGf3//Mfz9+xfFO0WH9kHSwSRn9/+5e3aABad5eDMcfPEcq/9hoN/eGdUAEJjg4PL/</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">2Pu38FTG8J+BAcbHBlZdPI9IyjDQZ+f0n4EIALIZJQzQAbJB/5EUIWuEAQBT/P9fm72ZYwAAAABJ</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RU5ErkJggg==</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/icon<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/custombuttons<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Youtube</p>
<div class="igBar"><span id="lxml-23"><a href="#" onclick="javascript:showPlainTxt('xml-23'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-23">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;custombuttons</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://toolbar.google.com/custombuttons/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>YouTube<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;description<span style="font-weight: bold; color: black;">&gt;</span></span></span>YouTube<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/description<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;site<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://www.youtube.com/<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/site<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;gadget</span> <span style="color: #000066;">whole-dropdown</span>=<span style="color: #ff0000;">"true"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"60"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/gadget<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;update</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">""</span><span style="font-weight: bold; color: black;">&gt;</span></span>http://toolbar.google.com/buttons/gadget?url=http%3A%2F%2Fbawbaw.deep.tw%2Fyahoo_dict%2Fyahoo_dict_full.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/update<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;icon</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">"base64"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"image/x-icon"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">R0lGODlhEAAQAPcAAAAAAIAAAACAAICAAAAAgIAAgACAgICAgMDAwP8AAAD/AP//AAAA//8A/wD/</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAZgAAmQAAzAAA/wAzAAAzMwAzZgAzmQAzzAAz/wBm</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AABmMwBmZgBmmQBmzABm/wCZAACZMwCZZgCZmQCZzACZ/wDMAADMMwDMZgDMmQDMzADM/wD/AAD/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MwD/ZgD/mQD/zAD//zMAADMAMzMAZjMAmTMAzDMA/zMzADMzMzMzZjMzmTMzzDMz/zNmADNmMzNm</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ZjNmmTNmzDNm/zOZADOZMzOZZjOZmTOZzDOZ/zPMADPMMzPMZjPMmTPMzDPM/zP/ADP/MzP/ZjP/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">mTP/zDP//2YAAGYAM2YAZmYAmWYAzGYA/2YzAGYzM2YzZmYzmWYzzGYz/2ZmAGZmM2ZmZmZmmWZm</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">zGZm/2aZAGaZM2aZZmaZmWaZzGaZ/2bMAGbMM2bMZmbMmWbMzGbM/2b/AGb/M2b/Zmb/mWb/zGb/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/5kAAJkAM5kAZpkAmZkAzJkA/5kzAJkzM5kzZpkzmZkzzJkz/5lmAJlmM5lmZplmmZlmzJlm/5mZ</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AJmZM5mZZpmZmZmZzJmZ/5nMAJnMM5nMZpnMmZnMzJnM/5n/AJn/M5n/Zpn/mZn/zJn//8wAAMwA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">M8wAZswAmcwAzMwA/8wzAMwzM8wzZswzmcwzzMwz/8xmAMxmM8xmZsxmmcxmzMxm/8yZAMyZM8yZ</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ZsyZmcyZzMyZ/8zMAMzMM8zMZszMmczMzMzM/8z/AMz/M8z/Zsz/mcz/zMz///8AAP8AM/8AZv8A</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">mf8AzP8A//8zAP8zM/8zZv8zmf8zzP8z//9mAP9mM/9mZv9mmf9mzP9m//+ZAP+ZM/+ZZv+Zmf+Z</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">zP+Z///MAP/MM//MZv/Mmf/MzP/M////AP//M///Zv//mf//zP///yH5BAEAABAALAAAAAAQABAA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AAiPAP/9QzFQoMGDB1GkIoiw4b+FfqhNQTFloESE1FBQK6ixY0ON/ypOyeinIkKQKFKGVOmw5cF4</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">3GKOm8ltZrx4+OIJ5GaQ5r9xNcfdFAj0p7qZ+PABjTeTKM9xOaPm/IeP58+n+NTd1Jq0KtFxP3Pi</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">VJdU3VGnYf8Njadup8CjM8fBpamOW9u3Zo/qNStUYEAAOw==</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/icon<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/custombuttons<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>奇摩字典</p>
<div class="igBar"><span id="lxml-24"><a href="#" onclick="javascript:showPlainTxt('xml-24'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-24">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;custombuttons</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://toolbar.google.com/custombuttons/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yahoo!奇摩字典<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;description<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yahoo!奇摩真人發音字典<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/description<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;site<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://tw.dictionary.yahoo.com/<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/site<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;gadget</span> <span style="color: #000066;">whole-dropdown</span>=<span style="color: #ff0000;">"true"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"60"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; http://bawbaw.deep.tw/yahoo_dict/yahoo_dict_full.xml</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/gadget<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;update</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">""</span><span style="font-weight: bold; color: black;">&gt;</span></span>http://toolbar.google.com/buttons/gadget?url=http%3A%2F%2Fbawbaw.deep.tw%2Fyahoo_dict%2Fyahoo_dict_full.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/update<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;icon</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">"base64"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"image/x-icon"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsK</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">CwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQU</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAQABADAREA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABwb/xAAhEAACAwACAgMBAQAAAAAAAAABAgMEBQYR</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AAcSEyExMv/EABgBAAMBAQAAAAAAAAAAAAAAAAQFBgcI/8QAJREAAQMDAwUAAwAAAAAAAAAAAQID</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">EQQhMQAFEhMiQVFhFLLB/9oADAMBAAIRAxEAPwB+wuZ52foZmDucMq0BYzprtfZtS1vqtxwqGb4F</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">uj9nR7Kt0VUFifiO/OMa5upUp1+nqlGF8SkcpSSYGPHojJsL6307Ut6l/NpHivvCFIAMoKpgqz2k</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">iElIMkgQDYFPPfamdqV8iPH47brVtwTLBPbgFTtEjEhkRSD81KnsH8BH878OpKOsQ4sv1M9OJAUV</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ZMQb2M5z9jVUztKGqWpWtxKlNcR23BKiRHIwLAEmJ9Z0mc2ysP2XwbiWdJzXjmbXy5odCWpfijtG</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">eWMELG4M6AIQzBlIJbvrsDsFc289QV1S6lhaivkAUkiATkHib2EGbak9qr3NpeqFBlSuqlTcyRCV</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ZIsb2scfDqY9pT5G0kF1tihe0KdaWNTVaIo7uFDFQSzL/n8Ct30SCW8G29FQy70w0oIUoG82AJic</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">A58j6I04pHeFKtnAJBvmwUB+x8f3X//Z</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/icon<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/custombuttons<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Google字典</p>
<div class="igBar"><span id="lxml-25"><a href="#" onclick="javascript:showPlainTxt('xml-25'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-25">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;custombuttons</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://toolbar.google.com/custombuttons/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>Google字典<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;description<span style="font-weight: bold; color: black;">&gt;</span></span></span>Google字典<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/description<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;site<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://translate.google.com/translate_t<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/site<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;gadget</span> <span style="color: #000066;">whole-dropdown</span>=<span style="color: #ff0000;">"true"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; http://www.google.com/ig/modules/dictionary.xml</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/gadget<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;update</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">""</span><span style="font-weight: bold; color: black;">&gt;</span></span>http://toolbar.google.com/buttons/gadget?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fdictionary.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/update<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;icon</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">"base64"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"image/x-icon"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsK</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">CwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQU</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAQABADAREA</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">AhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQI/8QAJBAAAQQCAgIBBQAAAAAAAAAAAgEDBAUG</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BxESACETIjIzQVH/xAAUAQEAAAAAAAAAAAAAAAAAAAAG/8QAJhEAAQMDAwQCAwAAAAAAAAAAAgED</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BAUREgAhIgYxQVEyYWKRof/aAAwDAQACEQMRAD8A01q2lg7Kj45iNNWU9JGo8VqZt9cpVRJE6Q/K</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">i8stM/KBgPoTcM3BJfQog/V2RVWabBjSJEyTHFw3XXMU8bHyUvK+k3899EocVmQAAIDxEb8RvdR0</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">jz3Sa4Pr3PZxT626qY+MT3YxT6CG1Yx5gskQuhIjNtD1QU9J8fbt77/rwZVhgHDMmYgtuWVePbt+</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">WX7y0v6fo0RyrRW32hMCcBMVALbkm3x8+l0F1/ZvaossYzPHp9LkVde4vUVuS40VzEh2ESTFjoLU</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hlX3AAuBI2zaMgXnheV44RxUa1SqiT0Z58RUHHCA8shUSK9lt97oSX0OhSo0ZsCF0dxG6ZD3RLe/</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">5qjZGyrnKCzOWF+/T4g9itskimurimdQ5axkCMEUYbrrqp+UiRxz7lHr/PC9Vk0sKUbLTrRurfkK</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">nf7+WKXXximmHTM9h3qCGiOpZXG0RMxW6qabWRdf/9k=</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/icon<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/custombuttons<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Funp</p>
<div class="igBar"><span id="lxml-26"><a href="#" onclick="javascript:showPlainTxt('xml-26'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-26">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">"1.0"</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">"UTF-8"</span>?<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;custombuttons</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://toolbar.google.com/custombuttons/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>Funp<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;description<span style="font-weight: bold; color: black;">&gt;</span></span></span>Funp<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/description<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;site<span style="font-weight: bold; color: black;">&gt;</span></span></span>http://funp.com<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/site<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;gadget</span> <span style="color: #000066;">whole-dropdown</span>=<span style="color: #ff0000;">"true"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"60"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/gadget<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;update</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">""</span><span style="font-weight: bold; color: black;">&gt;</span></span>http://toolbar.google.com/buttons/gadget?url=http%3A%2F%2Fbawbaw.deep.tw%2Fyahoo_dict%2Fyahoo_dict_full.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/update<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;icon</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">"base64"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"image/x-icon"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBI</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">WXMAAA7EAAAOxAGVKw4bAAAB00lEQVR4nI2Qz4rTUBTGLz5B9QWsLzBr/wy4Gp2FS9e+gaCiqIXi</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">XxBxWmichTBYCg69sWmbZlrT9hkE9+roNE16YzIpvaFxAjWtfunNZBQV5uM7h5Nzfie5N6RYLJbL</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">5X6/r3d1vZsoLbrLJkYAgAEmmtb6eWxVKhWiv9NRRVHkP3j2Twevt3944yiaA+v1eqTT6aCazWbs</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">xKn/2T555uD9B2CASbvdRhWGYTqe5J8Kj6/ftTNZ0XQvXgG2s9OO7zCfL4Lge7oQBMEURgQBp420</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">v1jMNU0jakvFeXzfTwc+5z5HIw4v9yg51ekVYGqrRZrNZhgejPf2kkEmu7+55d57CNsrq+lb3M0t</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">HBswadQb0+nUUTvJwur6tycv/rh0JutIr9x9FxhgotTrnHO7riXjC+vs4yf78XP7Tp7dzrOGZsdi</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">iAnniqKQWq3med5IUcXC6PxlyzKFrKVMEaYFDDB5K8uO45g3c2LBOndpYBjGMqC4iB0XwGRZJjKl</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">jLHhjfuHC2tff9OXwwyzEaOUEipTfH149ZpYMM+ufT7SbpJ24wQMMCmVSpxPhhuSeSsXe+OlYSzP</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">NBBpYIjngYF/A5gUCgVJkmiVbv+tN0dltUqBAf4FF2EUPvBH+KcAAAAASUVORK5CYII=</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/icon<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/custombuttons<span style="font-weight: bold; color: black;">&gt;</span></span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/jyAIVIipqVE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/170/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/170</feedburner:origLink></item>
		<item>
		<title>如何將 Excel 資料匯入SQL Server 2005 Express</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/WexiVgW9NyU/169</link>
		<comments>http://m955.com/wp/archives/169#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:50:45 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/169</guid>
		<description><![CDATA[微軟現在也想搞自由軟體這一套，連續推出了 Express 系列，不過不免詬病一下，既然要免費了為何不開放多一點功能，像 SQL Server 2005 Express 就少了很多功能，不過就整體看起來，還是比 Access ... ]]></description>
			<content:encoded><![CDATA[<p>微軟現在也想搞自由軟體這一套，連續推出了 Express 系列，不過不免詬病一下，既然要免費了為何不開放多一點功能，像 SQL Server 2005 Express 就少了很多功能，不過就整體看起來，還是比 Access 好多了。</p>
<p>SQL Server 2005 Express 有 SQL Server Management Studio Express 來進行圖形化管理，不過卻沒有匯入匯出的功能，有點不方便，但是可以利用其他方法來達成這個匯入功能。</p>
<p>但要使用SQL指令匯入需要先開啟OPENROWSET才能執行匯入功能。
<p>依序操作如下：
<p>Microsoft SQL Server 2005 &gt; 組態工具 &gt; SQL Server 2005 介面組態 &gt; 功能的介面區組態 &gt; 勾選「啟用OPENROWSET和OPENDATASOURCE支援」
<p><a href="http://farm4.static.flickr.com/3249/3056754101_173886c058_o.jpg" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3249/3056754101_c00c38729c.jpg"></a>
<p>將要匯入的Excel檔就定位，例如放在D:\testdata\zipcode.xls，檢查一下，第一行是欄位名稱，第二行起是資料的部分，然後工作表名稱可以維持原本的Sheet1或是自己重新命名（記得下面的Sheet1$要配合修改） <br />接著就可以執行</p>
<div class="igBar"><span id="lsql-28"><a href="#" onclick="javascript:showPlainTxt('sql-28'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">SQL:</span>
<div id="sql-28">
<div class="sql">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">SELECT</span> * <span style="color: #993333; font-weight: bold;">INTO</span> zone <span style="color: #993333; font-weight: bold;">FROM</span> OPENROWSET<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color: #ff0000;">'Microsoft.Jet.OLEDB.4.0'</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">'Excel 8.0;Database=D:<span style="color: #000099; font-weight: bold;">\t</span>estdata<span style="color: #000099; font-weight: bold;">\z</span>ipcode.xls'</span>, <span style="color:#006600; font-weight:bold;">&#91;</span>Sheet1$<span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/WexiVgW9NyU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/169</feedburner:origLink></item>
		<item>
		<title>央行3個月內第4度降息，敲下經濟衰退的喪鐘</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/eBQcw5LY2rk/168</link>
		<comments>http://m955.com/wp/archives/168#comments</comments>
		<pubDate>Fri, 21 Nov 2008 03:35:45 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>
		<category><![CDATA[降息]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/168</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 2008/11/10 彭總裁召開記者會，宣佈重貼現率、擔保放款融通利率及短期融通利率各調降零點一二五個百分點，分別調整為三點五％、三點八七五％及五點七... ]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 2008/11/10 彭總裁召開記者會，宣佈重貼現率、擔保放款融通利率及短期融通利率各調降零點一二五個百分點，分別調整為三點五％、三點八七五％及五點七五％。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 目的，解決貨幣流通性不足，多麼好聽的解釋，什麼叫做貨幣流通性不足，簡單的來說，大家都把錢存在銀行裡不敢消費，所以景氣衰退。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 在 3 個月裡連續調降利率 4 次（<a href="http://www.cbc.gov.tw/banking/Banking2.asp" target="_blank">央行貼放利率表</a>），這可不是鬧著玩的，利率的調整沒有固定性，端視當時景氣機動調動，在 2001/12/28 到 2002/06/28 曾經長達半年多沒動過利率，由上表中可以觀察的到，一般都是 3～4 個月調整一次，所以說這次 3 個月不到調整了 4 次利率，並非尋常。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 為什麼要注意利率？你可以參考一下之前寫的文章</p>
<ul>
<li><a href="http://m955.com/wp/archives/85" target="_blank">升息與降息與台股的神秘連動</a></li>
<li><a href="http://m955.com/wp/archives/9" target="_blank">降息？不降息？降息絕非萬靈丹</a></li>
</ul>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 由此可以得知，利率與景氣、股市是緊緊相扣的，參考一下底下的圖，是不是跟我們的加權指數很類似呢？</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 這一波多頭從 2004 年開始，一路走到了 2008 年 9 月反轉，而趨勢一旦成立，會持續好一陣子，所以說別再期望會有大反彈，報緊現金等待下一次升息開始吧！</p>
<p><img src="http://farm4.static.flickr.com/3218/3046956233_0b7305bb70.jpg" /></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/eBQcw5LY2rk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/168</feedburner:origLink></item>
		<item>
		<title>正義女神的天坪，只辦綠不辦藍？</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/L_BTmgAJdA8/167</link>
		<comments>http://m955.com/wp/archives/167#comments</comments>
		<pubDate>Fri, 14 Nov 2008 01:05:29 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[亂講]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/167</guid>
		<description><![CDATA[ 
正義女神 Justitia    天坪，正義的衡量     利劍，懲奸除惡     蒙眼，無視當事人的容貌、權力，無私的表徵
暨陳明文、蘇志芬、陳水扁在一個月裡連續被收押，我想問問，正義女神的遮眼布是... ]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://farm4.static.flickr.com/3190/3027927959_bafc3fdae6.jpg" /> </p>
<p>正義女神 Justitia    <br />天坪，正義的衡量     <br />利劍，懲奸除惡     <br />蒙眼，無視當事人的容貌、權力，無私的表徵</p>
<p>暨陳明文、蘇志芬、陳水扁在一個月裡連續被收押，我想問問，正義女神的遮眼布是否被掀開，只能看的見綠色？</p>
<p>陳水扁被戴上手銬，高喊台灣獨立，我只能感到痛心，曾經的台灣之子，現今的階下囚，我不管陳水扁這個人的官司如何，他背負著台灣本土的精神形象，沈重的手銬，羞辱著台灣的精神。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/L_BTmgAJdA8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/167/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/167</feedburner:origLink></item>
		<item>
		<title>C# 陣列的宣告方式</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/zC1fnxvW7IA/165</link>
		<comments>http://m955.com/wp/archives/165#comments</comments>
		<pubDate>Tue, 11 Nov 2008 10:13:27 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/165</guid>
		<description><![CDATA[剛開始接觸 C# ，它的宣告方式跟 C/C++，表面上看起來好像相同，不過仔細一看，卻和我習慣方式不一樣，例如在 VB 裡宣告一個陣列：Dim arr1() As String = { }， 在 C# 裡面卻是這樣宣告的：String[] ar... ]]></description>
			<content:encoded><![CDATA[<p>剛開始接觸 C# ，它的宣告方式跟 C/C++，表面上看起來好像相同，不過仔細一看，卻和我習慣方式不一樣，例如在 VB 裡宣告一個陣列：Dim arr1() As String = { }， 在 C# 裡面卻是這樣宣告的：String[] arr1 = { };，有點不習慣，不過看久了也還好。</p>
<p><span id="more-165"></span></p>
<p>以下是一些陣列的宣告方式：</p>
<div class="igBar"><span id="lcsharp-30"><a href="#" onclick="javascript:showPlainTxt('csharp-30'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-30">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">namespace</span> ConsoleApplication1</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #FF0000;">class</span> Program</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> Main<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> args<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第1種宣告方式</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> arr1 = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;color:#800000;">5</span><span style="color: #000000;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第2種宣告方式，不指定陣列大小</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> arr2 = <a href="http://www.google.com/search?q=new+msdn.microsoft.com" target="_blank"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><span style="color: #808080;">"王家豪"</span>, <span style="color: #808080;">"鄭惠婷"</span>, <span style="color: #808080;">"蔡昱友"</span>, <span style="color: #808080;">"蔡雅芳"</span>, <span style="color: #808080;">"林嬌岳"</span><span style="color: #000000;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//第3種宣告方式，直接指定初值，比較方便</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> arr3 = <span style="color: #000000;">&#123;</span> <span style="color: #808080;">"陳苑星"</span>, <span style="color: #808080;">"陳宏行"</span>, <span style="color: #808080;">"陳麗娟"</span>, <span style="color: #808080;">"趙智和"</span>, <span style="color: #808080;">"白嘉鳳"</span> <span style="color: #000000;">&#125;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//多維陣列</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span>,<span style="color: #000000;">&#93;</span> arr4 = <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #808080;">"王"</span>, <span style="color: #808080;">"趙"</span>, <span style="color: #808080;">"白"</span> <span style="color: #000000;">&#125;</span>, <span style="color: #000000;">&#123;</span> <span style="color: #808080;">"陳"</span>, <span style="color: #808080;">"蔡"</span>, <span style="color: #808080;">"郭"</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//讀出arr3</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> i = <span style="color: #FF0000;color:#800000;">0</span>; i &lt;<span style="color: #FF0000;color:#800000;">5</span>; i++<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span>arr3<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-style: italic;">//讀出arr4</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> j = <span style="color: #FF0000;color:#800000;">0</span>; j &lt;<span style="color: #FF0000;color:#800000;">2</span>; j++<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> n = <span style="color: #FF0000;color:#800000;">0</span>; n &lt;<span style="color: #FF0000;color:#800000;">3</span>; n++<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span>arr4<span style="color: #000000;">&#91;</span>j, n<span style="color: #000000;">&#93;</span> + <span style="color: #808080;">"<span style="color: #008080; font-weight: bold;">\n</span>"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">ReadLine</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/zC1fnxvW7IA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/165/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/165</feedburner:origLink></item>
		<item>
		<title>C# 簡介</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/7E_cP_8tmEo/164</link>
		<comments>http://m955.com/wp/archives/164#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:34:56 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[程式]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/164</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160; 好吧！我知道我必須踏入這個萬惡的深淵裡，在現今兩大主流 (JAVA、C#) 中尋找最適合我的武器，雖然我很喜歡 VB，但是看在正規的程式設計師眼中，VB 就像是玩具一... ]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160; 好吧！我知道我必須踏入這個萬惡的深淵裡，在現今兩大主流 (JAVA、C#) 中尋找最適合我的武器，雖然我很喜歡 VB，但是看在正規的程式設計師眼中，VB 就像是玩具一般，尤其上課老師談到 VB 時，眼中流露出的不屑，真是令我感到萬般不自在，真想舉手幹橋他一番，VB 不是原罪，在 DOT.NET 時代中，VB 已經蛻化成完整物件導向語言，加上多執行緒、泛型，其實真的沒什麼好詬病的，VB 不再是玩具，不再是小孩玩泥巴，不過也大大提高了學習的曲線。</p>
<p><span id="more-164"></span></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 一開始對 C# 的確是沒什麼好感，不過微軟頃全力資源要拱這個語言出線，與 JAVA 抗衡，令人不得不正視它的存在，沒有什麼視窗軟體是 VB 寫不出來的，以上這句話沒錯，不過在現今 NET 時代來臨，跨平台也成為各大廠逐鹿中原的條件之一，手機、LINUX 市場，數位家電、嵌入式平台，成為最大未開發地帶。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 無疑的，在桌面作業系統方面，微軟是最大贏家，其地位在未來幾十年應該還無法撼動，但在其他領域，可就未必了，微軟有認知到這一點，所以提倡出 C# 的雛形，而後有 Inter 及 HP 加入開發，並於 2000 年 10 月將 C# 交由國際標準規範組織，「歐洲電腦廠商協會（ECMA）」審核成為國際標準的程式語言。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; C# 的出發點在於，提供程式設計師，一個像 VB 容易開發，同時又像 C/C++ 強大的程式語言。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; 在開發軟體上面，C# 不一定要選擇 Visual Studio，其實只要配合微軟的 <a href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx" target="_blank">SDK</a>，用記事本也可以撰寫 C#，同時在市面上也有許多的開發套件可供選擇，<a href="http://www.mono-project.com/" target="_blank">MONO</a> 就是其中之一，MONO 有 LINUX 版本，可以提供在 LINUX 底下的 C# 開發環境。</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; C# 在語法撰寫上，與 C/C++ 類似，可以讓 JAVA、C/C++ 的程式設計師快速上手。</p>
<p><a href=" http://www.microsoft.com/taiwan/vstudio/express/visualcsharp/" target="_blank"><br />
http://www.microsoft.com/taiwan/vstudio/express/visualcsharp/</a></p>
<p>先來個 Hello World 吧！</p>
<div class="igBar"><span id="lcsharp-32"><a href="#" onclick="javascript:showPlainTxt('csharp-32'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-32">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #FF0000;">class</span> Program</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> Main<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> args<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">Write</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"Hello World C#"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">ReadLine</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/7E_cP_8tmEo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/164</feedburner:origLink></item>
		<item>
		<title>為台灣經營之神王永慶默哀</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/zf9X5bQd_LY/162</link>
		<comments>http://m955.com/wp/archives/162#comments</comments>
		<pubDate>Fri, 17 Oct 2008 01:00:07 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/162</guid>
		<description><![CDATA[王永慶從16歲，拿著父親借來的200元，開了第一家米店開始，到現在世界數一數二的石化王國，營業額逼近3兆台幣，這傳奇的白手起家故事，流傳在台灣人民的心中。
在台灣前十大的資產排行... ]]></description>
			<content:encoded><![CDATA[<p>王永慶從16歲，拿著父親借來的200元，開了第一家米店開始，到現在世界數一數二的石化王國，營業額逼近3兆台幣，這傳奇的白手起家故事，流傳在台灣人民的心中。</p>
<p>在台灣前十大的資產排行，台塑榜行第二，僅次於國泰金控，但是是唯一一家傳統產業公司，厲害的是，其餘九家都是金融公司（開銀行的），也是最賺錢的一家公司，貢獻全台灣GDP達3％之多，王永慶稱為台灣經營之神，當之無愧。</p>
<p><img src="http://farm4.static.flickr.com/3232/2948410480_9be87e82e6_o.gif" /> </p>
<p>昨天（2008年10月16日）王永慶病逝於美國，享年93歲，消息傳回台灣，全國舉世震驚，台股一開盤直灌3.5％跌停，一路躺到了收盤，10月份台指也以跌停坐收，未平倉賣單高達10000多口，並創下自2004年以來最低交易量288億。台塑十寶也史無前例的全部跌停致哀，連雪紅阿姨的宏達電及威盛也無一倖免。</p>
<p><a href="http://farm4.static.flickr.com/3199/2947523109_e1034bda62_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3199/2947523109_da4dee8a19_m.jpg" /></a></p>
<p><img src="http://farm4.static.flickr.com/3065/2948377516_20b2bc82a2.jpg" /> </p>
<p>我們一直認為王永慶可以活到100歲，今年廈門長庚開幕，王永慶也親自到場主持開幕儀式，讓我們印象最深刻的事是，前幾年王永慶80幾歲高齡，帶領著台塑員工跑完5000公尺，自問2～30歲的你我，是否能夠跑完全程，真是汗顏。</p>
<p>昨天新聞有去訪問號子的投資人，其中有一個人這樣說：「買台塑的股票，讓我們有安心、幸福的感覺，王永慶走了，讓我們感覺到，就好像走了一個令人尊敬的大家長」。我相信絕對不只他有這樣的感覺。</p>
<p>王永慶的風骨與精神將會長存每一個人的心中，王董事長請一路好走。</p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/zf9X5bQd_LY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/162/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/162</feedburner:origLink></item>
		<item>
		<title>保5000點，保信心，亂世用重典</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/Chg7SRgdLpk/161</link>
		<comments>http://m955.com/wp/archives/161#comments</comments>
		<pubDate>Mon, 13 Oct 2008 03:04:20 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[理財]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/161</guid>
		<description><![CDATA[10月12日（星期天），政院緊急開會，因應上禮拜的道瓊重挫，研擬救股市的策略，經過一整天的開會討論，推出以下方案：

禁止放空到年底 
跌幅縮小到3.5％，5天 
國安基金繼續護盤，延長一... ]]></description>
			<content:encoded><![CDATA[<p>10月12日（星期天），政院緊急開會，因應上禮拜的道瓊重挫，研擬救股市的策略，經過一整天的開會討論，推出以下方案：</p>
<ol>
<li>禁止放空到年底 </li>
<li>跌幅縮小到3.5％，5天 </li>
<li>國安基金繼續護盤，延長一個月 </li>
</ol>
<p><span id="more-161"></span></p>
<p>趨勢是不可逆的，不管有什麼政策都是短期間干擾趨勢的走向，並無法改變大方向的趨勢，科斯托蘭尼的遛狗說：某人牽著一隻狗在散步，狗兒在前面蹦蹦跳跳的，跑的不停，時而前進，時而後退，但是和人都是朝著同一個方向前進。這個故事，人就是經濟，而狗就是股市。</p>
<p>政策的這些方案，嚴重的干擾市場的自由交易，只是會更拖長股市落底的時間，國安基金不計成本護盤，外資拼命倒貨抽資金，試想，如果不護盤的話，外資會套住，錢就被鎖在台灣，籌碼就會安定，落底就不遠了。</p>
<p>我們在慶幸還好沒有買股票時，你有想過嗎？國安基金，這些不都是我們稅金嗎？就算你沒有買股票，就技術面來說，我們都輸了，台灣變窮了。</p>
<p>跌幅縮小到3.5％，就不會跌了嗎，很多股票今天一開盤就直接灌跌停，因為只有3.5％，看到亮綠燈，籌碼出不掉會更慌，明天繼續掛，這種政策只會更加延長跌勢罷了。</p>
<p>來看新聞吧：<a href="http://www.nownews.com/2008/05/20/301-2277669.htm" target="_blank">行政院新首長交接，劉兆玄突跌倒</a></p>
<p><img src="http://farm4.static.flickr.com/3021/2937060168_cb7b790a14_o.png" /> </p>
<p><font color="#ff0000" size="5"><strong>你跌倒了，我們都趴了。</strong></font></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/Chg7SRgdLpk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/161</feedburner:origLink></item>
		<item>
		<title>[教學] Photoshop VISTA風格按鈕</title>
		<link>http://feedproxy.google.com/~r/bluemysky/~3/FE-aR5EZnx0/160</link>
		<comments>http://m955.com/wp/archives/160#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:02:12 +0000</pubDate>
		<dc:creator>blue955</dc:creator>
				<category><![CDATA[繪圖]]></category>

		<guid isPermaLink="false">http://m955.com/wp/archives/160</guid>
		<description><![CDATA[ 

1.拉一個圓角矩形，半徑5PX
 
2.對圖層進行漸變，設定如下
 
 
 
 
 
3.完成後如下
 
4.新增一個新圖層，按Ctrl鍵選取圖層一的範圍
 
5.按漸層工具，設定從白色到透明，拉出漸層，就完成了！
 
6... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3041/2928820036_289715efec_o.png" /> </p>
<p><span id="more-160"></span></p>
<p>1.拉一個圓角矩形，半徑5PX</p>
<p><img src="http://farm4.static.flickr.com/3243/2927958681_9ab9101380_o.png" /> </p>
<p>2.對圖層進行漸變，設定如下</p>
<p><a href="http://farm4.static.flickr.com/3290/2927958783_a9c03b6bc8_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3290/2927958783_8ec5644d9d.jpg" /></a> </p>
<p><a href="http://farm4.static.flickr.com/3008/2928819236_b4c364d64a_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3008/2928819236_90eb223c1e.jpg" /></a> </p>
<p><a href="http://farm4.static.flickr.com/3011/2927959235_1f0353bc3a_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3011/2927959235_677cd1079f.jpg" /></a> </p>
<p><a href="http://farm4.static.flickr.com/3249/2927959369_9f83532f5a_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3249/2927959369_1c684734a2.jpg" /></a> </p>
<p><a href="http://farm4.static.flickr.com/3247/2927959471_a0e6d24a3d_o.png" target="_blank" rel="lightbox"><img src="http://farm4.static.flickr.com/3247/2927959471_e01d285bfd.jpg" /></a> </p>
<p>3.完成後如下</p>
<p><img src="http://farm4.static.flickr.com/3218/2928819642_99d2bb33ed_o.png" /> </p>
<p>4.新增一個新圖層，按Ctrl鍵選取圖層一的範圍</p>
<p><img src="http://farm4.static.flickr.com/3216/2928819748_8d8b63b8be_o.png" /> </p>
<p>5.按漸層工具，設定從白色到透明，拉出漸層，就完成了！</p>
<p><img src="http://farm4.static.flickr.com/3013/2927959787_90f3334bb6_o.png" /> </p>
<p>6.插入文字</p>
<p><img src="http://farm4.static.flickr.com/3041/2928820036_289715efec_o.png" /></p>
<img src="http://feeds.feedburner.com/~r/bluemysky/~4/FE-aR5EZnx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://m955.com/wp/archives/160/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://m955.com/wp/archives/160</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
