<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <id>http://deh3215.pixnet.net/blog</id>
  <title><![CDATA[deh3215:: 痞客邦 PIXNET ::]]></title>
  <author>
    <name>deh3215</name>
    <email>deh3215@not-valid.com</email>
  </author>
  <updated>2009-06-23T14:41:31+08:00</updated>
  <published>2009-06-23T14:41:31+08:00</published>
  <link rel="self" href="http://deh3215.pixnet.net/blog" hreflang="zh"/>
  <subtitle><![CDATA[]]></subtitle>
  <rights>Copyright 2003-2009 deh3215,Pixnet Digital Media Coporation. All rights reserved.</rights>
  <generator>PIXNET Media Digital Coporation</generator>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/24443325</id>
    <title><![CDATA[將.mbox檔轉成eml檔]]></title>
    <updated>2009-06-23T14:41:31+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/24443325"/>
    <summary><![CDATA[IMAPSize 可以將.mbox==&gt;eml格式
M$的outlook/express 的格式為eml,雷鳥或一般FREEBSD,UNIX的信件檔為.mbox
&nbsp;
IMAPSize下載處：http://www.broobles.com/imapsize/download.php]]></summary>
    <content type="html"><![CDATA[<p>IMAPSize 可以將.mbox==&gt;eml格式</p>
<p>M$的outlook/express 的格式為eml,雷鳥或一般FREEBSD,UNIX的信件檔為.mbox</p>
<p>&nbsp;</p>
<p>IMAPSize下載處：http://www.broobles.com/imapsize/download.php</p>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/24443325">(Read More...)</a></div>]]></content>
    <category term="軟體程式"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/24443325#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/23437000</id>
    <title><![CDATA[手動安裝,編譯perl module]]></title>
    <updated>2009-03-18T13:09:38+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/23437000"/>
    <summary><![CDATA[perl安裝模組通常使用CPAN線上安裝或是PPM:
1. CPAN線上安裝:&nbsp; 開啟命令提示字元:輸入cpan,接著打install '模組名稱'2.&nbsp;PPM:同上在命令提示字元打:PPM,接著會開啟PPM Console,找你要的模組名稱(這部分部落格有提到,不另外再提)3.這方法就是手動編譯,安裝,像在Linux上手動編譯安裝Perl模組一樣,首先:先下載nmake 1.5.exe,解壓縮(連點兩下或用Winrar解壓&nbsp;&nbsp;縮),產生3個檔案,將NMAKE.EXE和NMAKE.ERR複製後放到C:/Perl/bin裡,接著到CPAN下載你要的模組並解壓縮:例如Net::Whois,&nbsp; 接著開啟命令提示字元打指令進入Net::Whois資料夾,例如:C:/desktop/Net::Whois-1.09/,接著輸入以下指令:
&nbsp;&nbsp; (1).perl Makefile.PL
&nbsp;&nbsp;&nbsp;(2).nmake
&nbsp;&nbsp; (3).nmake test
&nbsp;&nbsp; (4).nmake install
&nbsp;通常會用到第3種方法,都是前2種方法都無法安裝成功,只好自己手動編譯安裝,上述方法適用OS:XP-32,Vista-32,XP-64&nbsp;Vista-64沒試過,不確定能否用nmake,要自己踹踹看.覺得以上方法OK,歡迎轉貼~~~希望有同樣問題的人都能順利安裝Perl模組...]]></summary>
    <content type="html"><![CDATA[<p><span style="font-size: 12pt;">perl安裝模組通常使用CPAN線上安裝或是PPM:</span></p>
<p><span style="font-size: 12pt;">1. CPAN線上安裝:&nbsp; 開啟命令提示字元:輸入cpan,接著打install '模組名稱'<br /></span><span style="font-size: 12pt;">2.&nbsp;PPM:同上在命令提示字元打:PPM,接著會開啟PPM Console,找你要的模組名稱(這部分部落格有提到,不另外再提)<br /></span><span style="font-size: 12pt;">3.這方法就是手動編譯,安裝,像在Linux上手動編譯安裝Perl模組一樣,首先:先下載nmake 1.5.exe,解壓縮(連點兩下或用Winrar解壓<br /><br />&nbsp;&nbsp;縮),產生3個檔案,</span><span style="font-size: 12pt;">將NMAKE.EXE和NMAKE.ERR複製後放到C:/Perl/bin裡,接著到CPAN下載你要的模組並解壓縮:例如Net::Whois,</span><span style="font-size: 12pt;"><br /><br />&nbsp; 接著開啟命令提示字元打指令進入Net::Whois資料夾,例如:C:/desktop/Net::Whois-1.09/,接著輸入以下指令:</span></p>
<p><span style="font-size: 12pt;">&nbsp;&nbsp; (1).<span style="color: #ff0000;">perl Makefile.PL</span></span></p>
<p><span style="font-size: 12pt;">&nbsp;&nbsp;&nbsp;(2).<span style="color: #ff0000;"><span style="color: #0000ff;"><strong>n</strong></span>make</span></span></p>
<p><span style="font-size: 12pt;">&nbsp;&nbsp; (3).<span style="color: #ff0000;"><span style="color: #0000ff;"><strong>n</strong></span>make test</span></span></p>
<p><span style="font-size: 12pt;">&nbsp;&nbsp; (4).<span style="color: #ff0000;"><span style="color: #0000ff;"><strong>n</strong></span>make install</span></span></p>
<p><span style="font-size: 12pt;"><span style="color: #ff0000;">&nbsp;<span style="color: #0000ff;">通常會用到第3種方法,都是前2種方法都無法安裝成功,只好自己手動編譯安裝,上述方法適用OS:XP-32,Vista-32,XP-64<br /><br />&nbsp;Vista-64沒試過,</span></span></span><span style="font-size: 12pt;"><span style="color: #ff0000;"><span style="color: #0000ff;">不確定能否用nmake,要自己踹踹看.覺得以上方法OK,歡迎轉貼~~~希望有同樣問題的人都能順利安裝Perl模組...</span></span></span></p>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/23437000">(Read More...)</a></div>]]></content>
    <category term="軟體程式"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/23437000#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/23144450</id>
    <title><![CDATA[從一堆文字中找出所有URL連結 by perl]]></title>
    <updated>2009-02-12T12:52:40+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/23144450"/>
    <summary><![CDATA[my $str3="Dear Key Bank customer. Please read this message and follow it's instructionsConfirm Your Identity:We are performing maintenance, which may interfere with access to your Online Services. Due to these technical updates your online account has been flagged and we must confirm that you are the rightful owner of the account. To Confirm Your Identity click the link below, Please make sure you do this in a timely fashion as we look forward of bringing you updates regularlyTo get started, please click the link below:http://accounts.keybank.com/ConfirmHelp?start=yesImportant information from Key Bank.This e-mail contains information directly related to your account with us, other services to which you have subscribed, and/or any application you may have submitted. Key Bank and its service providers are committed to protecting your privacy and ask you not to send sensitive account information through e-mail. Key Values Diversity .http://erasingines.nm.ru/singin.e-Bay.com.html KeyBank is an Equal Housing Lender .By accessing and using this website, you agree to the terms and conditions and important legal notices below. User Agreement , Linking Disclaimer , Arbitration Provision , Security , and Privacy Policy Copyright ?1998-2005, KeyCorp. All rights reserved. http://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru ";if (@num = $str3 =~ m{(https?://\S+)}ig) {&nbsp; #----URL連結末端必須是空白for(my $i=0; $i&lt;=$#num; $i++) {print $num[$i],"\n";
&nbsp;}}
印出:
http://accounts.keybank.com/ConfirmHelp?start=yeshttp://erasingines.nm.ru/singin.e-Bay.com.htmlhttp://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru
正規表示式是個很強大的比對工具，不過要發揮它的威力，得很熟才行！]]></summary>
    <content type="html"><![CDATA[<p><span style="font-size: 12pt;">my $str3="<br />Dear Key Bank customer. Please read this message and follow it's instructions<br />Confirm Your Identity:<br />We are performing maintenance, which may interfere with access to your Online Services. Due to these technical updates your online account has been flagged and we must confirm that you are the rightful owner of the account. To Confirm Your Identity click the link below, Please make sure you do this in a timely fashion as we look forward of bringing you updates regularly<br />To get started, please click the link below:<br /></span><a href="http://accounts.keybank.com/ConfirmHelp?start=yes"><span style="font-size: 12pt;">http://accounts.keybank.com/ConfirmHelp?start=yes</span></a><br /><span style="font-size: 12pt;">Important information from Key Bank.This e-mail contains information directly related to your account with us, other services to which you have subscribed, and/or any application you may have submitted. <br />Key Bank and its service providers are committed to protecting your privacy and ask you not to send sensitive account information through e-mail. <br />Key Values Diversity .http://erasingines.nm.ru/singin.e-Bay.com.html KeyBank is an Equal Housing Lender .By accessing and using this website, you agree to the terms and conditions and important legal notices below. <br />User Agreement , Linking Disclaimer , Arbitration Provision , Security , and Privacy Policy <br />Copyright ?1998-2005, KeyCorp. All rights reserved. </span><a href="http://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru"><span style="font-size: 12pt;">http://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru</span></a><span style="font-size: 12pt;"> <br />";<br />if (@num = $str3 =~ m{(https?://\S+)}ig) {&nbsp; #----URL連結末端必須是空白<br />for(my $i=0; $i&lt;=$#num; $i++) {<br />print $num[$i],"\n";</span></p>
<p><span style="font-size: 12pt;">&nbsp;}<br />}</span></p>
<p><span style="font-size: 12pt;">印出:</span></p>
<p><a href="http://accounts.keybank.com/ConfirmHelp?start=yes"><span style="font-size: 12pt;">http://accounts.keybank.com/ConfirmHelp?start=yes</span></a><br /><a href="http://erasingines.nm.ru/singin.e-Bay.com.html"><span style="font-size: 12pt;">http://erasingines.nm.ru/singin.e-Bay.com.html</span></a><br /><a href="http://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru"><span style="font-size: 12pt;">http://adwords.google.com.session-19391027597041593339.17489801771251761326.com69.ru</span></a></p>
<p><span style="font-size: 12pt;">正規表示式是個很強大的比對工具，不過要發揮它的威力，得很熟才行！</span></p>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/23144450">(Read More...)</a></div>]]></content>
    <category term="軟體程式"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/23144450#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22978907</id>
    <title><![CDATA[安裝openwebmail，密碼帳號登入，auth_unix.pl太舊遇到的問題！]]></title>
    <updated>2009-01-21T12:01:34+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22978907"/>
    <summary><![CDATA[Software error:Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/lib/cgi-bin/openwebmail) at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.BEGIN failed--compilation aborted at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.Software error:[Wed Jul 23 22:20:25 2008] openwebmail.pl: Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/lib/cgi-bin/openwebmail) at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.[Wed Jul 23 22:20:25 2008] openwebmail.pl: BEGIN failed--compilation aborted at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.Compilation failed in require at /usr/lib/cgi-bin/openwebmail/modules/tool.pl line 90.For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.

如果openwebmail設定檔都設定完畢，用linux localhost的user登入出現以上文字表示出現下列問題：
B2D 版本已經是很舊的版本(2006/10/20 日以前的版本，但不包括 1020 版)，因為當時尚未改成支援 blowfish，因此您必須下載以下這支 auth_unix.pl，然後把它拷貝放入 /usr/lib/cgi-bin/openwebmail/auth，覆蓋掉 auth_unix.pl，否則將無法正常登入openwebmailftp://ftp3.tnc.edu.tw/b2d/openwebmail/auth_unix.pl順便附上linux 複製指令：cp -f&nbsp;來源檔案路徑 目地檔案路徑　　　以我的ubuntu 8.04來說cp -f /home/你的帳號/桌面/auth_unix.pl /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl參數f："拷貝時若相同檔名的檔案直接複蓋不提出警告"
接著用localhost(Linux的user)的密碼帳號登入，openwebmail就可以正常運作了！聲明：以上文字均參考http://ipb.tw/forum/lofiversion/index.php?t12715.html，非個人自行解決，這篇文章只是個人安裝mailserver遇到的一點小問題記錄下來罷了，很討厭網路上那些copy別人文章到自己部落格，又不聲明是他人的文章！往往在google搜尋到就是那幾個版本！
&nbsp;
]]></summary>
    <content type="html"><![CDATA[<p><span style="font-size: 12pt;"><span style="color: #ff0000;">Software error:<br /><br />Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/lib/cgi-bin/openwebmail) at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.<br />BEGIN failed--compilation aborted at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.<br /><br />For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.<br />Software error:<br /><br />[Wed Jul 23 22:20:25 2008] openwebmail.pl: Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/lib/cgi-bin/openwebmail) at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.<br />[Wed Jul 23 22:20:25 2008] openwebmail.pl: BEGIN failed--compilation aborted at /usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl line 15.<br />Compilation failed in require at /usr/lib/cgi-bin/openwebmail/modules/tool.pl line 90.<br /><br />For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.</span></span></p>
<!--QuoteEnd--><!--QuoteEEnd-->
<p><span style="font-size: 12pt;">如果openwebmail設定檔都設定完畢，用linux localhost的user登入出現以上文字表示出現下列問題：<br /></span></p>
<p><span style="font-size: 12pt;">B2D 版本已經是很舊的版本(2006/10/20 日以前的版本，但不包括 1020 版)，因為當時尚未改成支援 blowfish，因此您必須下載<br />以下這支 auth_unix.pl，然後把它拷貝放入 /usr/lib/cgi-bin/openwebmail/auth，覆蓋掉 auth_unix.pl，否則將無法正常登入openwebmail<br /></span><br /><a href="ftp://ftp3.tnc.edu.tw/b2d/openwebmail/auth_unix.pl"><span style="font-size: 12pt;"><span style="color: #0000ff;">ftp://ftp3.tnc.edu.tw/b2d/openwebmail/auth_unix.pl</span></span></a><br /><span style="font-size: 12pt;"><br />順便附上linux 複製指令：<br /><br />cp -f&nbsp;<span style="color: #ff0000;">來源檔案路徑</span> <span style="color: #0000ff;">目地檔案路徑<br /></span><br />　　　以我的ubuntu 8.04來說<br /><br />cp -f /<span style="color: #ff0000;">home/你的帳號/桌面/auth_unix.pl </span><span style="color: #0000ff;">/usr/lib/cgi-bin/openwebmail/auth/auth_unix.pl</span></span><span style="font-size: 12pt;"><br /><br />參數f："拷貝時若相同檔名的檔案直接複蓋不提出警告"</span></p>
<p><span style="font-size: 12pt;">接著用localhost(Linux的user)的密碼帳號登入，openwebmail就可以正常運作了！<br /><br /><br />聲明：以上文字均參考<a href="http://ipb.tw/forum/lofiversion/index.php?t12715.html">http://ipb.tw/forum/lofiversion/index.php?t12715.html</a>，非個人自行解決，這篇文章只是個人安裝mailserver遇到的一點小問題記錄下來罷了，很討厭網路上那些copy別人文章到自己部落格，又不聲明是他人的文章！往往在google搜尋到就是那幾個版本！</span></p>
<p>&nbsp;</p>
<!--QuoteEnd-->  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22978907">(Read More...)</a></div>]]></content>
    <category term="軟體程式"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22978907#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22861617</id>
    <title><![CDATA[SteelHeart - She's gone]]></title>
    <updated>2009-01-07T17:51:22+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22861617"/>
    <summary><![CDATA[偶然在youtube找林志炫歌來聽聽，志炫在演唱會嘗試金屬搖滾風格的歌曲，就找到這首，同時也有含狗人唱的版本，不過得說實話，音比志炫還高，但美不美聲就看人了吧！SteelHeart的高音有多誇張？！，說是搖滾界的Vitas不為過！連我最喜歡的EUROPE主唱JoeTempest和Bon Jovi的Jon Bon Jovi都被比下去了，國內林志炫和楊培安算高音了吧，聽的出來，志炫唱起來還是有些吃力，也許張雨生來唱可能會順些吧弄了個youtube的連結，各位拉開耳朵好好欣賞！&nbsp;Steel Heart - She's GoneSteel Heart - She's Gone unplugged 版本 邊唱邊吃口香糖

&nbsp;韓國人的版本:Kim Sang Min "She's Gone live" 發音好像不太準 不過音比林志炫高這倒是無庸置疑
林志炫 現場演唱 SteelHeart - She's gone

]]></summary>
    <content type="html"><![CDATA[<p><span><span style="font-size: 12pt;">偶然在youtube找林志炫歌來聽聽，志炫在演唱會嘗試金屬搖滾風格的歌曲，就找到這首，同時也有含狗人唱的版本，不過得說實話，音比志炫還高，但美</span></span><span><span style="font-size: 12pt;">不美聲就看人了吧！SteelHeart的高音有多誇張？！，說是搖滾界的Vitas不為過！連我最喜歡的EUROPE主唱JoeTempest和Bon Jovi的Jon Bon Jovi都被比下去了，國內林志炫和楊培安算高音了吧，聽的出來，志炫唱起來還是有些吃力，也許張雨生來唱可能會順些吧</span></span></p><p><span><span style="font-size: 12pt;">弄了個youtube的連結，各位拉開耳朵好好欣賞！</span></span></p><p><span style="font-size: 14pt;"><span style="font-size: 18pt;"><strong><span><span><span><span style="font-family: arial black,avant garde;">&nbsp;Steel Heart - She's Gone</span></span></span></span></strong></span></span></p><p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/FxnGaURm3B8&amp;hl=zh_TW&amp;fs=1" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/FxnGaURm3B8&amp;hl=zh_TW&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p><strong><span style="font-size: large; font-family: Arial Black;">Steel Heart - She's Gone unplugged 版本 邊唱邊吃口香糖<br />
<embed src="http://www.youtube.com/v/tR-5ZStR8r4&hl=zh_TW&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed><br />
</span></strong></p><p><strong></strong></p><p>&nbsp;韓國人的版本:</p><h1><span style="font-family: arial black,avant garde;"><span style="font-size: 18pt;">Kim Sang Min "She's Gone live"</span> </span></h1><p>發音好像不太準 不過音比林志炫高這倒是無庸置疑<br />
<object width="425" height="344"><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.youtube.com/v/_lOPFyFgRRo&amp;hl=zh_TW&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/_lOPFyFgRRo&amp;hl=zh_TW&amp;fs=1" allowfullscreen="true"></embed></object></p><h1><span style="font-family: arial black,avant garde;"><span><span style="font-size: 18pt;">林志炫 現場演唱 SteelHeart - She's gone</span></span><br />
</span><object width="425" height="344"><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.youtube.com/v/FMm2CZ-2kzk&amp;hl=zh_TW&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/FMm2CZ-2kzk&amp;hl=zh_TW&amp;fs=1" allowfullscreen="true"></embed></object></h1><h1><br />
</h1>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22861617">(Read More...)</a></div>]]></content>
    <category term="黑金屬"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22861617#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22722892</id>
    <title><![CDATA[Word，Character，Vocabulary的差別在哪？]]></title>
    <updated>2008-12-25T10:21:27+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22722892"/>
    <summary><![CDATA[Word，Character，Vocabulary的差別在哪？Word不就是M$的文書處理軟體( ￣ c￣)y▂&xi;，ㄜ，這裡指的是以語言的觀點來看
Character："字母"或"字元"&nbsp;&nbsp; EX： a，b，z，x都叫Character
Word：由Character組成有意義的"單字" &nbsp;EX：dog，cat
Vocabulary：由Word所組成的集合，Ex：以前唸書時期都有一本英文單字或片語，就可稱之為Vocabulary
為了防止忘記Character和Word的差異，貼在網誌要查也比較好查^^]]></summary>
    <content type="html"><![CDATA[<p>Word，Character，Vocabulary的差別在哪？Word不就是M$的文書處理軟體<span style="font-size: small;">( ￣ c￣)y▂&xi;，ㄜ，這裡指的是以語言的觀點來看</span></p>
<p><span style="font-size: small;">Character："字母"或"字元"&nbsp;&nbsp; EX： a，b，z，x都叫Character</span></p>
<p><span style="font-size: small;">Word：由Character組成有意義的"單字" &nbsp;EX：dog，cat</span></p>
<p><span style="font-size: small;">Vocabulary：由Word所組成的集合，Ex：以前唸書時期都有一本英文單字或片語，就可稱之為Vocabulary</span></p>
<p><span style="font-size: small;">為了防止忘記Character和Word的差異，貼在網誌要查也比較好查^^</span></p>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22722892">(Read More...)</a></div>]]></content>
    <category term="雜類"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22722892#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22697499</id>
    <title><![CDATA[Recall and Precision]]></title>
    <updated>2008-12-22T08:54:24+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22697499"/>
    <summary><![CDATA[簡單的說,
Recall= NO. of (positve==&gt;positive) / NO. of positive examples&nbsp;&nbsp; 
白話點就是&nbsp; 正--&gt;正 / 正&nbsp;&nbsp; 很簡單易暸吧
Precision= NO. of (positve==&gt;positive) /NO. of positive predicitions 
白話點就是&nbsp; 正--&gt;正 / (正--&gt;正) + (負--&gt;負)
以Spam,Phish mail來說，負={Spam,Phish}，正={正常電子信件}]]></summary>
    <content type="html"><![CDATA[<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">簡單的說,</span></span></span></p>
<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">Recall= NO. of (positve==&gt;positive) / NO. of positive examples&nbsp;&nbsp; </span></span></span></p>
<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">白話點就是&nbsp; 正--&gt;正 / 正&nbsp;&nbsp; 很簡單易暸吧</span></span></span></p>
<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">Precision= NO. of (positve==&gt;positive) /NO. of positive predicitions </span></span></span></p>
<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">白話點就是&nbsp; 正--&gt;正 / (正--&gt;正) + (負--&gt;負)</span></span></span></p>
<p><span><span style="font-size: 12pt;"><span style="text-decoration: line-through;">以Spam,Phish mail來說，負={Spam,Phish}，正={正常電子信件}</span></span></span></p>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22697499">(Read More...)</a></div>]]></content>
    <category term="名詞解釋"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22697499#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22497374</id>
    <title><![CDATA[１１／２８健身房練胸肌]]></title>
    <updated>2008-11-30T00:15:28+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22497374"/>
    <summary><![CDATA[中山大學的健身房(體適能中心)，經過更新設備和地點後，煥然一新，所以重拾荒廢數年之久的健身活動，在按照自己排的課表練數星期之後，發現胸肌再怎麼練都不會痛，而且覺得胸肌不夠大，學弟和健身房朋友說＂要多作臥推，這樣可以讓胸肌充血，飛鳥做1，2組就好＂，於是週五就開始狠狠的操胸肌，握推椅從平版到斜板，共三種角度，每種角度作5組，一組10下，共作了150下臥推，加上健身房免費時段打烊前的2組10下，共作了170下臥推，做到原本平板飛鳥可拿20P，只能拿15P的重量(胸肌沒力了)，早上起床，果然胸肌隱隱作痛，很好！這就是我要的效果，希望胸肌早日增厚，之前臥推和飛鳥的比例約5.5：4.5，現在改成8：2，果然效果蠻明顯的.不過目前臥推的重量才3X KG(史密斯機)，學弟不到50KG，Free Weight都可以到50KG以上嚕，鍛鍊是痛苦的，繼續努力！！！！！]]></summary>
    <content type="html"><![CDATA[<P>中山大學的健身房(體適能中心)，經過更新設備和地點後，煥然一新<IMG alt="" src="http://s.pixfs.net/f.pixnet.net/images/emotions/004.gif" border=0>，所以重拾荒廢數年之久的健身活動，在按照自己排的課表練數星期之後，發現胸肌再怎麼練都不會痛<IMG alt="" src="http://s.pixfs.net/f.pixnet.net/images/emotions/015.gif" border=0>，而且覺得胸肌不夠大，學弟和健身房朋友說＂要多作臥推，這樣可以讓胸肌充血，飛鳥做1，2組就好＂，於是週五就開始狠狠的操胸肌，握推椅從平版到斜板，共三種角度，每種角度作5組，一組10下，共作了150下臥推，加上健身房免費時段打烊前的2組10下，共作了170下臥推<IMG alt="" src="http://s.pixfs.net/f.pixnet.net/images/emotions/b06.gif" border=0>，做到原本平板飛鳥可拿20P，只能拿15P的重量(胸肌沒力了<IMG alt="" src="http://s.pixfs.net/f.pixnet.net/images/emotions/015.gif" border=0>)，早上起床，果然胸肌隱隱作痛，很好！這就是我要的效果，希望胸肌早日增厚，之前臥推和飛鳥的比例約5.5：4.5，現在改成8：2，果然效果蠻明顯的.不過目前臥推的重量才3X KG(史密斯機)，學弟不到50KG，Free Weight都可以到50KG以上嚕，鍛鍊是痛苦的，繼續努力！！！！！</P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22497374">(Read More...)</a></div>]]></content>
    <category term="健身"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22497374#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22492163</id>
    <title><![CDATA[Windows XP上使用ActivePerl使用PPM安裝DB_File，DBD-Mysql，DBI]]></title>
    <updated>2008-11-29T09:17:39+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22492163"/>
    <summary><![CDATA[為何要介紹這個？在網路很少有關於ActivePerl安裝DB_File，DBD-Mysql，DBI的教學，因此特地弄了這個簡單教學
&nbsp;
1.首先　　　開始-&gt;所有程式-&gt;附屬應用程式-&gt;命令提示字元 打上PPM 後會出現PPM GUI Console 

2.滑鼠移到如下圖：View all packages

3.在搜尋欄位打上要安裝的pakage&nbsp; 例如:打上DBD-Mysql 出現要安裝的package

4.將滑鼠移到DBD-mysqlPP上按右鍵選安裝DBD-mysqlPP 0.04，並將滑鼠移到＂Run marked actions＂上按一下，然後會跳出對話框，問你是否確認安裝

5.按下綠色箭頭,對話框按確定，開始安裝package！其他的pakage安裝依此類推，為何要做這個教學呢？因為我為了DBD-Nysql這東西，搞了很久，最後還是去看ActviePerl的Doumentation才知道怎麼安裝，以前的PPM還是文字界面，現在有PPM GUI了,網路上找到的都是舊版文字介面安裝教學 ＂囧＂，希望這個簡單教學，能解決有同樣困擾的人
]]></summary>
    <content type="html"><![CDATA[<P>為何要介紹這個？在網路很少有關於ActivePerl安裝DB_File，DBD-Mysql，DBI的教學，因此特地弄了這個簡單教學</P>
<P>&nbsp;</P>
<P>1.首先　　　開始-&gt;所有程式-&gt;附屬應用程式-&gt;命令提示字元 打上PPM 後會出現PPM GUI Console </P>
<P><IMG height=680 alt="" src="http://farm4.static.flickr.com/3240/3067207552_4b1950670d_o.jpg" width=733></P>
<P>2.滑鼠移到如下圖：View all packages</P>
<P><IMG height=581 alt="" src="http://farm4.static.flickr.com/3295/3067207548_dc72251ae3_o.jpg" width=577></P>
<P>3.在搜尋欄位打上要安裝的pakage&nbsp; 例如:打上DBD-Mysql 出現要安裝的package</P>
<P><IMG height=578 alt="" src="http://farm4.static.flickr.com/3203/3067230536_4453882c1c_o.jpg" width=561></P>
<P>4.將滑鼠移到DBD-mysqlPP上按右鍵選安裝DBD-mysqlPP 0.04，並將滑鼠移到＂Run marked actions＂上按一下，然後會跳出對話框，問你是否確認安裝</P>
<P><IMG height=580 alt="" src="http://farm4.static.flickr.com/3041/3067244058_20cf7bf725_o.jpg" width=599></P>
<P>5.按下綠色箭頭,對話框按確定，開始安裝package！其他的pakage安裝依此類推，為何要做這個教學呢？因為我為了DBD-Nysql這東西，搞了很久，最後還是去看ActviePerl的Doumentation才知道怎麼安裝，以前的PPM還是文字界面，現在有PPM GUI了,網路上找到的都是舊版文字介面安裝教學 ＂囧＂，希望這個簡單教學，能解決有同樣困擾的人</P>
<P><IMG height=580 alt="" src="http://farm4.static.flickr.com/3169/3067252864_50955a9232_o.jpg" width=560></P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22492163">(Read More...)</a></div>]]></content>
    <category term="軟體程式"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22492163#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22333701</id>
    <title><![CDATA[[轉貼]  希望有愛心人士可幫忙領養狗狗]]></title>
    <updated>2008-11-11T08:57:24+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22333701"/>
    <summary><![CDATA[
米格魯30多隻等著認養
免費認養 ~ 不認養也請幫忙轉寄，謝謝！舉手之勞，你可拯救一條寶貴的生命！～請大家幫忙轉寄~~ 板橋收容所爆滿了!～將近一半是純種的名種犬。牠們其中有許多已經待了一段時日，無人認養，『期限』將至 (安樂死)板橋收容所免費認養 - 純種米格魯(公母皆有)：超過30隻拉不拉多(公母皆有)：約20隻　(可魯)哈士奇(公母皆有)；約10隻
古代牧羊犬(公)：1隻
牛頭梗(公)：1隻　(家有賤狗裡頭那隻)
西施、臘腸狗、以及其他品種......
&nbsp;很多都是剛被主人放生出來的，就被抓到收容所，&nbsp;健康狀況良好，打過預防針，沒有皮膚病，跟你在寵物店看到的狗一樣漂亮，沒有差別&nbsp;想領養的朋友，不用花錢去寵物店買，趕緊去看看吧！&nbsp;想領養的朋友請直接前往 - 板橋市流浪動物收容所&nbsp;開放時間：&nbsp;週一~五：8：00~12：00、13：00~17：00&nbsp;　 週六：8：00~12：00&nbsp;電話：(02)8966-2158&nbsp;地址：板橋市華東路1-9號（四川路二段130巷底）&nbsp;交通：&nbsp;捷運土城線亞東醫院站(南雅站)出口一，往華東路步行約5~10分鐘。&nbsp;板南線新埔捷運站出口一，&nbsp;轉搭乘公車99 、藍16；812【亞東工專&rarr;南雅站】 245 副線、265紅線&nbsp;台北縣政府動物疾病防治所：板橋市四川路一段157巷2號（02）2959-6353P.S.&nbsp;國內收容所尚無「無痛」安樂死，因訓練及人員的經費短缺，&nbsp;麻痺劑95%打在肺部而非身軀更內層、不易著針的心臟，&nbsp;所以動物不是因心臟麻痺而快速死去，而是肺無法運作慢慢窒息而死，&nbsp;所謂的 「安樂死」非常緩慢痛苦，而且動物是集合一室，&nbsp;一一挨針，前面的哀嚎、死成一堆，後者一目瞭然！還沒打到針的，&nbsp;都抖到身體站不直，每隻眼睛都是淚水。&nbsp;動物社會研究會，跟關懷生命協會有去調查，&nbsp;他們的網站有我說的「安樂死」影片可看。所以會希望大家多以領&nbsp;養代替購買，救一條生命勝過七及浮屠，好心會有福報的
&nbsp;]]></summary>
    <content type="html"><![CDATA[<P><A title="Flickr 上 Hugo Cat 的 浪狗大頭-10" href="http://www.flickr.com/photos/heeroc/1475235535/"><IMG style="WIDTH: 400px; HEIGHT: 300px" height=375 alt=浪狗大頭-10 src="http://farm2.static.flickr.com/1414/1475235535_b9226ff98b.jpg" width=500></A></P>
<P><SPAN style="BACKGROUND-COLOR: #ffff00"><SPAN style="COLOR: #808080"><SPAN style="BACKGROUND-COLOR: #ffff00"><SPAN style="FONT-SIZE: 12pt">米格魯30多隻等著認養</SPAN></SPAN></SPAN></SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt"><SPAN style="COLOR: #808080"><SPAN style="BACKGROUND-COLOR: #ffff00">免費認養 ~ 不認養也請幫忙轉寄，謝謝！<BR><BR>舉手之勞，你可拯救一條寶貴的生命！<BR><BR>～請大家幫忙轉寄~~ 板橋收容所爆滿了!～</SPAN></SPAN><BR><BR>將近一半是純種的名種犬。<BR>牠們其中有許多已經待了一段時日，無人認養，『<SPAN style="COLOR: #ff0000">期限</SPAN>』將至 (安樂死)<BR><BR><BR><STRONG><SPAN style="COLOR: #000080">板橋收容所</SPAN></STRONG><BR><BR>免費認養 - 純種<BR><BR>米格魯(公母皆有)：超過30隻<BR>拉不拉多(公母皆有)：約20隻　(可魯)<BR>哈士奇(公母皆有)；約10隻</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">古代牧羊犬(公)：1隻</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">牛頭梗(公)：1隻　(家有賤狗裡頭那隻)</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">西施、臘腸狗、以及其他品種......</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">&nbsp;很多都是剛被主人放生出來的，就被抓到收容所，<BR>&nbsp;健康狀況良好，打過預防針，沒有皮膚病，跟你在寵物店看到的狗一樣漂亮，沒有差別<BR>&nbsp;想領養的朋友，不用花錢去寵物店買，趕緊去看看吧！<BR>&nbsp;想領養的朋友請直接前往 - 板橋市流浪動物收容所<BR>&nbsp;</SPAN><SPAN style="FONT-SIZE: 12pt"><SPAN style="COLOR: #000080">開放時間：<BR>&nbsp;週一~五：8：00~12：00、13：00~17：00<BR>&nbsp;　 週六：8：00~12：00<BR>&nbsp;電話：(02)8966-2158<BR>&nbsp;地址：板橋市華東路1-9號（四川路二段130巷底）<BR>&nbsp;交通：<BR>&nbsp;捷運土城線亞東醫院站(南雅站)出口一，往華東路步行約5~10分鐘。<BR>&nbsp;板南線新埔捷運站出口一，<BR>&nbsp;轉搭乘公車99 、藍16；812【亞東工專&rarr;南雅站】 245 副線、265紅線<BR>&nbsp;台北縣政府動物疾病防治所：板橋市四川路一段157巷2號（02）2959-6353</SPAN><BR>P.S.<BR>&nbsp;國內收容所尚無「無痛」安樂死，因訓練及人員的經費短缺，<BR>&nbsp;麻痺劑95%打在肺部而非身軀更內層、不易著針的心臟，<BR>&nbsp;所以動物不是因心臟麻痺而快速死去，而是肺無法運作慢慢窒息而死，<BR>&nbsp;所謂的 「安樂死」非常緩慢痛苦，而且動物是集合一室，<BR>&nbsp;一一挨針，前面的哀嚎、死成一堆，後者一目瞭然！還沒打到針的，<BR>&nbsp;都抖到身體站不直，每隻眼睛都是淚水。<BR>&nbsp;動物社會研究會，跟關懷生命協會有去調查，<BR>&nbsp;他們的網站有我說的「安樂死」影片可看。所以會希望大家多以領<BR>&nbsp;養代替購買，救一條生命勝過七及浮屠，好心會有福報的</SPAN></P>
<P>&nbsp;</P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22333701">(Read More...)</a></div>]]></content>
    <category term="狗狗"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22333701#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22253199</id>
    <title><![CDATA[金屬團T恤]]></title>
    <updated>2008-11-03T12:55:14+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22253199"/>
    <summary><![CDATA[買了1,2個月，趁著有點空閒，把他們通通拍照存證，一件都不能少XD，看來看去，這幾件還是DragonForce和Dimmu Borgir(譯名:霧都魔堡)的Mark最好看，各位有興趣可到相簿瞧瞧！喔　　還有Children Of Bodom(譯名:死神之子)也不錯
---------------------------------------------------------我是分隔線
又再上傳了幾張圖片...]]></summary>
    <content type="html"><![CDATA[<P><SPAN style="FONT-SIZE: 12pt">買了1,2個月，趁著有點空閒，把他們通通拍照存證，一件都不能少XD，看來看去，這幾件還是DragonForce和Dimmu Borgir(譯名:霧都魔堡)的Mark最好看，各位有興趣可到相簿瞧瞧！<BR>喔　　還有Children Of Bodom(譯名:死神之子)也不錯</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">---------------------------------------------------------我是分隔線</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">又再上傳了幾張圖片...</SPAN></P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22253199">(Read More...)</a></div>]]></content>
    <category term="閒聊"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22253199#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22186677</id>
    <title><![CDATA[健身]]></title>
    <updated>2008-10-28T12:46:33+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22186677"/>
    <summary><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 說到健身這檔事，也是有點糊裡糊塗抑或是因緣際會！？想起大學身材，有點瘦，不是竹竿那種瘦，腹部也不少贅肉Ｏｒｚ，加上平常走路都縮小腹，久了居然變成有些聳肩駝背。大學體育課因不會游泳導致重修，有次上課剛好是上＂體適能＂，這次上課開啟了我的健身之路，從此也喜歡上了健身！^^ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 雖說已隔了5,6年之久，還記得當天做完重訓器材，臉色蒼白且氣喘吁吁，非常痛苦，有種隨時會心跳停止休克的感覺！但秉持著不服輸的精神加上那時也想藉重訓改掉聳肩駝背的不良習慣，當時大4課很少，所以有很多時間可以花在健身上，當時沒人指導亂玩了一年，身材倒也是小有進步，起碼聳肩駝背的習慣消失了。而後來成為菸酒生，學校成立了新的體適能教室，秉持著對健身的熱愛，加上好幾年沒練了(大學畢業中斷了幾年)。而此持也開始大量吸收健身的知識(鐵克網有練健身的應該都知道吧！)。 　　現在的我比起以前瘦弱的身材差蠻多的，最明顯的是手臂，不過腹部還是不太爭氣@@，夢寐以求的腹肌依然團聚在一塊(更,感情那麼好要死)。目前覺得胸肌和腹肌都有很大進步空間，而腹肌要跟你打招呼的關鍵還是在於控制飲食加有氧運動來降低體脂肪，這樣不僅腹肌會六塊，身上的肌肉線條也會更明顯哪！]]></summary>
    <content type="html"><![CDATA[<P><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 說到健身這檔事，也是有點糊裡糊塗抑或是因緣際會！？想起大學身材，有點瘦，不是竹竿那種瘦，腹部也不少贅肉Ｏｒｚ，加上平常走路都縮小腹，久了居然變成有些聳肩駝背。大學體育課因不會游泳導致重修，有次上課剛好是上＂體適能＂，這次上課開啟了我的健身之路，從此也喜歡上了健身！^^</SPAN></P> <P><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 雖說已隔了5,6年之久，還記得當天做完重訓器材，臉色蒼白且氣喘吁吁，非常痛苦，有種隨時會心跳停止休克的感覺！但秉持著不服輸的精神加上那時也想藉重訓改掉聳肩駝背的不良習慣，當時大4課很少，所以有很多時間可以花在健身上，當時沒人指導亂玩了一年，身材倒也是小有進步，起碼聳肩駝背的習慣消失了。而後來成為菸酒生，學校成立了新的體適能教室，秉持著對健身的熱愛，加上好幾年沒練了(大學畢業中斷了幾年)。而此持也開始大量吸收健身的知識(鐵克網有練健身的應該都知道吧！)。</SPAN></P> <P><SPAN style="FONT-SIZE: 12pt">　　現在的我比起以前瘦弱的身材差蠻多的，最明顯的是手臂，不過腹部還是不太爭氣@@，夢寐以求的腹肌依然團聚在一塊(更,感情那麼好要死)。目前覺得胸肌和腹肌都有很大進步空間，而腹肌要跟你打招呼的關鍵還是在於控制飲食加有氧運動來降低體脂肪，這樣不僅腹肌會六塊，身上的肌肉線條也會更明顯哪！</SPAN></P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22186677">(Read More...)</a></div>]]></content>
    <category term="健身"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22186677#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://deh3215.pixnet.net/blog/post/22062735</id>
    <title><![CDATA[黑金屬：來自北歐的亡魂戰艦（Naglfar） 首張大碟：Vittra！]]></title>
    <updated>2008-10-17T13:45:50+08:00</updated>
    <link rel="alternate" href="http://deh3215.pixnet.net/blog/post/22062735"/>
    <summary><![CDATA[　　　從大三開始聽搖滾樂,以前總覺得搖滾樂和金屬是很吵雜的東西,隨著年紀的增長,居然也開始聽起當年覺得難聽要死的音樂！？
一開始還是從Europe的Final Countdown開始,漸漸的也開始聽Bon Jovi，當時覺得Final Countdown，It's My life熱血十
足，Carrie，Always有多麼的抒情！　隨著隔了大學畢業一陣子，中間有一段時間漸漸很少聽搖滾樂了，因為有其他事要煩惱了
後來進了研究所，成了菸酒生(我不煙不酒( ￣ c￣)y▂&xi;)，在研究生時期，開始聽起比搖滾樂口味更重的黑金屬(泛稱)！？帶領我進入金
屬樂的曲子是Diabolical中的A Departure in Solitude [Instrumental]，鋼琴solo，一開始很納悶，恩！這是黑金屬！？
鋼琴solo蠻好聽的，有些悲傷冷靜的感覺，其中"冷"和"靜"的感覺最強烈，應該是其中要表達的意境吧。
　　　金屬樂，很吵雜，許多樂器不斷敲擊，但融合在一起又是無比悅耳，哈　沒錯，就是悅耳　更簡單的說，就是一個"爽"字。
現在來談談來自北歐瑞典的Naglfar，這名稱代表搭載許多亡靈的戰艦，前往與正義與善良展開決鬥！談到Vittra，就一定得談談首張專
輯"Vittra"，這張專輯聽了好幾遍，聽出第三，四首很好聽，是大多數金屬樂迷認為這張專輯經典的曲目，有多經典，請閣下聽聽就知！
很喜歡主唱(Vocal) Jens Ryden黑腔式的怒吼唱法，何謂黑腔？有興趣的孤狗一下，以丹田出力的低沉怒吼式唱法，而非以喉嚨發聲。
經典曲目： Emerging from Her Weepings和 The Eclipse of Infernal Storms。這張專輯整張都很經典，可歸類為Melodic 
Death Metal(旋律金屬或死亡旋律金屬)，少了點黑金的味道，第二張專輯Diabolical比較有黑金屬的味道，Into the Cold Voids of 
Eternity這首是我裡面最喜歡的曲目，3:02開始這段到結束，是聽起來最爽的部份，黑味很重的怒吼，加上大鼓、三角鐵、電吉他，簡
直就是聽覺上的美味饗宴，每次聽到這段，總是讓我幻想身為樂團中的鼓手！
　　　閒來無事，想聊聊自己喜歡的旋律金屬團：Naglfar，目前收了第一，二張專輯，T恤也是想入手的目標，可惜國內沒賣，國外加
運費也蠻昂貴的(嘆！)，哈　不過我倒是有DragonForce的金屬T，於台北金屬帝國購買的，至於DragonForce（龍族悍將），這又是
另一種類的金屬團了，下次再聊，有興趣的路過客可先找找關於DragonForce的資料先。
&nbsp;]]></summary>
    <content type="html"><![CDATA[<P>　　　<SPAN style="FONT-SIZE: 12pt">從大三開始聽搖滾樂,以前總覺得搖滾樂和金屬是很吵雜的東西,隨著年紀的增長,居然也開始聽起當年覺得難聽要死的音樂！？</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">一開始還是從Europe的Final Countdown開始,漸漸的也開始聽Bon Jovi，當時覺得Final Countdown，It's My life熱血十</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">足，Carrie，Always有多麼的抒情！　隨著隔了大學畢業一陣子，中間有一段時間漸漸很少聽搖滾樂了，因為有其他事要煩惱了</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">後來進了研究所，成了菸酒生(我不煙不酒( ￣ c￣)y▂&xi;)，在研究生時期，開始聽起比搖滾樂口味更重的黑金屬(泛稱)！？帶領我進入金</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">屬樂的曲子是Diabolical中的A Departure in Solitude [Instrumental]，鋼琴solo，一開始很納悶，恩！這是黑金屬！？</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">鋼琴solo蠻好聽的，有些悲傷冷靜的感覺，其中"冷"和"靜"的感覺最強烈，應該是其中要表達的意境吧。</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">　　　金屬樂，很吵雜，許多樂器不斷敲擊，但融合在一起又是無比悅耳，哈　沒錯，就是悅耳　更簡單的說，就是一個"爽"字。</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">現在來談談來自北歐瑞典的Naglfar，這名稱代表搭載許多亡靈的戰艦，前往與正義與善良展開決鬥！談到Vittra，就一定得談談首張專</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">輯"Vittra"，這張專輯聽了好幾遍，聽出第三，四首很好聽，是大多數金屬樂迷認為這張專輯經典的曲目，有多經典，請閣下聽聽就知！</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">很喜歡主唱(Vocal) Jens Ryden黑腔式的怒吼唱法，何謂黑腔？有興趣的孤狗一下，以丹田出力的低沉怒吼式唱法，而非以喉嚨發聲。</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">經典曲目： Emerging from Her Weepings和 The Eclipse of Infernal Storms。這張專輯整張都很經典，可歸類為Melodic </SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">Death Metal(旋律金屬或死亡旋律金屬)，少了點黑金的味道，第二張專輯Diabolical比較有黑金屬的味道，Into the Cold Voids of </SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">Eternity這首是我裡面最喜歡的曲目，3:02開始這段到結束，是聽起來最爽的部份，黑味很重的怒吼，加上大鼓、三角鐵、電吉他，簡</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">直就是聽覺上的美味饗宴，每次聽到這段，總是讓我幻想身為樂團中的鼓手！</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">　　　閒來無事，想聊聊自己喜歡的旋律金屬團：Naglfar，目前收了第一，二張專輯，T恤也是想入手的目標，可惜國內沒賣，國外加</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">運費也蠻昂貴的(嘆！)，哈　不過我倒是有DragonForce的金屬T，於台北金屬帝國購買的，至於DragonForce（龍族悍將），這又是</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">另一種類的金屬團了，下次再聊，有興趣的路過客可先找找關於DragonForce的資料先。</SPAN></P>
<P><SPAN style="FONT-SIZE: 12pt">&nbsp;</SPAN></P>  <div class="more"><a href="http://deh3215.pixnet.net/blog/post/22062735">(Read More...)</a></div>]]></content>
    <category term="黑金屬"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://deh3215.pixnet.net/blog/post/22062735#comments</wfw:comment>
  </entry>
</feed>
