<?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/2018/07/feed</link><description>多元化原創文章，內容包羅萬象，有程式語言、網站應用、軟體介紹、硬體介紹、作業系統、旅行遊記、專題採訪、益智問題、文學創作，以及作者們的知識分享和作品分享。</description><language>zh-TW</language><lastBuildDate>Tue, 26 May 2026 08:51:04 +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 學習之路─第二十四章：建立多執行緒的Web伺服器</title><link>https://magiclen.org/rust-multi-thread-web-server</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="">
在這個章節中，我們要用最基礎的方式透過TCP的監聽與連接，解析與傳送符合HTTP格式的訊息，來完成我們的Web伺服器。至於會選擇用這樣的方式來製作Web伺服器的原因是，要練習把我們在先前的章節中學到的東西加以應用。畢竟現在crates.io上已經有很多現成的Web框架(Web Framework)可以使用，正常來講我們是不需要從底層刻出Web伺服器的。]]></description><category>研究分享</category><category>Rust</category><category>Rust</category><category>Rust 學習之路</category><guid>https://magiclen.org/rust-multi-thread-web-server</guid><pubDate>Wed, 4 Jul 2018 09:00:17 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Rust 學習之路─第二十三章：進階的型別用法</title><link>https://magiclen.org/rust-advanced-type</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="">
在上一章節的最後我們介紹到利用元組結構體來建立新的型別的方式，在這個章節我們會繼續介紹更多型別的應用。]]></description><category>研究分享</category><category>Rust</category><category>Rust</category><category>Rust 學習之路</category><guid>https://magiclen.org/rust-advanced-type</guid><pubDate>Tue, 3 Jul 2018 09:00:57 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Rust 學習之路─第二十二章：進階的特性用法</title><link>https://magiclen.org/rust-advanced-trait</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="">
這個章節會詳細介紹特性的關聯型別(Associated Type)、運算子多載(Operator Overloading)的實作方式、呼叫名稱相同但屬於不同特性的方法或關聯函數、替外部的型別實作新的特性。]]></description><category>研究分享</category><category>Rust</category><category>Rust</category><category>Rust 學習之路</category><guid>https://magiclen.org/rust-advanced-trait</guid><pubDate>Mon, 2 Jul 2018 09:00:44 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Rust 學習之路─第二十一章：進階的生命周期用法</title><link>https://magiclen.org/rust-advanced-lifetime</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="">
關於Rust的生命周期，我們在先前的章節中已經先學習了一部份了。在這個章節，我們將會學習如何使用生命周期的子型別，了解如何替泛型型別參數指定生命周期，以及特性物件的生命周期規則。]]></description><category>研究分享</category><category>Rust</category><category>Rust</category><category>Rust 學習之路</category><guid>https://magiclen.org/rust-advanced-lifetime</guid><pubDate>Sun, 1 Jul 2018 09:00:04 +0800</pubDate><dc:creator>Magic Len</dc:creator></item></channel></rss>