<?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/category/product-share/feed</link><description>多元化原創文章，內容包羅萬象，有程式語言、網站應用、軟體介紹、硬體介紹、作業系統、旅行遊記、專題採訪、益智問題、文學創作，以及作者們的知識分享和作品分享。</description><language>zh-TW</language><lastBuildDate>Fri, 17 Apr 2026 15:16:58 +0000</lastBuildDate><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>8</sy:updateFrequency><sy:updateBase>1970-01-01T00:00+00:00</sy:updateBase><item><title>如何寫程式讀取中華民國健保卡內的資料？在網頁中也可以讀取嗎？</title><link>https://magiclen.org/tw-nhi-icc</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2023/12/%E5%81%A5%E4%BF%9D-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2023/12/%E5%81%A5%E4%BF%9D-220x162.png 1x, https://magiclen.org/wp-content/uploads/2023/12/%E5%81%A5%E4%BF%9D-440x324.png 2x, https://magiclen.org/wp-content/uploads/2023/12/%E5%81%A5%E4%BF%9D-660x486.png 3x" alt="">
中華民國的健保IC卡必須使用相容於PC/SC介面的IC讀卡機來讀取。PC/SC的規範是由微軟與其它IC卡廠商共同訂定出來的，統一了IC卡的介面。因此如果要讀取IC卡，要在環境安裝好讀卡機的驅動程式，並且使用PC/SC的函式庫提供的功能來讀取。不過要使用PC/SC函式庫，並不是每個執行環境都能夠做到，像是網頁瀏覽器現階段應該還做不到，要等Web Smart Card API出來才行，但還是有其它方式...]]></description><category>作品分享</category><category>JavaScript</category><category>JavaScript</category><category>Linux</category><category>Windows</category><category>Rust</category><category>macOS</category><category>TypeScript</category><category>tw-nhi-icc</category><guid>https://magiclen.org/tw-nhi-icc</guid><pubDate>Sat, 23 Dec 2023 16:00:00 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Wait Service 確保指令可以在服務被啟用之後才運行的工具</title><link>https://magiclen.org/wait-service</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2022/05/shot-01-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2022/05/shot-01-220x162.png 1x, https://magiclen.org/wp-content/uploads/2022/05/shot-01-440x324.png 2x, https://magiclen.org/wp-content/uploads/2022/05/shot-01-660x486.png 3x" alt="">
一個軟體程式可能會用到其它的服務(service)，例如網站應用程式會去使用到資料庫服務。當這類軟體程式運行的時候，如果它所使用到的外部服務還處於不可用的狀態的話，那麼這個軟體程式就很有可能在運行的時候出現問題。]]></description><category>作品分享</category><category>軟體介紹</category><category>Linux</category><category>Windows</category><category>Docker</category><category>macOS</category><category>wait-service</category><guid>https://magiclen.org/wait-service</guid><pubDate>Tue, 24 May 2022 12:00:00 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>一個能幫助您背書的 Telegram 機器人──背背大師</title><link>https://magiclen.org/recitation-master</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2022/05/recitation-master-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2022/05/recitation-master-220x162.png 1x, https://magiclen.org/wp-content/uploads/2022/05/recitation-master-440x324.png 2x, https://magiclen.org/wp-content/uploads/2022/05/recitation-master-660x486.png 3x" alt="">
大腦的記憶能力是需要鍛鍊的，背東西是一個很好的鍛鍊方式，尤其在現在幾乎什麼資訊都可以透過行動裝置連上網際網路來查找的時代，更需要讓自己去持續背某些特定的東西，以保持大腦記憶區塊的活躍性，預防失智症。背書是一個不錯的選擇，無論工作、學習上都很有幫助，且如果能非常熟練(遇到關鍵字或是相關場景就可以不假思索脫口而出)，甚至連在生活、社交上都是很有用的。]]></description><category>作品分享</category><category>軟體介紹</category><category>Rust</category><category>背背大師</category><category>Telegram</category><guid>https://magiclen.org/recitation-master</guid><pubDate>Thu, 5 May 2022 20:00:00 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>如何清除Nginx的反向代理快取和FastCGI快取？</title><link>https://magiclen.org/nginx-cache-purge</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/09/sweep-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2020/09/sweep-220x162.png 1x, https://magiclen.org/wp-content/uploads/2020/09/sweep-440x324.png 2x, https://magiclen.org/wp-content/uploads/2020/09/sweep-660x486.png 3x" alt="">
Nginx是一個免費開源且穩定高效的Web伺服器程式，擁有反向代理以及負載平衡的功能，經常作為最前端的伺服器。當它用作反向代理伺服器或是PHP網頁伺服器時，無論是「proxy_pass」還是「fastcgi_pass」，均有提供快取的功能。然而，免費版本的Nginx並沒有內建刪除快取的機制(早期Nginx免費版本可以使用「proxy_cache_purge」、「astcgi_cache_purge...]]></description><category>作品分享</category><category>網路相關</category><category>軟體介紹</category><category>Linux</category><category>Lua</category><category>Nginx</category><category>Rust</category><category>nginx-cache-purge</category><category>curl</category><guid>https://magiclen.org/nginx-cache-purge</guid><pubDate>Thu, 10 Sep 2020 12:00:44 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Image Resizer 批量縮放圖片並自動銳化的智能工具程式</title><link>https://magiclen.org/image-resizer</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2020/03/shot-01-1-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2020/03/shot-01-1-220x162.png 1x, https://magiclen.org/wp-content/uploads/2020/03/shot-01-1-440x324.png 2x, https://magiclen.org/wp-content/uploads/2020/03/shot-01-1-660x486.png 3x" alt="">
Image Resizer是一款能夠一次調整多張圖片的尺寸的指令工具。它在調整圖片尺寸時，並不需要完全地指定圖片的寬(Width)與高(Height)為多少，只需要設定一條最大邊的長度，就能自動延展或是收縮圖片的寬和高，還能自動將圖片銳利化與交錯化(interlacing)，也能夠順便調整圖片的PPI(pixel per inch)。]]></description><category>作品分享</category><category>軟體介紹</category><category>Image Resizer</category><category>Rust</category><category>影像處理</category><guid>https://magiclen.org/image-resizer</guid><pubDate>Thu, 7 May 2020 12:00:10 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>如何正確設定Favicon？直接使用這個可以離線運行的Favicon產生器吧！</title><link>https://magiclen.org/favicon-generator</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2019/06/favicon-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2019/06/favicon-220x162.png 1x, https://magiclen.org/wp-content/uploads/2019/06/favicon-440x324.png 2x, https://magiclen.org/wp-content/uploads/2019/06/favicon-660x486.png 3x" alt="">
在設計網頁的時候，總會需要替自己的網頁設計一個適合的Favicon來作為招攬客人的門牌，然而很多人並不知道設計好的Favicon圖片檔案要如何才能正確地套用在自己的網頁上。如果我們向Google搜尋查詢Favicon產生器相關的關鍵字，可以找到很多網頁工具，能夠直接透過網頁瀏覽器將自己做好的Favicon圖片檔案上傳到別人的伺服器上，產生出favicon.ico等Favicon相關的檔案格式。這些...]]></description><category>作品分享</category><category>網路相關</category><category>軟體介紹</category><category>Favicon</category><category>Favicon Generator</category><guid>https://magiclen.org/favicon-generator</guid><pubDate>Wed, 31 Jul 2019 12:00:38 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>mprober 同時支援命令列介面(CLI)和網頁介面，並提供HTTP API的Linux伺服器探針</title><link>https://magiclen.org/m-prober</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2019/05/web-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2019/05/web-220x162.png 1x, https://magiclen.org/wp-content/uploads/2019/05/web-440x324.png 2x, https://magiclen.org/wp-content/uploads/2019/05/web-660x486.png 3x" alt="">
自從筆者接觸Rust程式語言以來，大大小小的程式都是使用Rust程式語言來進行開發。在Web伺服器管理方面，由於伺服器環境已經不再需要安裝PHP、Node.js、Python等網站相關套件，因此也沒有一個好用的、可在本機或是遠端偵測伺服器狀態的工具能夠使用，索性就自己用Rust程式語言來開發一個追求效能，並針對Linux伺服器來運行的探針──M Prober(MagicLen Prober)。]]></description><category>作品分享</category><category>網站應用</category><category>網路相關</category><category>軟體介紹</category><category>Linux</category><category>Linux</category><category>Rust</category><category>mprober</category><category>探針</category><category>mprober-lib</category><category>curl</category><guid>https://magiclen.org/m-prober</guid><pubDate>Tue, 25 Jun 2019 12:00:00 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>Image Interlacer 批量交錯化常見的網路圖片格式</title><link>https://magiclen.org/image-interlacer</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2019/04/shot-01-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2019/04/shot-01-220x162.png 1x, https://magiclen.org/wp-content/uploads/2019/04/shot-01-440x324.png 2x, https://magiclen.org/wp-content/uploads/2019/04/shot-01-660x486.png 3x" alt="">
在撰寫網頁內容的時候，時常會需要在網頁上放置圖片。然而，圖片的資料量比文字內容還要大得多，也會需要比較大量的時間來進行網路傳輸。網頁瀏覽器會在圖片傳輸的過程中，一邊在取得圖片資料的同時，一邊把已取得的圖片資料解碼並顯示出來。在一般的情況下，圖片資料的順序是從左到右從上到下的，也因此網頁瀏覽器在下載並顯示圖片時，會是從上到下來顯示。如果圖片很大，網路頻寬不夠的時候，這張圖片可能會需要好幾秒才能下載好...]]></description><category>作品分享</category><category>軟體介紹</category><category>Linux</category><category>Rust</category><category>macOS</category><category>Image Interlacer</category><category>影像處理</category><guid>https://magiclen.org/image-interlacer</guid><pubDate>Sat, 15 Jun 2019 12:00:04 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>任意精度計算機(bc)網頁版</title><link>https://magiclen.org/bc-webtool</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2019/03/shot-26-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2019/03/shot-26-220x162.png 1x, https://magiclen.org/wp-content/uploads/2019/03/shot-26-440x324.png 2x, https://magiclen.org/wp-content/uploads/2019/03/shot-26-660x486.png 3x" alt="">
「bc」是Unix-like作業系統通常會內建用來進行任意精度計算的指令，可以透過撰寫簡單且類似C語言的數學腳本來計算數學。例如輸入「scale&#x3D;4;9/8」，可以得到「1.1250」的輸出。]]></description><category>作品分享</category><category>網站應用</category><category>bc</category><category>大數運算</category><category>雲端工具</category><guid>https://magiclen.org/bc-webtool</guid><pubDate>Sat, 1 Jun 2019 12:00:53 +0800</pubDate><dc:creator>Magic Len</dc:creator></item><item><title>QR Code 產生器網頁版，可產生多種高解析度的QR Code條碼</title><link>https://magiclen.org/qrcode</link><description><![CDATA[    <img src="https://magiclen.org/wp-content/uploads/2019/04/qrcode3-220x162.png" srcset="https://magiclen.org/wp-content/uploads/2019/04/qrcode3-220x162.png 1x, https://magiclen.org/wp-content/uploads/2019/04/qrcode3-440x324.png 2x, https://magiclen.org/wp-content/uploads/2019/04/qrcode3-660x486.png 3x" alt="">
因行動裝置的流行而跟著帶動起來的QR Code，是眾多條碼類型的其中一種，它讓我們的生活更便利，傳遞資訊的速度更快，省下許多使用鍵盤打字的時間。如果要產生出QR Code，已經有許多相關的現成工具能夠使用，但編碼效果參差不齊，圖片解析度也通常不能太高。有些工具雖然有提供產生特殊資料格式的QR Code，但使用者並不知道該如何正確地填寫欄位才能符合規範，所以只好亂填而導致格式出錯，這些工具並不會提示...]]></description><category>作品分享</category><category>網站應用</category><category>QR Code</category><category>條碼產生</category><category>雲端工具</category><guid>https://magiclen.org/qrcode</guid><pubDate>Wed, 24 Apr 2019 12:00:14 +0800</pubDate><dc:creator>Magic Len</dc:creator></item></channel></rss>