<?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/2020/08/feed</link><description>多元化原創文章，內容包羅萬象，有程式語言、網站應用、軟體介紹、硬體介紹、作業系統、旅行遊記、專題採訪、益智問題、文學創作，以及作者們的知識分享和作品分享。</description><language>zh-TW</language><lastBuildDate>Fri, 1 May 2026 17:44:30 +0000</lastBuildDate><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>8</sy:updateFrequency><sy:updateBase>1970-01-01T00:00+00:00</sy:updateBase><item><title>如何用Rust程式語言產生HTML文件的大綱(Outline)？</title><link>https://magiclen.org/rust-html-outliner</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2018/04/rust-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2018/04/rust-220x162.png 1x, https://magiclen.org/wp-content/uploads/2018/04/rust-440x324.png 2x, https://magiclen.org/wp-content/uploads/2018/04/rust-660x486.png 3x" alt="">
一個定義良好的HTML標題結構除了能讓訪客更輕鬆地瀏覽網頁之外，也能夠幫助搜尋引擎更精確地理解HTML文件的內容，提高網站的搜尋排名。要如何使用Rust程式來產生HTML文件的標題大綱(Outline)呢？]]></description><category>Rust</category><category>HTML</category><category>Rust</category><category>SEO</category><category>HTML Outliner</category><guid>https://magiclen.org/rust-html-outliner</guid><pubDate>Fri, 28 Aug 2020 07:00:15 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>使用Ubuntu Server架設MySQL伺服器，並於PHP程式中存取MySQL資料庫</title><link>https://magiclen.org/ubuntu-server-mysql-php</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/05/shot-49-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2020/05/shot-49-220x162.png 1x, https://magiclen.org/wp-content/uploads/2020/05/shot-49-440x324.png 2x, https://magiclen.org/wp-content/uploads/2020/05/shot-49-660x486.png 3x" alt="">
MySQL是一個開源的關聯式資料庫管理系統(Relational Database Management System, RDBMS)，適合用來架設網站。PHP是一種適合用於網站開發的腳本式程式語言，彈性度高，可以直接被嵌入HTML文件中。]]></description><category>研究分享</category><category>網路相關</category><category>Linux</category><category>Linux</category><category>MySQL</category><category>PHP</category><category>phpMyAdmin</category><category>SQL</category><category>Ubuntu</category><category>Ubuntu Server</category><category>資料庫</category><category>ss (指令)</category><guid>https://magiclen.org/ubuntu-server-mysql-php</guid><pubDate>Tue, 25 Aug 2020 12:00:38 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>台北大縱走 第六段：富陽生態公園─中埔山─土地公嶺─拇指山─九五峰─中華科技大學</title><link>https://magiclen.org/taipei-mountaineering-section-6</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/03/P1140426-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2020/03/P1140426-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2020/03/P1140426-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2020/03/P1140426-660x486.jpg 3x" alt="">
臺北市政府工務局大地工程處規劃了「台北大縱走」的活動，規劃了七段主要環繞台北市區、可縱走台北郊山的路程。這個活動雖然在走完全程後有送一些東西，但是我並不想要參加，只是想參考活動路程來爬山。台北大縱走的第六段路線相較於其它路段，算是比較複雜的。官方預估的路程時間為5到6小時，沿途有許多視野良好的觀景處，且路況不錯，還可以挑戰拉繩攀岩。]]></description><category>徒步</category><category>中埔山</category><category>台北</category><category>福州山</category><category>福州山公園</category><category>台北大縱走</category><category>青峰公園</category><category>中埔山東峰</category><category>軍功山</category><category>劍頭山</category><category>九五峰</category><category>土地公嶺</category><category>天立後山</category><category>妙高台</category><category>拇指山</category><category>南港山南峰</category><category>南港山</category><category>土地公嶺步道</category><category>南港山縱走親山步道</category><guid>https://magiclen.org/taipei-mountaineering-section-6</guid><pubDate>Thu, 20 Aug 2020 12:00:25 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>使用Ubuntu Server透過Nginx伺服器執行PHP程式</title><link>https://magiclen.org/ubuntu-server-nginx-php</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/05/shot-19-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2020/05/shot-19-220x162.png 1x, https://magiclen.org/wp-content/uploads/2020/05/shot-19-440x324.png 2x, https://magiclen.org/wp-content/uploads/2020/05/shot-19-660x486.png 3x" alt="">
Nginx是一個免費開源且穩定高效的Web伺服器程式，擁有反向代理以及負載平衡的功能，經常作為最前端的伺服器。PHP是一種適合用於網站開發的腳本式程式語言，彈性度高，可以直接被嵌入HTML文件中。Nginx可以透過FastCGI去執行PHP程式，且內建FastCGI快取功能。]]></description><category>研究分享</category><category>網路相關</category><category>Linux</category><category>Linux</category><category>Nginx</category><category>PHP</category><category>Ubuntu</category><category>Ubuntu Server</category><category>php-fpm</category><category>ss (指令)</category><guid>https://magiclen.org/ubuntu-server-nginx-php</guid><pubDate>Tue, 18 Aug 2020 12:00:24 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>台北大縱走 第五段：劍潭─劍潭山─老地方─文間山─忠勇山─白石湖和碧山巖</title><link>https://magiclen.org/taipei-mountaineering-section-5</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/02/P1110350-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2020/02/P1110350-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2020/02/P1110350-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2020/02/P1110350-660x486.jpg 3x" alt="">
臺北市政府工務局大地工程處規劃了「台北大縱走」的活動，規劃了七段主要環繞台北市區、可縱走台北郊山的路程。這個活動雖然在走完全程後有送一些東西，但是我並不想要參加，只是想參考活動路程來爬山。台北大縱走的第五段因為它不屬於外環範圍，算是支線，只想「縱走環台北」的山友們可以省略這條路線。整體來說，這條支線十分簡單，官方預估的路程時間為6到7小時，但步道沿途視野好的地方也不多，不過交通便利，想外出運動的話...]]></description><category>徒步</category><category>台北</category><category>台北大縱走</category><category>劍潭山</category><category>文間山</category><category>忠勇山</category><category>白石湖</category><category>白石湖吊橋</category><category>碧山巖</category><category>劍潭</category><category>劍南路夜景</category><category>老地方</category><guid>https://magiclen.org/taipei-mountaineering-section-5</guid><pubDate>Thu, 13 Aug 2020 12:00:09 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>使用Ubuntu Server架設Nginx伺服器</title><link>https://magiclen.org/ubuntu-server-nginx</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/05/shot-03-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2020/05/shot-03-220x162.png 1x, https://magiclen.org/wp-content/uploads/2020/05/shot-03-440x324.png 2x, https://magiclen.org/wp-content/uploads/2020/05/shot-03-660x486.png 3x" alt="">
Nginx是一個免費開源且穩定高效的Web伺服器程式，擁有反向代理以及負載平衡的功能，經常作為最前端的伺服器。]]></description><category>研究分享</category><category>網路相關</category><category>Linux</category><category>Linux</category><category>Nginx</category><category>Ubuntu</category><category>Ubuntu Server</category><category>反向代理</category><category>負載平衡</category><category>ss (指令)</category><guid>https://magiclen.org/ubuntu-server-nginx</guid><pubDate>Tue, 11 Aug 2020 12:00:09 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>台北大縱走 第四段和第三段：大溝溪親水公園─大崙頭山─風櫃嘴─石梯嶺─擎天崗</title><link>https://magiclen.org/taipei-mountaineering-section-4-3</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/03/P1120381-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2020/03/P1120381-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2020/03/P1120381-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2020/03/P1120381-660x486.jpg 3x" alt="">
臺北市政府工務局大地工程處規劃了「台北大縱走」的活動，規劃了七段主要環繞台北市區、可縱走台北郊山的路程。這個活動雖然在走完全程後有送一些東西，但是我並不想要參加，只是想參考活動路程來爬山。台北大縱走的第三段位於陽明山主線步道上，就是在擎天崗附近，由於比較不會迷路、有補給而且很容易搭到公車，因此第三段(東半段甚至是全段)可以與第四段風櫃嘴到大溝溪親水公園一起納入同一趟的縱走路線。台北大縱走第四段官方...]]></description><category>徒步</category><category>台北</category><category>擎天崗</category><category>陽明山</category><category>台北大縱走</category><category>大溝溪親水公園</category><category>圓覺寺</category><category>圓覺瀑布</category><category>大崙頭山</category><category>碧山</category><category>梅花山</category><category>風櫃嘴</category><category>頂山</category><category>石梯嶺</category><category>大溝溪生態治水園區</category><guid>https://magiclen.org/taipei-mountaineering-section-4-3</guid><pubDate>Thu, 6 Aug 2020 12:00:54 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>用動態規劃解決問題：零壹背包問題(0/1 Knapsack Problem)</title><link>https://magiclen.org/dynamic-programming-0-1-knapsack-problem</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/04/technology-1283624_1920-220x162.jpg" srcset="https://magiclen.org/wp-content/uploads/2020/04/technology-1283624_1920-220x162.jpg 1x, https://magiclen.org/wp-content/uploads/2020/04/technology-1283624_1920-440x324.jpg 2x, https://magiclen.org/wp-content/uploads/2020/04/technology-1283624_1920-660x486.jpg 3x" alt="">
一個背著背包的小偷闖空門偷東西，他必須趁屋主回來之前把有價值的物品塞進包包內帶走。考慮到小偷自身的行動力，背包能裝的物品總重量有限，小偷要如何選擇物品才能獲得最高的總價值？]]></description><category>研究分享</category><category>Java</category><category>Rust</category><category>演算法</category><category>Go</category><category>JavaScript</category><category>Java</category><category>JavaScript</category><category>Rust</category><category>TypeScript</category><category>動態規劃</category><category>Go</category><guid>https://magiclen.org/dynamic-programming-0-1-knapsack-problem</guid><pubDate>Tue, 4 Aug 2020 12:00:41 +0800</pubDate><dc:creator>Magic Len</dc:creator></item></channel></rss>