<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5413028298947970344</id><updated>2024-09-26T03:03:53.496+08:00</updated><category term="轉淚點"/><category term="us"/><category term="隨寫"/><category term="里程紀錄"/><category term="photograph"/><category term="LINUX"/><category term="ubuntu"/><category term="我要錢"/><category term="to-be-a-papa"/><category term="travel"/><category term="單車裝備零組件"/><category term="騎乘心得"/><category term="music"/><category term="wedding"/><category term="buy"/><category term="bash"/><category term="美食"/><category term="單車環島"/><category term="FA35mm"/><category term="embedded"/><category term="職場"/><category term="DA 16-45mm"/><category term="SPORT RECORD"/><category term="DA70mm"/><category term="FP8"/><category term="france"/><category term="ARCH-LINUX"/><category term="BB_MV"/><category term="HEALTH"/><category term="WEB"/><category term="CVS"/><category term="PHP"/><category term="C_LANGUAGE"/><category term="awk"/><category term="kernel"/><category term="other"/><category term="sed"/><category term="books"/><category term="gf1+20mm"/><category term="居家"/><category term="日劇"/><category term="RUNNING"/><category term="japan"/><category term="vim"/><category term="美股開戶"/><category term="IPSEC"/><category term="SITEINFO"/><category term="信用卡"/><category term="單車"/><category term="羽球"/><category term="貨幣學派"/><category term="FireFox"/><category term="WINDOWS"/><category term="car"/><category term="mizuno wave rider 16"/><category term="保險"/><category term="卡訊"/><category term="吾家小女"/><category term="記帳"/><category term="電影"/><title type='text'>M.K</title><subtitle type='html'>Blogging my life&lt;br&gt;&#xa;Badminton with fleet Professional 3800 from 2009.04.13&lt;br&gt;&#xa;Running 139KM with Mizuno Wave Rider 12 from 2009.03.22&lt;br&gt;&#xa;Our first baby from 2008.3.14&lt;br&gt;&#xa;DSLR from 2008.2.16 with Pentax K100D Super &amp;amp; FA 35mm F2 AL&lt;br&gt;&#xa;Road bike (2006 Giant TCR Alliance T-Mobile) riding 3305KM from 2006.4.21&lt;br&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>771</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-9208822549638094529</id><published>2013-07-25T13:58:00.000+08:00</published><updated>2013-07-25T13:58:05.844+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>About linux uniq command</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
If we have a file x,&lt;br /&gt;&lt;/div&gt;
/bin/cat x&lt;br /&gt;10.77.0.254&lt;br /&gt;&lt;div&gt;
&lt;div&gt;
10.77.0.254&lt;br /&gt;10.0.4.77&lt;br /&gt;10.77.0.254&lt;br /&gt;10.77.0.254&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now we want to get unique data,&lt;/div&gt;
&lt;div&gt;
/bin/cat x | uniq&lt;br /&gt;10.77.0.254&lt;br /&gt;10.0.4.77&lt;br /&gt;10.77.0.254&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Very interesting result!&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
If we do&lt;/div&gt;
&lt;div&gt;
/bin/cat x | sort | uniq&lt;br /&gt;10.0.4.77&lt;br /&gt;10.77.0.254&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Ok! that&#39;s what i want~&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/9208822549638094529/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/9208822549638094529' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9208822549638094529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9208822549638094529'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/07/about-linux-uniq-command.html' title='About linux uniq command'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-9129734303013209310</id><published>2013-07-19T12:14:00.001+08:00</published><updated>2013-07-19T12:14:08.626+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2013.06 投資組合變動</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
劇烈震盪的一個月, 我居然沒買進任何一股 &amp;gt;&amp;lt;&lt;br /&gt;
只是因為太貪心 :p&lt;br /&gt;
&lt;br /&gt;
分批買進才能克服貪婪與恐懼啊!!!&lt;br /&gt;
&lt;br /&gt;
謹記&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/9129734303013209310/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/9129734303013209310' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9129734303013209310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9129734303013209310'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/07/201306.html' title='2013.06 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-4422221959441486824</id><published>2013-06-02T23:09:00.001+08:00</published><updated>2013-06-02T23:09:11.882+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2013.04/05 投資組合變動</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
兩個月一起寫好了, 因為這兩個月一樣乏善可陳 =.=&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
美股部分&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
四月趁著空檔買進一些ITB, 買在22左右&lt;/div&gt;
&lt;div&gt;
一個禮拜漲了7%, 想說先落袋好了, 結果一路漲到26 =.=&lt;/div&gt;
&lt;div&gt;
VTI買在80左右, 等了一個月, 在85左右出清, 現在又呈現完全空手狀態&lt;/div&gt;
&lt;div&gt;
還好最近似乎有點風吹草動, 準備來個中期回檔的態勢&lt;/div&gt;
&lt;div&gt;
銀彈準備向下承接&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
台股部分&lt;/div&gt;
&lt;div&gt;
手癢買了基泰, 結果雖然最後有噴了一小段, 我卻賣在起漲點, 小虧兩千出場 =.=&lt;/div&gt;
&lt;div&gt;
現在策略還是等待&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
美股有基本面支撐, 也許回檔機率相對較低&lt;/div&gt;
&lt;div&gt;
台股目前經濟持續沒甚麼起色&lt;/div&gt;
&lt;div&gt;
熱錢一有風吹草動, 大概會有個比較大的回檔吧&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
讓我們繼續看下去^^&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/4422221959441486824/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/4422221959441486824' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/4422221959441486824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/4422221959441486824'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/06/20130405.html' title='2013.04/05 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-8695987823631108642</id><published>2013-05-26T21:59:00.000+08:00</published><updated>2013-06-02T23:00:45.944+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="buy"/><category scheme="http://www.blogger.com/atom/ns#" term="單車"/><title type='text'>2011 Giant TCR Advanced 3</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ZoYIDXb6-cWbvT_S1opTAWEsnuAuHnieTzLP1dlrt9eSUi0VvojjlKJmbkHa7BWuuNuq3XZdVdo-70SqnSPzYlj6reEVaQjwmxIj8r2uLv9N21P37sJmVv8Ho4xzXzcIrCjWKa3lEmA/s1600/IMGP0568.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;424&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ZoYIDXb6-cWbvT_S1opTAWEsnuAuHnieTzLP1dlrt9eSUi0VvojjlKJmbkHa7BWuuNuq3XZdVdo-70SqnSPzYlj6reEVaQjwmxIj8r2uLv9N21P37sJmVv8Ho4xzXzcIrCjWKa3lEmA/s640/IMGP0568.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIQiKJQUYKot1UZ_PHKWlbj1IzzzJvaYYFELxh6xdgX7HZBuF8Ejxc5rwM3LpoHqocwXi6Gugxoprx9dfwe_PJvBrMaGI60I8z3ExizsD7jvw6-78G4ILgTySkuTMiGh0mpJrupryShlw/s1600/IMGP0593.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIQiKJQUYKot1UZ_PHKWlbj1IzzzJvaYYFELxh6xdgX7HZBuF8Ejxc5rwM3LpoHqocwXi6Gugxoprx9dfwe_PJvBrMaGI60I8z3ExizsD7jvw6-78G4ILgTySkuTMiGh0mpJrupryShlw/s640/IMGP0593.JPG&quot; width=&quot;424&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH04pFLFeHh56r5oNE-IDLq3GC9QLwTYwhSHH5wzfDNSctaM6_eouEHT0SPsgIp0dd7rgz6efOI5ywuQx3dASpjRZX6-m_i94HeLuOIF74nf5IUa0jDmAmQByA-9XuXpPTgBN-eqenh98/s1600/IMGP0601.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;424&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH04pFLFeHh56r5oNE-IDLq3GC9QLwTYwhSHH5wzfDNSctaM6_eouEHT0SPsgIp0dd7rgz6efOI5ywuQx3dASpjRZX6-m_i94HeLuOIF74nf5IUa0jDmAmQByA-9XuXpPTgBN-eqenh98/s640/IMGP0601.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMnpwEH5aMIwwCx6iBK1qGQMWxOQnmJJUtVj8oJiFMXIUpTf_g4baVY4QJW7SvmZs7UIftyyCSTWxgVxb3uuqjTrGvvo5X1SNzPNCkbFC9ekm3U8uICrMDZpA2tn29KV7C_m2b9-QBLG0/s1600/964183_4295289520337_1952792711_o.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;426&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMnpwEH5aMIwwCx6iBK1qGQMWxOQnmJJUtVj8oJiFMXIUpTf_g4baVY4QJW7SvmZs7UIftyyCSTWxgVxb3uuqjTrGvvo5X1SNzPNCkbFC9ekm3U8uICrMDZpA2tn29KV7C_m2b9-QBLG0/s640/964183_4295289520337_1952792711_o.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/8695987823631108642/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/8695987823631108642' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8695987823631108642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8695987823631108642'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/05/2011-giant-tcr-advanced-3.html' title='2011 Giant TCR Advanced 3'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ZoYIDXb6-cWbvT_S1opTAWEsnuAuHnieTzLP1dlrt9eSUi0VvojjlKJmbkHa7BWuuNuq3XZdVdo-70SqnSPzYlj6reEVaQjwmxIj8r2uLv9N21P37sJmVv8Ho4xzXzcIrCjWKa3lEmA/s72-c/IMGP0568.JPG" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>330台灣桃園縣八德市</georss:featurename><georss:point>24.9888889 121.31111110000006</georss:point><georss:box>24.8737584 121.14974960000006 25.1040194 121.47247260000006</georss:box></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-6624998684985897208</id><published>2013-05-03T16:13:00.000+08:00</published><updated>2013-05-03T16:13:06.822+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="awk"/><category scheme="http://www.blogger.com/atom/ns#" term="bash"/><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><category scheme="http://www.blogger.com/atom/ns#" term="sed"/><title type='text'>Number of open connections per IP address</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
Run this command under your ubuntu terminal to see which IP address has the most number of connections.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&lt;i&gt;netstat -atun | awk &#39;{print $5}&#39; | cut -d: -f1 | sed -e &#39;/^$/d&#39; |sort | uniq -c | sort -n&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/6624998684985897208/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/6624998684985897208' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6624998684985897208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6624998684985897208'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/05/number-of-open-connections-per-ip.html' title='Number of open connections per IP address'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-3204781526968649678</id><published>2013-05-02T13:19:00.001+08:00</published><updated>2013-05-02T17:07:53.972+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><category scheme="http://www.blogger.com/atom/ns#" term="記帳"/><title type='text'>記帳, 2013/04, cashbase</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div id=&quot;fullpost&quot;&gt;
&lt;br /&gt;
最近開始認真一點的記帳了&lt;br /&gt;
使用的是一套雲端的記帳軟件&lt;a href=&quot;http://www.cashbasehq.com/&quot; target=&quot;_blank&quot;&gt;cashbase&lt;/a&gt;&lt;br /&gt;
手機電腦都可以使用, 算是非常方便&lt;br /&gt;
除了可以自訂支出類別之外, 還能夠產生圓餅圖&lt;br /&gt;
功能非常少, 但是夠實用, 也能夠付費取得額外功能就是&lt;br /&gt;
&lt;br /&gt;
四月份記錄下來, 可以先拿來開刀的應該是零食這個部份&lt;br /&gt;
至於成效如何, 下個月見分曉 ^__^&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtUSxaKNPRGfIVGjf9LbVXr9fHgcE25LmS7ovFSwEeoxFF3XddnXec6Oa1soUZs0MDsTfhIonAweuckWJU23mBp5gUogEqorYsLwB6HLLDt7Cixta_tX-uCeaP6negsotM7wktYXWpeiI/s1600/chart+(1).jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtUSxaKNPRGfIVGjf9LbVXr9fHgcE25LmS7ovFSwEeoxFF3XddnXec6Oa1soUZs0MDsTfhIonAweuckWJU23mBp5gUogEqorYsLwB6HLLDt7Cixta_tX-uCeaP6negsotM7wktYXWpeiI/s640/chart+(1).jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/3204781526968649678/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/3204781526968649678' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/3204781526968649678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/3204781526968649678'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/05/201304-with-cashbase.html' title='記帳, 2013/04, cashbase'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtUSxaKNPRGfIVGjf9LbVXr9fHgcE25LmS7ovFSwEeoxFF3XddnXec6Oa1soUZs0MDsTfhIonAweuckWJU23mBp5gUogEqorYsLwB6HLLDt7Cixta_tX-uCeaP6negsotM7wktYXWpeiI/s72-c/chart+(1).jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-7970119092218250604</id><published>2013-04-30T17:27:00.002+08:00</published><updated>2013-04-30T17:27:19.049+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="信用卡"/><category scheme="http://www.blogger.com/atom/ns#" term="卡訊"/><title type='text'>[卡訊] 中國信託經典悠遊卡</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
真是應驗了PTT卡板名言&lt;/div&gt;
&lt;div&gt;
只要看到好康的卡就會想辦...&lt;/div&gt;
&lt;div&gt;
最近看到中國信託的經典悠遊聯名卡&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;六月底前申辦並且動用悠遊卡自動加值, 就送$1100加值金&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
這樣等於我一個月的上下班車錢就有著落了~&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;缺點&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;就是這類的自動加值悠遊卡要剪卡比較費工夫一點&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;必須先有技巧的把裡面的加值金用到$0&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
然後再去電剪卡!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
要錢又不怕麻煩的卡友就衝吧!!&lt;/div&gt;
&lt;div&gt;
我已經線上填寫好資料了 XD&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
活動網頁&lt;div&gt;
&lt;a href=&quot;http://www.maxidea-ct.com/ct13Q2web/index.html&quot;&gt;http://www.maxidea-ct.com/ct13Q2web/index.html&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/7970119092218250604/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/7970119092218250604' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7970119092218250604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7970119092218250604'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/blog-post_30.html' title='[卡訊] 中國信託經典悠遊卡'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-7031431240955934362</id><published>2013-04-30T11:34:00.000+08:00</published><updated>2013-04-30T11:34:23.369+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="bash"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>Set CPU mode to performance in Ubuntu</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
1. Copy the code below to a file first.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;#!/bin/bash&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;echo &quot;CPU speed before setting:&quot;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;cat /proc/cpuinfo | grep MHz&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;cpu_num=$(cat /proc/cpuinfo | grep &quot;cpu MHz&quot; | wc -l)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;for ((i=0;i&amp;lt;${cpu_num};i++)); do&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; echo performance &amp;gt; /sys/devices/system/cpu/cpu${i}/cpufreq/scaling_governor&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;done&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;echo &quot;CPU speed after setting:&quot;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;cat /proc/cpuinfo | grep MHz&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
2. Run this file to set CPU mode to performance.&lt;br /&gt;
&lt;br /&gt;
3. Script will print CPU speed.&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/7031431240955934362/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/7031431240955934362' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7031431240955934362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7031431240955934362'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/set-cpu-mode-to-performance-in-ubuntu.html' title='Set CPU mode to performance in Ubuntu'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-6323890939229201891</id><published>2013-04-18T14:17:00.000+08:00</published><updated>2013-04-18T14:17:10.056+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="信用卡"/><title type='text'>信用卡投資組合 2013/04</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
遙記得我的第一張信用卡是在大學時代&lt;br /&gt;
跟室友裡面的銀行小姐辦的萬泰卡&lt;br /&gt;
&lt;br /&gt;
出社會之後陸陸續續辦過幾張卡 (已剪卡)&lt;br /&gt;
印象中有兆豐的原子小金剛卡, 花旗的透明卡, 台新的太陽白金卡, 富邦A Money白金卡&lt;br /&gt;
&lt;br /&gt;
目前手中的僅存的花旗現金回饋白金卡, 台新Fish悠遊卡&lt;br /&gt;
以及最近新辦還未寄到的富邦數位生活卡&lt;br /&gt;
&lt;br /&gt;
最近為了辦卡, 特地上ptt看看&lt;br /&gt;
大家都收集了一堆卡片, 實在是佩服啊~&lt;br /&gt;
&lt;br /&gt;
本來也想來好好仿效一番&lt;br /&gt;
不過後來發現, 我每年的消費額其實不大&lt;br /&gt;
六, 七萬差不多, 裡面還包含了三萬六左右的水電瓦斯電話費代繳&lt;br /&gt;
這樣的我要養一堆卡, 實在是太累了點!&lt;br /&gt;
&lt;br /&gt;
所以辦卡前仔細的盤算著我的消費行為, 得到下面的結論&lt;br /&gt;
&lt;br /&gt;
花旗現金回饋白金卡 (VISA):&lt;br /&gt;
這張卡應該用了五年以上了, 因為代繳水電瓦斯手機費, 以及一般消費都有0.5%的現金回饋&lt;br /&gt;
算是我過去的主力卡, 個人不喜歡紅利點數, 現金回饋需利用語音操作來扣除下期帳單&lt;br /&gt;
這幾天研究發現透明卡扣繳公共事業, 加油可享1~2%回饋&lt;br /&gt;
原本把這張卡剪掉, 換成透明卡, 專門拿來扣繳水電費就好&lt;br /&gt;
但是後來發現透明卡的現金回饋必須透過花旗網站的即時查繳, 不能設定成自動繳納&lt;br /&gt;
這對我這種有點懶的人來說實在麻煩, 最後決定按兵不動&lt;br /&gt;
這張就留著扣繳用, 而且每月都有刷就免年費, 所以也不太需要為他專門消費了&lt;br /&gt;
&lt;br /&gt;
台新Fish悠遊卡 (Master):&lt;br /&gt;
這是一張普卡, 當初在辦太陽卡的時候, 被業務慫恿之下, 順手辦的&lt;br /&gt;
現在主要拿來搭公車捷運&lt;br /&gt;
便利商店小額消費的發票都存裡面, 直接在ibon上面對發票, 很方便!&lt;br /&gt;
還有一個就是台新卡在大潤發消費, 會員點數多一倍&lt;br /&gt;
等於在大潤發消費滿一百送兩點 (等於回饋$1 or 1%)&lt;br /&gt;
印象中這張免年費!&lt;br /&gt;
&lt;br /&gt;
富邦數位生活卡 (JCB):&lt;br /&gt;
會辦這張主要是被他滿千送百所勾引&lt;br /&gt;
加上JCB這次有一些賣點, 如免費機場接送或者飯店下午茶兩人同行一人免費之類的優惠&lt;br /&gt;
另外線上購物會有2%的現金回饋 (到今年底為止)&lt;br /&gt;
想說很久沒辦新卡了, 就多辦一張來放著&lt;br /&gt;
多一千塊零用錢, 而且順手辦了電子帳單就終身免年費, 那也不用特地養這張卡了&lt;br /&gt;
不過他的現金回饋限折抵下期消費, 否則就會歸零&lt;br /&gt;
所以我把手機的費用轉到這張卡上扣繳, 這樣應該能確保每個月的一些小錢能被正確的利用~&lt;br /&gt;
&lt;br /&gt;
富邦數位生活辦卡過程:&lt;br /&gt;
禮拜一中午郵寄出富邦數位生活卡的申請書 (附上扣繳憑單)&lt;br /&gt;
禮拜四早上透過網路查詢, 已經核准, 連電話都沒打來過, 果然神速啊!&lt;br /&gt;
&lt;br /&gt;
後計:&lt;br /&gt;
找卡過程中, 另外對兩張卡有興趣&lt;br /&gt;
&lt;br /&gt;
1. 聯邦理財白金卡&lt;br /&gt;
需要年繳5000, 每月回饋你450, 等於年賺400&lt;br /&gt;
不過等於每月需強迫刷卡, 不然450就歸零!&lt;br /&gt;
現金回饋0.7% (不含每月450消費)&lt;br /&gt;
風險: 聯邦銀行倒閉 XD&lt;br /&gt;
&lt;br /&gt;
2. 華南旅鑽卡&lt;br /&gt;
現金回饋0.8%, 不過如果年刷不到24000, 需繳年費&lt;br /&gt;
雖然不難達到, 但是還是有點小壓力...&lt;br /&gt;
&lt;br /&gt;
我想如果我還要再辦一張卡的需求會是辦一張&lt;br /&gt;
* 現金回饋高一點的卡&lt;br /&gt;
* 高一點的旅遊保險&lt;br /&gt;
* 還不錯的汽車道路救援&lt;br /&gt;
* 輕鬆免年費&lt;br /&gt;
&lt;br /&gt;
有人推薦嗎?&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/6323890939229201891/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/6323890939229201891' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6323890939229201891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6323890939229201891'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/201304.html' title='信用卡投資組合 2013/04'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-8528839395386728805</id><published>2013-04-11T15:34:00.002+08:00</published><updated>2013-04-11T15:36:40.816+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>One to one (1:1) NAT with DNETMAP</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivicxGGxqiHm6HVCvOV-Tnd6AM1wjrP4A9lMhYr-UIZmTjbcS5V7SInviJEajRZcrHbCrP2Hq42Tnthl_dkq2q_jy0ATPz5z_SBzw5l4Ke1LHw9XrExJ3x9cCGRKklfHHdB-32z_FdJrA/s1600/DNETMAP.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;398&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivicxGGxqiHm6HVCvOV-Tnd6AM1wjrP4A9lMhYr-UIZmTjbcS5V7SInviJEajRZcrHbCrP2Hq42Tnthl_dkq2q_jy0ATPz5z_SBzw5l4Ke1LHw9XrExJ3x9cCGRKklfHHdB-32z_FdJrA/s640/DNETMAP.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Reference Link
&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://cat.piasta.pl/dnetmap/&quot; target=&quot;_blank&quot;&gt;DNETMAP netfilter module&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/8528839395386728805/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/8528839395386728805' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8528839395386728805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8528839395386728805'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/one-to-one-11-nat-with-dnetmap.html' title='One to one (1:1) NAT with DNETMAP'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivicxGGxqiHm6HVCvOV-Tnd6AM1wjrP4A9lMhYr-UIZmTjbcS5V7SInviJEajRZcrHbCrP2Hq42Tnthl_dkq2q_jy0ATPz5z_SBzw5l4Ke1LHw9XrExJ3x9cCGRKklfHHdB-32z_FdJrA/s72-c/DNETMAP.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-8928912608461274855</id><published>2013-04-10T09:46:00.001+08:00</published><updated>2013-04-10T09:46:11.000+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2013.03 投資組合變動</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
殘念, 本月還是維持完全空手的狀態...&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/8928912608461274855/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/8928912608461274855' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8928912608461274855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8928912608461274855'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/201303.html' title='2013.03 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-8380007397765544148</id><published>2013-04-07T22:47:00.003+08:00</published><updated>2013-04-07T22:47:54.944+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="DA 16-45mm"/><title type='text'>桃園虎頭山孔廟之黃雀在後</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjykO8_GbVOX-iwN9XxIgEQHQQHBmldQC1FuiSPasKZLEnY8suqpy3AnyGBbIGTdLdXgnkj02PMBAk-mqMI7cdVX0j3obV2tuy5N1lHVq-cW7BPSMuUEMJ6ggBZsarriyUMq4Kfs-qouJs/s1600/IMGP0455.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;425&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjykO8_GbVOX-iwN9XxIgEQHQQHBmldQC1FuiSPasKZLEnY8suqpy3AnyGBbIGTdLdXgnkj02PMBAk-mqMI7cdVX0j3obV2tuy5N1lHVq-cW7BPSMuUEMJ6ggBZsarriyUMq4Kfs-qouJs/s640/IMGP0455.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;黃雀在後&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/8380007397765544148/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/8380007397765544148' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8380007397765544148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8380007397765544148'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/blog-post.html' title='桃園虎頭山孔廟之黃雀在後'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjykO8_GbVOX-iwN9XxIgEQHQQHBmldQC1FuiSPasKZLEnY8suqpy3AnyGBbIGTdLdXgnkj02PMBAk-mqMI7cdVX0j3obV2tuy5N1lHVq-cW7BPSMuUEMJ6ggBZsarriyUMq4Kfs-qouJs/s72-c/IMGP0455.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-6068259981458345797</id><published>2013-04-02T22:58:00.000+08:00</published><updated>2013-04-02T22:58:30.110+08:00</updated><title type='text'>A-Lin「不是不滿足」</title><content type='html'>&lt;iframe width=&quot;853&quot; height=&quot;480&quot; src=&quot;http://www.youtube.com/embed/Z0zRBTmDq7A&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
最近的愛歌!</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/6068259981458345797/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/6068259981458345797' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6068259981458345797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6068259981458345797'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/a-lin.html' title='A-Lin「不是不滿足」'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Z0zRBTmDq7A/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-9211950584068298760</id><published>2013-04-02T11:54:00.000+08:00</published><updated>2013-04-02T12:09:38.406+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="buy"/><title type='text'>Amazon Kindle</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh2AbBo1X2iSgZpZ1l6gGPQj0acgV1UifWJtWtKgH0_MLL4q6knL8_IAyCdwUQhuied0Zc5RWWxTFLurkW7gtaPK4FB6qNCaRV8NJlFMKHXDk2kjI0HPKDEDWC0vZIvhQNNDJCtYtYnFlQ/s1600/P1110757.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh2AbBo1X2iSgZpZ1l6gGPQj0acgV1UifWJtWtKgH0_MLL4q6knL8_IAyCdwUQhuied0Zc5RWWxTFLurkW7gtaPK4FB6qNCaRV8NJlFMKHXDk2kjI0HPKDEDWC0vZIvhQNNDJCtYtYnFlQ/s1600/P1110757.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Amazon推出低價kindle device, 是為了綁住客戶, 著眼於後續的客戶消費&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;我在去年此時以約莫3250的價格, 購買了kindle+皮套&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;著重的則是網路上豐富免費的電子書資源&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbAnlh4F5Org5oymmkpL55qzWyIcbqOz6ZU67M30kvTust7KuBO-wYevVS2zpFeM-QMVbyckytw0R_FaLJwqXa4lFglqA6MKcl1HeXpS0JrAVjA03BJF_ypZbMDrARAOQzW9r1hL4paoFL/s1600/P1110768.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbAnlh4F5Org5oymmkpL55qzWyIcbqOz6ZU67M30kvTust7KuBO-wYevVS2zpFeM-QMVbyckytw0R_FaLJwqXa4lFglqA6MKcl1HeXpS0JrAVjA03BJF_ypZbMDrARAOQzW9r1hL4paoFL/s1600/P1110768.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;一年後的今天, 我才寫了這篇開箱箱文, 其實不算晚&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;因為經過一年的使用經驗, 我最終確定了當初的這個購買行為是理性且實際的.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;如果你喜歡看書, 特別是過去幾年前的書籍, 那花上3000元, 你大概可以看上百本沒問題.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;如果你不排斥簡體字或者英文, 那3000元的kindle, 能夠發揮的效益就更加廣闊了&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;甚至Kindle內容來源還能夠是Internet的文章, 只要你透過簡單的&lt;a href=&quot;https://chrome.google.com/webstore/detail/send-to-kindle-by-klipme/ipkfnchcgalnafehpglfbommidgmalan&quot; target=&quot;_blank&quot;&gt;Chrome APP&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;就能夠把網頁上的內容透過WiFi的方式傳遞到Kindle裡, 隨時帶著走, 走到哪, 看到哪!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdlG_jHFCIvIc91opM47HN2PhhagmGzRlFLODbL_CbKZLFtmKCdXbxWM-qu62RL-lhgWRKlnQxFfugpRzmZ8ontoJ7apEgzhhXuF1U512cB1PnmG7epaEsfDv8m2qKwKl9kRzhT_ofRGyB/s1600/P1110755.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdlG_jHFCIvIc91opM47HN2PhhagmGzRlFLODbL_CbKZLFtmKCdXbxWM-qu62RL-lhgWRKlnQxFfugpRzmZ8ontoJ7apEgzhhXuF1U512cB1PnmG7epaEsfDv8m2qKwKl9kRzhT_ofRGyB/s1600/P1110755.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Kindle的身形十分輕巧, 六吋的電子紙螢幕&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;讓閱讀的雙眼沒有負擔, 在光線良好的地方看書, 十分舒服&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;就算在戶外大台陽下, 也能看得一清二楚&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;我買的是最基本的款式, 左有兩邊各有兩條長方形的按鍵&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;上面較短的為&quot;上一頁&quot;, 下面的為&quot;下一頁&quot;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;十分直覺的操作方式&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;我曾經把玩過友人的paper white&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;觸控螢幕要拿來翻頁, 感覺不是那麼的順手&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA7PbFXixnPlTpqiAZoD1v2ELahQjD0622__C9RvfkxI2VD3XaZzmHmTC754k4BJAXFv7baa1jr9XyckGcT0lN6xJnr_UjmuU2HJXmOYrpYhTmOuR7_HKiQXbN-4PgmjXIazPWFfwAeZ9/s1600/P1110754.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA7PbFXixnPlTpqiAZoD1v2ELahQjD0622__C9RvfkxI2VD3XaZzmHmTC754k4BJAXFv7baa1jr9XyckGcT0lN6xJnr_UjmuU2HJXmOYrpYhTmOuR7_HKiQXbN-4PgmjXIazPWFfwAeZ9/s1600/P1110754.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;本體下方有幾個簡單的按鈕&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Home, Back, Key board, Menu, and 四方向控制鍵&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicABpMikm9-nsp3aC7O4k93vWPiUC04ye_sT8NxCFteoY1cqd9CBE3g8wGVQvBhZnRxHm4rQ6N5eBTooN1Bd60-bUJh_5Qvcvvrl6V3Wo6P2dQtDQshFNFCWQb5bG63zKCQnjkv8mrjuVZ/s1600/P1110777.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicABpMikm9-nsp3aC7O4k93vWPiUC04ye_sT8NxCFteoY1cqd9CBE3g8wGVQvBhZnRxHm4rQ6N5eBTooN1Bd60-bUJh_5Qvcvvrl6V3Wo6P2dQtDQshFNFCWQb5bG63zKCQnjkv8mrjuVZ/s1600/P1110777.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;關機時的廣告畫面, 沒錯! 電子紙在畫面靜止不動的時候, 是耗電量非常非常微小的!&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;這次購買的版本是所謂的廣告版&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;雖然說是含有廣告的Kindle, 但是卻頗為賞心悅目&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;而且完全不會影響我的閱讀&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;廣告出現的時機只有在關機時刻, 或者在書目清單的最底下一小橫幅&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLyhPnYv-wgYJm4vmjUV-ZQ16d2C7oD6Gvnr_kJ1y-DXAYloEaxdizgvRGYy5AqKssJSWCbDXpHpHYb-WOUXSPt3kHg0BGC6tf-4Dry9513NOLQtBgjKPUVm2-J5P8MfwAx6MiWJoTAQd0/s1600/P1110775.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLyhPnYv-wgYJm4vmjUV-ZQ16d2C7oD6Gvnr_kJ1y-DXAYloEaxdizgvRGYy5AqKssJSWCbDXpHpHYb-WOUXSPt3kHg0BGC6tf-4Dry9513NOLQtBgjKPUVm2-J5P8MfwAx6MiWJoTAQd0/s1600/P1110775.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;簡體中文&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjChZhbj2VEy3uoL2YYv8WB6DpBvF_DdvBg6Mxu4nRvPQrMtHg1Y0sT0Ya1OM9-sIK6C7lbkbSNA0eHmN3d_BRVTOiHl2NiM1W_UsQk7meG_CpskAfBWYckX-XJi6SaJYTpO5NDy7iwq1N-/s1600/P1110759.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjChZhbj2VEy3uoL2YYv8WB6DpBvF_DdvBg6Mxu4nRvPQrMtHg1Y0sT0Ya1OM9-sIK6C7lbkbSNA0eHmN3d_BRVTOiHl2NiM1W_UsQk7meG_CpskAfBWYckX-XJi6SaJYTpO5NDy7iwq1N-/s1600/P1110759.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;另外大家可能會有疑慮的地方應該是Kindle是否能夠完整的呈現繁(簡)體中文&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;這也是我當初最大的疑慮, 不過經過一年的使用, 我沒有遇過甚麼無法顯示中文的例子&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;大家盡可放心 ^__^&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxT_T0Fn79-rVT40uV-2gK_0xo9ElUkqzdvy3epuEJqHhtEPaqb4-y5G4T-_SITSEqqbusW92sLqRnTynOuz2vTrmhnxt_ZdcRyL1D44QDO7m5-AY1Nrd7P6AbuA8K7PBNXhmuDXfm7yEg/s1600/P1110774.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxT_T0Fn79-rVT40uV-2gK_0xo9ElUkqzdvy3epuEJqHhtEPaqb4-y5G4T-_SITSEqqbusW92sLqRnTynOuz2vTrmhnxt_ZdcRyL1D44QDO7m5-AY1Nrd7P6AbuA8K7PBNXhmuDXfm7yEg/s1600/P1110774.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;英文書的部分, 系統內建了一本英英字典&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;網路上則提供了諸多免費的中英字典&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;方便我們在看英文書的同時, 能夠查詢&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;講到這個字典查詢就是少數幾個非觸控式Kindle的缺點了&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;因為當你在一整頁英文裡要查詢某個單字的時候&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;你必須利用方向鍵來移動&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;如果是觸控版, 那直接用手指點選該單字, 的確會省去不少的時間!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeLnlsEmLdUq4V8P_Ayeim6D3t8GfeomndSRKbn6JL-7S3QGHlK466OQDQ-oPEmXpg-Sn93BtSn_mm0V6DY40s51p72rJiUo99I8_IvcyHLv7bPoqBf89GiyI80lSSUOBspAHyb8_AYK1h/s1600/P1110761.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeLnlsEmLdUq4V8P_Ayeim6D3t8GfeomndSRKbn6JL-7S3QGHlK466OQDQ-oPEmXpg-Sn93BtSn_mm0V6DY40s51p72rJiUo99I8_IvcyHLv7bPoqBf89GiyI80lSSUOBspAHyb8_AYK1h/s1600/P1110761.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;想看漫畫? 把拔買給你!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;是Kindle也能看啦 XD&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;不過這部份我都是上網抓人家做好的電子書格式&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;而六吋的漫畫, 字體都偏小&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;所以在昏暗的地方或公車上看, 眼睛會有些不舒服!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;但是如果真的有我想看的漫畫, 我還是會看啦, 畢竟是免費的!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFbB4I6owXkP1QdX7oHtjVWLKDje9KKR9e5hKM_cn6jVOpn9_5kBSG2-D9P6khDw46_Dg01iX28fyBH5zdXqpas70JGtiDUtZRXnRebCBEbZwktAFizauk7obShruGQ5tIsenyNUCMicwD/s1600/P1110765.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFbB4I6owXkP1QdX7oHtjVWLKDje9KKR9e5hKM_cn6jVOpn9_5kBSG2-D9P6khDw46_Dg01iX28fyBH5zdXqpas70JGtiDUtZRXnRebCBEbZwktAFizauk7obShruGQ5tIsenyNUCMicwD/s1600/P1110765.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;上上facebook!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZQo0r4KRGcQVu64CtQcWuCw98l9aB650ECZvAoRPSplADkZ28CE0Cl3cV5CrpUfU0y1hEBix81LmTOtB6X5WAIZtR-r1H05W_wY1-Qsg9zLE4Hy-snm0M_9-3CIbVsxrTZMXxvplcmwjO/s1600/P1110763.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZQo0r4KRGcQVu64CtQcWuCw98l9aB650ECZvAoRPSplADkZ28CE0Cl3cV5CrpUfU0y1hEBix81LmTOtB6X5WAIZtR-r1H05W_wY1-Qsg9zLE4Hy-snm0M_9-3CIbVsxrTZMXxvplcmwjO/s1600/P1110763.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;拿來當平板上上網也行!&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;不過這畢竟是額外的功能, 處理複雜的網頁還是不行, 有時還會當機 XD&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: medium; text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;另一個缺點就是網址或者帳密長的時候, 很難輸入! (如果是觸控版本, 那會方便很多~)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij29kcW-6EHtUlDLsSmsFiMSuRc2JD11U8bDjnw8om7zFLnYD8jDriRWp8YDxXylYBv9tcYM6U_vVQStGJlOLGaIFAhCAx0SOj2ptIQzzJy4GqhwCsVO2V-rRT9nNBEooQW2von6CC4JYR/s1600/P1110771.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij29kcW-6EHtUlDLsSmsFiMSuRc2JD11U8bDjnw8om7zFLnYD8jDriRWp8YDxXylYBv9tcYM6U_vVQStGJlOLGaIFAhCAx0SOj2ptIQzzJy4GqhwCsVO2V-rRT9nNBEooQW2von6CC4JYR/s1600/P1110771.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;方便一手掌握的隨身小書!&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: red; font-size: small;&quot;&gt;&lt;b&gt;&lt;i&gt;免費電子書資源!&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://ikandou.com/&quot; target=&quot;_blank&quot;&gt;愛看豆&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://www.haodoo.net/&quot; target=&quot;_blank&quot;&gt;好讀&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: red; font-size: small;&quot;&gt;&lt;b&gt;&lt;i&gt;書籍管理&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: red; font-size: small;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://calibre-ebook.com/&quot; target=&quot;_blank&quot;&gt;http://calibre-ebook.com/&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/9211950584068298760/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/9211950584068298760' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9211950584068298760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/9211950584068298760'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/04/amazon-kindle.html' title='Amazon Kindle'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh2AbBo1X2iSgZpZ1l6gGPQj0acgV1UifWJtWtKgH0_MLL4q6knL8_IAyCdwUQhuied0Zc5RWWxTFLurkW7gtaPK4FB6qNCaRV8NJlFMKHXDk2kjI0HPKDEDWC0vZIvhQNNDJCtYtYnFlQ/s72-c/P1110757.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-1721690348588865885</id><published>2013-03-18T13:20:00.003+08:00</published><updated>2013-03-18T13:20:58.053+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="美股開戶"/><title type='text'>Firstrade 申請匯費補貼</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZRm5rriBGEirDSwz9uJQg6PdT6ZIrQDTBM5Koadr7MUIiXWOXyhq4TeUU7amBPxtZs0f6IkVq9WMdkjXQBNtK82PuATUgvhPzl8kGExCcd19bJcDLxLXA8w7M4QAZQQ3ayp7Cb6f21H6r/s1600/aaaaa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZRm5rriBGEirDSwz9uJQg6PdT6ZIrQDTBM5Koadr7MUIiXWOXyhq4TeUU7amBPxtZs0f6IkVq9WMdkjXQBNtK82PuATUgvhPzl8kGExCcd19bJcDLxLXA8w7M4QAZQQ3ayp7Cb6f21H6r/s1600/aaaaa.jpg&quot; height=&quot;420&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
目前firstrade首次開戶的匯款補貼資格為：匯入10000美元以上&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
匯款之後一到兩個工作天&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
登入firstrade網站, 點選網站右上方的客戶服務TAB&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
注意裡面有個特惠活動選項, 進入之後, 會看到一個銀行匯款補貼的連結&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
點進去之後就能看到上面的畫面&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
你應該會在上面看到你匯款的帳號跟金額&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
接著填入你匯款銀行的英文名&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
最後填入你想申請的補貼金額&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
即完成申請&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
再過幾天就會看到補貼金額入帳了&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px;&quot;&gt;相關資訊&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px;&quot; /&gt;&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade.html&quot; style=&quot;-webkit-transition: color 0.3s; background-color: white; color: #009eb8; display: inline; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; outline: none; text-decoration: none;&quot;&gt;美國券商 Firstrade 開戶心得&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade_7.html&quot; style=&quot;-webkit-transition: color 0.3s; background-color: white; color: #009eb8; display: inline; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; outline: none; text-decoration: none;&quot;&gt;台灣銀行電匯Firstrade&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/1721690348588865885/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/1721690348588865885' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/1721690348588865885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/1721690348588865885'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/03/firstrade_18.html' title='Firstrade 申請匯費補貼'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZRm5rriBGEirDSwz9uJQg6PdT6ZIrQDTBM5Koadr7MUIiXWOXyhq4TeUU7amBPxtZs0f6IkVq9WMdkjXQBNtK82PuATUgvhPzl8kGExCcd19bJcDLxLXA8w7M4QAZQQ3ayp7Cb6f21H6r/s72-c/aaaaa.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-5813317857893319825</id><published>2013-03-15T12:15:00.000+08:00</published><updated>2013-03-15T12:15:25.986+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2013.02 投資組合變動</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
二月份美股台股都沒動作, 持續在觀望中被軋空手 &amp;gt;&quot;&amp;lt;&lt;br /&gt;
Firstrade則是按照進度申請, 並且在三月初完成匯款&lt;br /&gt;
預期外的是, 我決定多投點資金到美股, 所以二月份又換了一些美金&lt;br /&gt;
目前資金比重變成 台股47% 美股53%&lt;br /&gt;
&lt;br /&gt;
台灣持股策略&lt;br /&gt;
25%投個股, 75%放FB台50/0056&lt;br /&gt;
&lt;br /&gt;
美國持股策略&lt;br /&gt;
IVV/VTI (55%) ITB/XHB (45%)&lt;br /&gt;
&lt;br /&gt;
先這樣, 到時再做調整囉 ^__^&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/5813317857893319825/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/5813317857893319825' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/5813317857893319825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/5813317857893319825'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/03/201302.html' title='2013.02 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-5453553691739071274</id><published>2013-03-07T12:59:00.000+08:00</published><updated>2013-03-26T10:38:05.460+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="美股開戶"/><title type='text'>台灣銀行電匯Firstrade</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyQdjKh_iSveps3fwKSSih2340-r6D7vdIPvgmXChnstNyB26kQgB6GWHOjOXffE57B0ZQlFH4EkHPt3Z-t6-4yfz7FiVEipdNe1sTyY-n40abum1BXt3jaN_6tRG2zWjjbncvz6FPEIAB/s1600/boa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyQdjKh_iSveps3fwKSSih2340-r6D7vdIPvgmXChnstNyB26kQgB6GWHOjOXffE57B0ZQlFH4EkHPt3Z-t6-4yfz7FiVEipdNe1sTyY-n40abum1BXt3jaN_6tRG2zWjjbncvz6FPEIAB/s1600/boa.jpg&quot; height=&quot;332&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;（請點上圖, 可以放大檢視）&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;到台灣銀行辦理約定轉帳的隔天, 就能使用網銀來做第一次注資的動作囉!&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;網頁上需填寫的部份有&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;1. 你的電話: 我填了手機號碼&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;2. 匯款金額: 填你要匯多少美金, 舉例我要匯一萬美金, 就填入 10000&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;3. 匯出款項分類: 選擇&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&quot;投資國外股權證券&quot;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;4. 備註欄(1)填入: for final credit to: 你的護照英文名字&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;5. 備註欄(2)填入: account number: 你的firstrade數字帳號八位數&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
相關資訊&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade.html&quot;&gt;美國券商 Firstrade 開戶心得&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade_18.html&quot;&gt;Firstrade 申請匯費補貼&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/5453553691739071274/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/5453553691739071274' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/5453553691739071274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/5453553691739071274'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/03/firstrade_7.html' title='台灣銀行電匯Firstrade'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyQdjKh_iSveps3fwKSSih2340-r6D7vdIPvgmXChnstNyB26kQgB6GWHOjOXffE57B0ZQlFH4EkHPt3Z-t6-4yfz7FiVEipdNe1sTyY-n40abum1BXt3jaN_6tRG2zWjjbncvz6FPEIAB/s72-c/boa.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-7477312534188321528</id><published>2013-03-04T19:01:00.002+08:00</published><updated>2013-04-01T12:03:08.419+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="美股開戶"/><title type='text'>美國券商 Firstrade 開戶心得</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
1. 花了半個小時上Firstrade網站填寫申請資料與列印相關文件(申請書一張, W-8BEN一張, 有效護照影本)&lt;br /&gt;
2. 花了三個禮拜的時間等待郵件抵達美國券商審核, 成本75台幣&lt;br /&gt;
3. 花了一個小時的時間到台銀辦理網銀美元約定轉帳, 並且必須等待一天才能啟用&lt;br /&gt;
4. 最後透過網銀轉帳到Firstrade, 成本約28塊美金 (台銀收10塊, 中間銀行收18塊)&lt;br /&gt;
5. 我在3/5早上透過台銀轉帳, 3/6 09:30早上登入firstrade網站, 看到匯款出現&lt;br /&gt;
6. 目前firstrade有補貼匯費方案, 新開戶者, 第一次匯入資金達一萬美元以上, 可以獲得補助25塊&lt;br /&gt;
&amp;nbsp; &amp;nbsp; 所以我這次就決定匯了一萬出頭進去&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;*辦理台銀約定轉帳請攜帶&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;身份證, 印章, 以及Firstrade轉帳相關資料以及你家的英文地址&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
我這次的Firstrade轉帳資料如下: (&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;如果要匯款, 還是請參考Firstrade網站最準確&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;)&lt;br /&gt;
============================================================&lt;br /&gt;
受款銀行名稱&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;BMO Harris Bank&lt;br /&gt;
受款銀行地址&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;111 W Monroe Street, Chicago, IL 60603&lt;br /&gt;
SWIFT碼&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;HATRUS44&lt;br /&gt;
受款人名稱&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Apex&lt;br /&gt;
受款人地址&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;1700 Pacific Avenue, Dallas, Texas 75201&lt;br /&gt;
受款人帳戶號碼&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;3713286&lt;br /&gt;
============================================================&lt;br /&gt;
&lt;br /&gt;
之後在網銀做轉帳的時候, 需在備註欄填寫下列資訊&lt;br /&gt;
============================================================&lt;br /&gt;
匯款附言/最終受款人（For final credit to）:&lt;br /&gt;
最終受款人帳戶名稱 (&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;此為你的護照英文名字&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;)&lt;br /&gt;
最終受款人帳戶號碼 (&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;此為你的Firstrade帳號, 注意! 並非網頁登入帳號, 而是網頁登入後, 右上角顯示的八位數號碼 XXX-XXXX&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;)&lt;br /&gt;
============================================================&lt;br /&gt;
&lt;br /&gt;
目前Firstrade的優惠是匯入5000美金, 可以享有兩個月內100次免費交易&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;限制是從你上網完成帳號申請之後起算, 一個月內必須匯入資金&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
所以時間是有點緊湊的, 這部份要特別注意! 不要讓自己的權益因而受損!&lt;br /&gt;
&lt;br /&gt;
關於在申請過程中有遇到的問題, 我都直接寫中文信去他們的客服信箱&lt;br /&gt;
回覆時間大概一天, 比如我白天email過去, 晚上美國開始上班, 隔天白天收信, 就有回覆了, 算是挺快的&lt;br /&gt;
&lt;br /&gt;
申請過程中我遇到的問題如下:&lt;br /&gt;
1. 我寄過去的信件, 透過郵局查詢, 看起來是已經到美國了, 但是一直沒收到Firstrade approve的信件&lt;br /&gt;
&amp;nbsp; &amp;nbsp;所以我就寫信去問我的文件通過審核了沒.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Firstrade回覆如下:&lt;br /&gt;
&amp;nbsp; &amp;nbsp;您好!　經查看, 我們目前尚未收到您的帳戶申請文件, 帳戶目前尚未完全開通. 請通過郵寄方式提交以下帳戶申請文件:&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp; &amp;nbsp; －線上交易服務合約書，&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp; &amp;nbsp; －ｗ－８ｂｅｎ表格原件，&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp; &amp;nbsp; －有效護照信息頁及簽名頁的複印件．　&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
2. 第三個禮拜我又去信問了一次:&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Q: 我想請問我的帳戶是否已經通過書面文件的確認, 可以進行注資的動作? 謝謝&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Firstrade回覆如下:&lt;br /&gt;
&amp;nbsp; &amp;nbsp; A: 您的帳戶資料已通過審核，您注資后便能進行交易了，感謝您的合作。&lt;br /&gt;
&lt;br /&gt;
2.1 上面那個問題得到回信的隔天, 我收到了Firstrade正式的approve通知如下：&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; 美國第一理財證券公司已經收到您郵寄來的開戶文件， 並且已經審核通過。 現在只要注資帳戶以後， 您就可以全面體驗第一理財尖端先進的交易界面與親切誠摯的服務，助您達成投資目標。&lt;br /&gt;
&lt;br /&gt;
2.2 另一個我遇到的問題是, 有一天我在公司收到APEX的英文信, 因為這個公司看起來是 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Firstrade處理匯款的公司, 所以我才會以為我的帳號被審核過了, 才會有第二點的email提問.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; 今天我登入Firstrade網站, 發現我的郵寄資料地址是公司地址, 所以我順手把它改成家裡地址囉, 以後相關書面文件就能在家裡收到了.&lt;br /&gt;
&lt;br /&gt;
3. 第三次我想到那個100次免費交易的資格是如何才算成立, 所以我又去信:&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Q: &lt;br /&gt;
&amp;nbsp; &amp;nbsp;你好:&lt;br /&gt;
&amp;nbsp; &amp;nbsp;我目前尚未注資到我的帳戶&lt;br /&gt;
&amp;nbsp; &amp;nbsp;我想請問我最晚必須在何時注資才能獲得新開帳戶的100次免費交易呢?&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;Firstrade回覆如下:&lt;br /&gt;
&amp;nbsp; &amp;nbsp;A: 您好!　根據優惠條款規定：&quot;新帳戶開戶日期需為 2/1/2013- 12/31/2013之間，並於開戶後30天內存入或轉入資產$5,000（不包括共同基金或固定收益）以上。此特惠的網路股票期權交易必須於帳戶存入資產後60天內使用， 且最多高達100次。每筆網路股票或期權交易的最高抵扣費用為$6.95。 期權之合約、行使及履約費用另計。&quot; 請在03/09/2013請在按要求注資您的帳戶以獲得新開帳戶優惠. 感謝您的合作.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
這三次的email往來, 都是在一天內回覆, 都是以中文往來, 也都簡單明瞭, 不會看不懂.&lt;br /&gt;
所以對於Firstrade的中文客服, 算是滿意囉!&lt;br /&gt;
&lt;br /&gt;
以上這是我對於Firstrade開戶的相關過程與心得, 希望對你有所幫助&lt;br /&gt;
&lt;br /&gt;
如果有需要我幫你推薦&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;TD Ameritrade or Firstrade&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;的話&lt;br /&gt;
請留下英文姓名(護照上的英文拼音)與E-Mail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
相關連結&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade_7.html&quot;&gt;台灣銀行電匯Firstrade&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2013/03/firstrade_18.html&quot;&gt;Firstrade 申請匯費補貼&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/7477312534188321528/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/7477312534188321528' title='6 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7477312534188321528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7477312534188321528'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/03/firstrade.html' title='美國券商 Firstrade 開戶心得'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-6474262193861461116</id><published>2013-02-27T22:13:00.000+08:00</published><updated>2013-02-28T22:00:10.706+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="電影"/><title type='text'>西門町國賓最佳位置</title><content type='html'>&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhbnhDjbjAWK0S7JVSPnMZF8s__dPvN7KSGawHWN-EBZ6g2iJCZuBHJ9-PK4nGN-x7kuihvzCgLK_vCUgt1ZMbqkVLZLQFHwYLZJOWI1_uY5cpRg1eFPj1zLj3AtUTaqeIUYdqfGoGkh2F/s1600/P1110658.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhbnhDjbjAWK0S7JVSPnMZF8s__dPvN7KSGawHWN-EBZ6g2iJCZuBHJ9-PK4nGN-x7kuihvzCgLK_vCUgt1ZMbqkVLZLQFHwYLZJOWI1_uY5cpRg1eFPj1zLj3AtUTaqeIUYdqfGoGkh2F/s1600/P1110658.JPG&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: small; line-height: 17.99715805053711px; text-align: left;&quot;&gt;昨天天氣不錯, 今天居然下大雨, 請假真的要先看看氣象預報 =.=&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: small; line-height: 17.99715805053711px; text-align: left;&quot;&gt;今天早上在西門町的subway跟國賓一廳, 都我包場了XD&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: small; line-height: 17.99715805053711px; text-align: left;&quot;&gt;電影院九百多個位置, 只有九個人看....&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: small; line-height: 17.99715805053711px; text-align: left;&quot;&gt;今天坐在17排頭有點昏, 因為17排後面就整個沒人了&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: small; line-height: 17.99715805053711px; text-align: left;&quot;&gt;所以我順便測試了一下電影院的最佳位置&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;text_exposed_show&quot; style=&quot;background-color: white; display: inline; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; line-height: 17.99715805053711px; text-align: left;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;國賓一廳的最佳位置, 我覺得是在19~21之間&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style=&quot;color: #333333; font-size: small;&quot;&gt;另外第一次吃subway的早餐&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #333333; font-size: small;&quot;&gt;烤牛肉這款不錯, 搭配最近很喜歡的蜂蜜燕麥麵包+芒果百香果茶&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/6474262193861461116/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/6474262193861461116' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6474262193861461116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6474262193861461116'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/02/blog-post.html' title='西門町國賓最佳位置'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhbnhDjbjAWK0S7JVSPnMZF8s__dPvN7KSGawHWN-EBZ6g2iJCZuBHJ9-PK4nGN-x7kuihvzCgLK_vCUgt1ZMbqkVLZLQFHwYLZJOWI1_uY5cpRg1eFPj1zLj3AtUTaqeIUYdqfGoGkh2F/s72-c/P1110658.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-8437281005937234044</id><published>2013-02-12T14:24:00.001+08:00</published><updated>2013-02-12T14:24:52.550+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2013.01 投資組合變動</title><content type='html'>趁著過年前一個禮拜, 把台股剩下的2904清倉了&lt;br /&gt;
&lt;div&gt;
最近喵到一月營收維持在4400萬&lt;/div&gt;
&lt;div&gt;
看來未如預期出現上次合約到期, 營收又往下掉的狀況&lt;/div&gt;
&lt;div&gt;
不過目前已經零持股了, 就不管它了^__^&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
美股部分我也把它出清了&lt;/div&gt;
&lt;div&gt;
不過美股還是持續強勢, 幾乎都不拉回, 這下有點尷尬了&lt;/div&gt;
&lt;div&gt;
所以還是要有些基本的長線持股會比較穩當些&lt;/div&gt;
&lt;div&gt;
接下來可能會採取定期定額來買&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
另外最近會再開另外一個美股戶頭 (Firstrade)&lt;/div&gt;
&lt;div&gt;
把去年美股賺的美金轉到這邊來買個股&lt;/div&gt;
&lt;div&gt;
剛好開戶匯入5000美金以上可以有兩個月100次的免費交易&lt;/div&gt;
&lt;div&gt;
這樣我也能趁這兩個月定期定額買進一些想買的個股或者sector ETF&lt;/div&gt;
&lt;div&gt;
一舉兩得&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
而有鑑於去年台股與美股的績效差太多&lt;/div&gt;
&lt;div&gt;
決定把資產再重新分配一下&lt;/div&gt;
&lt;div&gt;
再匯部分資金到美股, 讓台股和美股的資金變成各50%&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2013年歸零重新開始&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/8437281005937234044/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/8437281005937234044' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8437281005937234044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/8437281005937234044'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/02/201301.html' title='2013.01 投資組合變動'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-3303456104901693600</id><published>2013-01-04T13:40:00.000+08:00</published><updated>2013-01-04T13:40:04.219+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2012.12 投資組合變動</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
12月份最後一週為了躲避可能的美國財政懸崖&lt;br /&gt;
賣出了大半持股&lt;br /&gt;
包括出清BRK.B, XLK, VWO, 以及三分之二的XHB&lt;br /&gt;
目前手上剩下VTI/IVV/XHB當作長期部位&lt;br /&gt;
獲利了結部位報酬率約8.5%&lt;br /&gt;
目前剩下的投資組合報酬約7.5%&lt;br /&gt;
結果財政懸崖沒來, 少賺了5%&lt;br /&gt;
目前策略是等待, 畢竟兩個月後美國又來繼續面對財政方面的政治角力&lt;br /&gt;
到時候再慢慢增加大盤的長期部位, 並找點來回補之前賣出的部位&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
台股部份一樣的理由出清大部份持股&lt;br /&gt;
今年了結部位虧了7%&lt;br /&gt;
主要虧損集中在匯僑, 陽明跟偉詮電獲利跟虧損相抵, 小虧1%&lt;br /&gt;
目前手上剩下2成的匯僑, 過年前應該會出清, 不然就參加除權息了&lt;br /&gt;
&lt;br /&gt;
展望2013年, 台灣個股的比重預計會降到10%&lt;br /&gt;
開始以0050, 0056, 006208這些ETF為主&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/3303456104901693600/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/3303456104901693600' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/3303456104901693600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/3303456104901693600'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2013/01/201212.html' title='2012.12 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-218909999595563460</id><published>2012-12-26T14:06:00.000+08:00</published><updated>2013-04-10T09:46:55.065+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="bash"/><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>Reverse SSH Tunnel (openssh/dropbear)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;ul&gt;
&lt;li&gt;Network topology&lt;/li&gt;
&lt;/ul&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;b&gt;[Server A]-------[Gateway B with firewall]-----[NAT]-----[Client C]&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Request: How to access Client C from Server A&lt;/li&gt;
&lt;li&gt;Environment:
&lt;ul&gt;
&lt;li&gt;Server A: Ubuntu/OpenSSH_5.3p1 Debian-3ubuntu5, &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;userA@w.x.y.z&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Client C: Linux/Dropbear sshd v0.53.1, &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;userC@a.b.c.d&lt;/b&gt;&lt;/span&gt;, should running sshd&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Steps
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt; Apply reverse_ssh_tunnel_patch.sh to Client C
&lt;/li&gt;
&lt;li&gt; Client C will establish a SSH tunnel back to Server A
&lt;/li&gt;
&lt;li&gt; SSH into Server A
&lt;/li&gt;
&lt;li&gt; Do&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt; ssh userC@localhost -p 15678&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;, this command will connect into Client C through tunnel
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red; font-size: large;&quot;&gt;&lt;b&gt;&lt;i&gt;[reverse_ssh_tunnel_patch.sh]&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;b&gt;&lt;i&gt;#!/bin/sh
SERVER_IP=w.x.y.z
PORT=15678
USER=userA
ssh -i /etc/dropbear/dropbear_rsa_host_key -y -N -f -R ${PORT}:localhost:22 ${USER}@${SERVER_IP}
iptables -I INPUT -i lo -p tcp -m tcp --dport 22 -j ACCEPT&lt;/i&gt;&lt;/b&gt;
&lt;/pre&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/218909999595563460/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/218909999595563460' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/218909999595563460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/218909999595563460'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2012/12/reverse-ssh-tunnel-opensshdropbear.html' title='Reverse SSH Tunnel (openssh/dropbear)'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-7005206355373493839</id><published>2012-12-16T16:39:00.000+08:00</published><updated>2012-12-16T16:44:36.238+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="buy"/><title type='text'>女朋友, Panasonic GF5 + 14mm定焦, 翔茂國際</title><content type='html'>&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;看著靜靜躺在GF1紙盒裡的保單購買日期, 2011/1/xx&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;轉眼間, 接近兩年的時間就這樣過去了&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;而我又回到這個熟悉的地方, 隱身於中華路上某陳舊大樓二樓的&lt;a href=&quot;https://www.facebook.com/pages/%E7%BF%94%E8%8C%82%E5%9C%8B%E9%9A%9B/292290280811440&quot;&gt;翔茂國際&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;購買已經出到第四代的GF5&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;從228公園過來的路上, 也曾在博愛特區的鼎泰豐相機詢價過&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;應該有機會比翔茂的一萬二便宜幾百塊&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;但是買相機這檔事, 還是找比較有信譽的店家買比較安心&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;畢竟是買水貨, 店家保固一年&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;翔茂店保一年的意思是一年內有任何非人為因素, 免費幫你送回日本檢修&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;有些店保則是運費要自己出&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;會特地過來翔茂購買是因為之前在survey GF1的時候&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;從wisley的推薦文章裡得知這家相機店&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;&lt;a href=&quot;http://wiselyview.net/blog/read-525.html&quot;&gt;【廣宣】Wisely推薦買相機的好店家 – 翔茂&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;那次購買的經驗也還不錯, GF1至今快兩年了, 也沒出過問題&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;所以這次還是來這邊消費, 其實過去五年, 我也只在這裡跟芝山站的億華消費過&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;ewhat每次去, 人都是滿滿的, 而翔茂去了兩次, 每次都是只有我跟老闆 哈哈~&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;這次與老闆閒聊了一下&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;他說最近都是賣公司貨比較多&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;而這一兩年因為歐盟對於環保零組件的規定嚴格&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;間接造成相機耐用度不如過去, 因為這些環保材質是比較近期研製的&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;所以良率跟耐用度有可能比較差&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;所以公司貨雖然比較貴, 但是保固三年, 其實是另外一種選擇, 就看你考慮的重點是甚麼?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: lucida grande, tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsMVJUCD2_kaH839v5B0goFJx6-1Lzx3u5GGnUCabUCcbEXSKAN-RHc2tDj-NURYoFT-14_eIhiPKkogQpCmW1yQez24Yaka5XIizVGwham9jpMILPHwIm0T2GZRPRjhbBGwcNRxCvh8DG/s1600/P1110198.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsMVJUCD2_kaH839v5B0goFJx6-1Lzx3u5GGnUCabUCcbEXSKAN-RHc2tDj-NURYoFT-14_eIhiPKkogQpCmW1yQez24Yaka5XIizVGwham9jpMILPHwIm0T2GZRPRjhbBGwcNRxCvh8DG/s1600/P1110198.JPG&quot; height=&quot;356&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlmrvntexycgnGKs7XPMX3cRYpouRggJ1yVZLPFkZJuedwlajk5OOHpkusMte9bwdKsyeQue6CKeAGI5nlmwoAURfNHByVn0XBcAtTueLVbaCj1onVny2QGr71XM-oRbpMZONBacP22-pX/s1600/P1110200.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlmrvntexycgnGKs7XPMX3cRYpouRggJ1yVZLPFkZJuedwlajk5OOHpkusMte9bwdKsyeQue6CKeAGI5nlmwoAURfNHByVn0XBcAtTueLVbaCj1onVny2QGr71XM-oRbpMZONBacP22-pX/s1600/P1110200.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB1lchTcfZ9oRcn4cmq4B063FqKi3suyzzS75DMaswtxPksEHk9V2CwkA7pT50B0x50lKwIMGIvBNzrVcIrMJOI2DgpWTxlx0PANzcE49YQ4X6pZ4PGBP-MCWgCh_N7yn1M3GNy1DxwyZa/s1600/P1110202.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB1lchTcfZ9oRcn4cmq4B063FqKi3suyzzS75DMaswtxPksEHk9V2CwkA7pT50B0x50lKwIMGIvBNzrVcIrMJOI2DgpWTxlx0PANzcE49YQ4X6pZ4PGBP-MCWgCh_N7yn1M3GNy1DxwyZa/s1600/P1110202.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUMpeIwvIFKKIoJMMwAcCeL-tKtYJmH7wxaoQNqzD8qRUbddOCAEzVV3oeCDt-HTbOfmBivoJKqAGb4ETUNUojnV-vR9DOqLRAT72l7j_p8hHwXszUz4g5xgwhVR7uTem-vPQW-T1Zk_v7/s1600/P1110203.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUMpeIwvIFKKIoJMMwAcCeL-tKtYJmH7wxaoQNqzD8qRUbddOCAEzVV3oeCDt-HTbOfmBivoJKqAGb4ETUNUojnV-vR9DOqLRAT72l7j_p8hHwXszUz4g5xgwhVR7uTem-vPQW-T1Zk_v7/s1600/P1110203.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEQIGlUZSQ9gC5kby7raAvVi9syWiMdJ72HgJgX1iyldoyTl_7knPlD50zIX9WdzddIJUnHY2Ejhc5rBsKhIQbtjFzVxNhgmXlb85vplIHfBbvkiaT317uHLsOuLCQeNau1G4u_mHL494U/s1600/P1110210.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEQIGlUZSQ9gC5kby7raAvVi9syWiMdJ72HgJgX1iyldoyTl_7knPlD50zIX9WdzddIJUnHY2Ejhc5rBsKhIQbtjFzVxNhgmXlb85vplIHfBbvkiaT317uHLsOuLCQeNau1G4u_mHL494U/s1600/P1110210.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI4F635EvtlzA-qyOOWzc1JPaOXYmwkTzXreSQRUrWNKw4lOBeT5iIDY-p2LeghJCMD5PtDQlh9icWjjAmnH-2y21FmCdvDOAEClPzfJBOkkyUp9-FhbbV3GraCAgDKItZAEu0PV8zfazM/s1600/P1110212.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI4F635EvtlzA-qyOOWzc1JPaOXYmwkTzXreSQRUrWNKw4lOBeT5iIDY-p2LeghJCMD5PtDQlh9icWjjAmnH-2y21FmCdvDOAEClPzfJBOkkyUp9-FhbbV3GraCAgDKItZAEu0PV8zfazM/s1600/P1110212.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXQhCA66Kj3nK3jblt6L8UOGW9VYPWB1VqlwP_TH8eWKdf_t9Bg15Rn35-cxOtGf36aSgAwKr9NojNT6829h_GCuBW1_LSx7CJxTJzSGZxPu6xbhGxCHkIg-94wUbI2e_AM254V8Ze3iVM/s1600/P1110209.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXQhCA66Kj3nK3jblt6L8UOGW9VYPWB1VqlwP_TH8eWKdf_t9Bg15Rn35-cxOtGf36aSgAwKr9NojNT6829h_GCuBW1_LSx7CJxTJzSGZxPu6xbhGxCHkIg-94wUbI2e_AM254V8Ze3iVM/s1600/P1110209.JPG&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3QafsnspMRwnW2SwsdPmv34eZjE-wom0LPA0TthFnX6PeqG51Eoh76wF89yut3L8PXUPKWnxiJSvB5Gv8AitaMAj9IV96F1hfvZ0oKGZaQdjcsxYVfRvEa1edj9ZqDqOp-gO3MDGCr6pB/s1600/P1110213.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3QafsnspMRwnW2SwsdPmv34eZjE-wom0LPA0TthFnX6PeqG51Eoh76wF89yut3L8PXUPKWnxiJSvB5Gv8AitaMAj9IV96F1hfvZ0oKGZaQdjcsxYVfRvEa1edj9ZqDqOp-gO3MDGCr6pB/s1600/P1110213.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0J0gNjV4j8_sqy4QMuxJrTAlocUsuxB2Q8uJmvAkrkyQ705Zh2kBvYYsfq0LR_fpvwCkCXSWXv0vbeB2aJjymWGJ_7VZ4H-8Ez8HAY8OWZm0x6zvmRpYjXfr0mAbfjSN8BXFRr-0LWHFb/s1600/P1110214.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0J0gNjV4j8_sqy4QMuxJrTAlocUsuxB2Q8uJmvAkrkyQ705Zh2kBvYYsfq0LR_fpvwCkCXSWXv0vbeB2aJjymWGJ_7VZ4H-8Ez8HAY8OWZm0x6zvmRpYjXfr0mAbfjSN8BXFRr-0LWHFb/s1600/P1110214.jpg&quot; height=&quot;358&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;小巧質感優, 已經不適合男人的大手&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;GF系列不再是男人的女朋友, 而是男人送給女朋友的GF了&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;這次買的是褐色的機身, 本來比較喜歡的是紅色, 但是右手握的部分只有黑色和褐色有蒙皮&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;所以最後選了褐色, 機身(225g) + 14mm(50g)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;算是輕量了, 給老婆當隨身機剛好&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;而我就繼續用我的GF1+20mm&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;現在還不知道皮套要用哪一種比較方便攜帶&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;目前價格還有點偏貴&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;我覺得可以入手的價位在10000左右搭配14mm定焦&lt;/span&gt;&lt;wbr style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot; style=&quot;background-color: white; color: #333333; display: inline-block; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;, 是會讓我滿意的價格&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;現在水貨價約12000&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;翔茂國際&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;地址: 台北市中華路25-3 2F&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;電話: (02) 23121255&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;後記:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;為什麼會買這部送老婆呢?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;其實是我犯了全天下男人都會的錯&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;那就是沒把&quot;老婆怎麼可能做錯事, 就做錯事也不能怪她&quot;這句話當作準則&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;於是在觸犯天條的情況底下, 只能買禮物來賠罪, 順便警惕自己, 不要跟自己的荷包過不去&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;甚麼男人的面子, 根本沒這回事.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/7005206355373493839/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/7005206355373493839' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7005206355373493839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/7005206355373493839'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2012/12/panasonic-gf5-14mm.html' title='女朋友, Panasonic GF5 + 14mm定焦, 翔茂國際'/><author><name>米克斯.亂</name><uri>http://www.blogger.com/profile/03939837048434047320</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsMVJUCD2_kaH839v5B0goFJx6-1Lzx3u5GGnUCabUCcbEXSKAN-RHc2tDj-NURYoFT-14_eIhiPKkogQpCmW1yQez24Yaka5XIizVGwham9jpMILPHwIm0T2GZRPRjhbBGwcNRxCvh8DG/s72-c/P1110198.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-1112720080833649374</id><published>2012-12-13T18:17:00.000+08:00</published><updated>2012-12-17T18:06:13.533+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="buy"/><title type='text'>ACER TravelMate 電池壞了</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
這部Acer筆電, 買來兩年半左右, 其實不怎麼常用&lt;br /&gt;
通常都是在公司接著電源, 所以電池是拔掉的狀態&lt;br /&gt;
這半年因為常需要移來移去, 電池也就懶的拔了&lt;br /&gt;
最近公司終於買了新筆電, 於是舊筆電就拿回家繼續服役&lt;br /&gt;
不過沒幾天, 電池突然完全無法充電...&lt;br /&gt;
也就是電池插著, 電源只要拔掉, 筆電立刻就斷電了...&lt;br /&gt;
這...很無言&lt;br /&gt;
&lt;br /&gt;
家裡那部HP便宜的筆電, 用了四年多, 電池一直插著&lt;br /&gt;
雖然蓄電能力已經很低了, 但是還是可以撐一下&lt;br /&gt;
&lt;br /&gt;
之前已經有過一次維修不愉快的經驗&lt;br /&gt;
加上這次電池事件, 實在無法讓人有支持國貨的信心啊&lt;br /&gt;
這部還號稱是商務型的咧...&lt;br /&gt;
&lt;br /&gt;
另外最近還有一件事也讓人無法去支持國貨&lt;br /&gt;
話說公司桌機終於可以換新了&lt;br /&gt;
所以我就自己上PCHOME做survey&lt;br /&gt;
看了ASUS/ACER/lenovo, 比較了規格跟價錢&lt;br /&gt;
lenovo硬是有誠意多了&lt;br /&gt;
同樣是最新的i5架構, 國產雙A還在用1333Hz的RAM&lt;br /&gt;
lenovo直接給你1600Hz, 機殼設計也挺輕巧漂亮的&lt;br /&gt;
&lt;br /&gt;
人家日本人都把最好的貨留在本國賣, 台灣似乎是相反!?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
相關連結:&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2010/05/acer-travelmate-8331g.html&quot;&gt;ACER TravelMate 8331G 維修經驗&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://mixtt.blogspot.tw/2008/09/compaq-presario-cq45.html&quot;&gt;compaq Presario CQ45&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/1112720080833649374/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/1112720080833649374' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/1112720080833649374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/1112720080833649374'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2012/12/acer-travelmate-8331g.html' title='ACER TravelMate 電池壞了'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5413028298947970344.post-6897690789214895580</id><published>2012-12-06T14:51:00.001+08:00</published><updated>2012-12-06T14:51:21.213+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="我要錢"/><title type='text'>2012.11 投資組合變動</title><content type='html'>&lt;div id=&quot;fullpost&quot;&gt;
&lt;br /&gt;
11月份美股沒有任何變動&lt;br /&gt;
目前投資組合報酬12.93% (上月15%）&lt;br /&gt;
還未賣出任何持股&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
台股部份這個月上沖下洗, 不過投資組合沒進出&lt;br /&gt;
報酬率目前為 -9.12% (上月 -5.25%)&lt;br /&gt;
&lt;br /&gt;
虧損增加主要是匯僑營收不如預期, 導致股價大幅下跌&lt;br /&gt;
所謂的安全邊際在這裡就能看出他的重要性&lt;br /&gt;
當初過於樂觀的盈餘預估, 不如預期加上成交量少&lt;br /&gt;
劈哩啪啦一跌就很兇猛&lt;br /&gt;
&lt;br /&gt;
其實從財報裡可以看出有一份合約到九月到期&lt;br /&gt;
而另一份合約會在十二月底到期&lt;br /&gt;
還有明年部份設備需要與港務局重新議約&lt;br /&gt;
這些都是不確定性, 有持股的人多注意囉&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
台股最近大反彈, 融券大增, 應該還有高點, 會擇機出脫部份持股&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mixtt.blogspot.com/feeds/6897690789214895580/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5413028298947970344/6897690789214895580' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6897690789214895580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413028298947970344/posts/default/6897690789214895580'/><link rel='alternate' type='text/html' href='http://mixtt.blogspot.com/2012/12/201211.html' title='2012.11 投資組合變動'/><author><name>M.K</name><uri>http://www.blogger.com/profile/09557565472773899319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivM3jhV3JCKBHD3T8f6E-Srr8Q7jrpFgDY_odyitXGLYH2Nk_uCK6zImA3P_xISsSjPNkEH3AipJZBIMiYpWqExs5buctbTSxmvUMYov65h3cwUWEX2uY_LIbQxV67l0w/s220/298711fb2e6e332c59fcfe285d4746360a094478.jpg'/></author><thr:total>0</thr:total></entry></feed>