<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><title>MagicLen</title><link>https://magiclen.org/2015/06/feed</link><description>多元化原創文章，內容包羅萬象，有程式語言、網站應用、軟體介紹、硬體介紹、作業系統、旅行遊記、專題採訪、益智問題、文學創作，以及作者們的知識分享和作品分享。</description><language>zh-TW</language><lastBuildDate>Fri, 17 Apr 2026 00:24:53 +0000</lastBuildDate><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>8</sy:updateFrequency><sy:updateBase>1970-01-01T00:00+00:00</sy:updateBase><item><title>快速查看Android裝置的公開IP位址－IP查看器</title><link>https://magiclen.org/android-ip-viewer</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/Screenshot_2015-06-22-22-51-23-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2015/06/Screenshot_2015-06-22-22-51-23-220x162.png 1x, https://magiclen.org/wp-content/uploads/2015/06/Screenshot_2015-06-22-22-51-23-440x324.png 2x, https://magiclen.org/wp-content/uploads/2015/06/Screenshot_2015-06-22-22-51-23-660x486.png 3x" alt="">
IP查看器允許使用者查看以及分享Android行動裝置的公開IP。此外，在很多場所中，除了自己的行動網路外，有時環境裡還會同時有許多Wifi熱點(Hotspot)可以用來連上網際網路，究竟哪種連線方式是最快速、最穩定的呢？也可以使用IP查看器自帶的簡易ping工具來快速進行網路連線的速度以及穩定性的測試。]]></description><category>作品分享</category><category>軟體介紹</category><category>Android</category><category>Android</category><category>IP查看器</category><category>IP查詢</category><category>Java</category><guid>https://magiclen.org/android-ip-viewer</guid><pubDate>Fri, 26 Jun 2015 01:21:34 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>如何使用Java來執行系統的指令或是外部可執行檔案？</title><link>https://magiclen.org/java-command-executable</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/shot-027-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2015/06/shot-027-220x162.png 1x, https://magiclen.org/wp-content/uploads/2015/06/shot-027-440x324.png 2x, https://magiclen.org/wp-content/uploads/2015/06/shot-027-660x486.png 3x" alt="">
在設計程式的時候偶爾會需要依靠系統指令或是其它的程式來取得一些相關的訊息，或是進行一些特殊的處理，如查看系統的網卡介面，或是呼叫FFmpeg來實現影音編碼的格式轉換。雖然這些工作基本上都可以靠Java原生程式或是JNI來自行實作，但既然有已存在的指令和執行檔可以用，能省下許多開發時間，何不去用呢？]]></description><category>研究分享</category><category>Java</category><category>Java</category><category>MagicCommand</category><guid>https://magiclen.org/java-command-executable</guid><pubDate>Wed, 24 Jun 2015 23:52:35 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Agar.io 扮演細菌，在弱肉強食的世界中活下來吧！</title><link>https://magiclen.org/agar-io</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/taiwan-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2015/06/taiwan-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2015/06/taiwan-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2015/06/taiwan-660x486.jpg 3x" alt="">
Agar.io是一款多國的線上網頁遊戲，玩家在大細菌吃小細菌的遊戲世界中一開始需扮演一個小小的細菌，閃避獵食者，吃周遭的小食物，逐漸成長後開始獵捕其他細菌玩家。]]></description><category>網站應用</category><category>Agar.io</category><category>電子遊戲</category><guid>https://magiclen.org/agar-io</guid><pubDate>Sat, 20 Jun 2015 23:10:38 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>使用Linux上的安全刪除工具(Secure Delete)，避免機密資料外洩</title><link>https://magiclen.org/linux-secure-delete</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2023/09/shot-02-2-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2023/09/shot-02-2-220x162.png 1x, https://magiclen.org/wp-content/uploads/2023/09/shot-02-2-440x324.png 2x, https://magiclen.org/wp-content/uploads/2023/09/shot-02-2-660x486.png 3x" alt="">
一般在Linux刪除檔案的時候，在終端機介面下的話，通常是直接使用「rm」指令；在圖形環境下的話，通常是直接使用桌面環境提供的檔案瀏覽器來刪除檔案。在無特意去設定檔案刪除方式的情況下，刪除檔案實際上並沒有真正地將檔案的數據從儲存裝置中抹除掉，而僅僅只是刪除其在檔案系統索引表中的存在，原先檔案所佔用的空間將在之後有資料寫入時才被重新使用，因此在刪除檔案後，若是沒有重新寫入資料到原本檔案所佔用的空間位...]]></description><category>軟體介紹</category><category>Linux</category><category>Linux</category><category>srm</category><category>sfill</category><category>sdmem</category><category>sswap</category><guid>https://magiclen.org/linux-secure-delete</guid><pubDate>Thu, 18 Jun 2015 13:34:16 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>第二次的台北-台中一日單車行</title><link>https://magiclen.org/taipei-taichung-one-day-2</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/P1050602-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2015/06/P1050602-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2015/06/P1050602-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2015/06/P1050602-660x486.jpg 3x" alt="">
自從去年8月底一日雙北行程失敗後就沒有在騎過單車了，所以決定趁這大學畢業典禮的這天，好好地騎車騎一整天，目標是從台北騎回台中。在幾個月前本來打算這天騎台三線回台中，但是在出發前幾天這個念頭便被我遠遠地拋諸腦後，體力來不及練好呀！只能選擇騎地勢比較平坦的海線，由於台一線已經騎過，雖然台61線西濱公路很熱又沒補給，為了有所不同，這次還是決定儘量騎台61線。]]></description><category>單車</category><category>十七公里海岸</category><category>台中</category><category>台北</category><category>單車</category><category>新竹</category><guid>https://magiclen.org/taipei-taichung-one-day-2</guid><pubDate>Sat, 13 Jun 2015 20:49:06 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>誰說紙鶴不能有腳？我偏偏要讓它有四隻腳！</title><link>https://magiclen.org/paper-cranes-four-feet</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/P1050515-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2015/06/P1050515-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2015/06/P1050515-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2015/06/P1050515-660x486.jpg 3x" alt="">
紙鶴源自於日本，摺法簡單又美觀，是非常流行的摺紙作品，也因為太流行，曝光率太高，傳統的紙鶴形狀已經很難再吸引他人的目光了，於是乎出現了很多變形摺法，四腳紙鶴就是其中之一。一般人看到傳統紙鶴的反應大多是：「喔，紙鶴啊...」，沒什麼特別的感覺，但如果是看到長了腳的紙鶴，肯定會一眼發現到亮點：「紙鶴怎麼有腳！？」，而成功吸引到注意力。此外，鶴是鳥類，鳥類明明只有兩隻腳，但我們偏偏要讓紙鶴多出四隻腳，這...]]></description><category>摺紙</category><category>紙鶴</category><guid>https://magiclen.org/paper-cranes-four-feet</guid><pubDate>Mon, 8 Jun 2015 19:12:56 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>都市裡的叢林－台北市富陽自然生態公園、福州山公園</title><link>https://magiclen.org/fu-young</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/P1050341-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2015/06/P1050341-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2015/06/P1050341-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2015/06/P1050341-660x486.jpg 3x" alt="">
富陽自然生態公園位於台北市大安區，過去作為彈藥庫使用，為軍事管制區，一直到1994年之後改建為公園才開放一般民眾進入活動，並於2006年，正式成為以生態環境保育為目的的自然生態公園。這塊位於台北市大安區的綠地，可區分為三座山，富陽自然生態公園位於東邊的富陽山，其西邊與位於福州山的福州山公園相鄰，南邊有中埔山，三座山的高度平均約在100公尺左右，不算高，但在大都市中能有這樣的山林綠地，實屬寶貴的地方...]]></description><category>人文地理</category><category>遊玩</category><category>中埔山</category><category>富陽山</category><category>富陽自然生態公園</category><category>福州山</category><category>福州山公園</category><guid>https://magiclen.org/fu-young</guid><pubDate>Sun, 7 Jun 2015 23:17:56 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>HTC One M9 開箱之終於換智慧型手機了！</title><link>https://magiclen.org/htc-one-m9</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2015/06/P1050433-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2015/06/P1050433-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2015/06/P1050433-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2015/06/P1050433-660x486.jpg 3x" alt="">
走在路上總是可以看到許多人低頭滑著自己的手機，再看看自己用了多年的LG KX300智障型手機，歷經過多次掉在地上吃土，也因續航力變差而換了兩次電池，直到現在都還是可以正常使用。雖然自己已經有Nexus 7平板電腦，但沒有行動網路有時實在不是很方便。想想現在4G網路也開始普遍起來了，於是決定替自己換一支智慧型手機！在網路上爬了文，原先是鎖定防水防塵的Sony Xperia Z3，後來決定為了那20n...]]></description><category>敗金開箱</category><category>硬體介紹</category><category>HTC</category><category>手機</category><guid>https://magiclen.org/htc-one-m9</guid><pubDate>Sat, 6 Jun 2015 23:32:49 +0800</pubDate><dc:creator>Magic Len</dc:creator></item></channel></rss>