<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:10:57 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@akccakcctw/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[創用 CC 授權是什麼鬼？]]></title><description><![CDATA[（CC授權示意圖，圖為 CC BY-NC-ND） 瀏覽新聞網站或是部落格，經常可以看到圖片底下除了圖說、作者姓名之外，後面還會有個括號寫著像是：(CC BY 2.0)這樣子的東東，看起來好像很專業！隱約知道跟授權有關，可是實際上那到底是什麼鬼？ 創用 CC (Creative Commons) 其實是一個非營利組織，成立於 2001 年，官網上的成立宗旨是這樣的： Creative Commons]]></description><link>http://direct.ecency.com/license/@akccakcctw/cc</link><guid isPermaLink="true">http://direct.ecency.com/license/@akccakcctw/cc</guid><category><![CDATA[license]]></category><dc:creator><![CDATA[akccakcctw]]></dc:creator><pubDate>Fri, 24 Nov 2017 16:15:57 GMT</pubDate><enclosure url="https://images.ecency.com/p/3HaJVw3AYyXBPSjs1d2KSRYB4jDhVGDdQHzeE3HjW3QvKCFQx56knCsLz9DgS77mhrUVSkasikiXAFr5eySMmyXvizGMZEQvDo3nGDk?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[cURL 指令備忘]]></title><description><![CDATA[一般用法 # 顯示網頁原始碼 curl # 將網頁內容輸出為sample.html curl -o sample.html # 同上，但輸出時維持原檔名 curl -O # 用來下載檔案也沒問題 curl -O # 批次下載檔名連續圖片 curl -O 進階用法 # 批次下載檔名連續圖片 curl -O # 使用指定帳密上傳檔案 curl -T localfile -u name:passwd -o：輸出檔名]]></description><link>http://direct.ecency.com/curl/@akccakcctw/curl</link><guid isPermaLink="true">http://direct.ecency.com/curl/@akccakcctw/curl</guid><category><![CDATA[curl]]></category><dc:creator><![CDATA[akccakcctw]]></dc:creator><pubDate>Mon, 20 Nov 2017 07:26:42 GMT</pubDate></item><item><title><![CDATA[VSCode Plugin: Quokka.js]]></title><description><![CDATA[Quokka.js 是一款讓你可以在編輯器中邊寫 JavaScript 邊觀察執行結果的套件，官網介紹寫得很清楚： Quokka.js is a rapid prototyping playground for JavaScript and TypeScript. It runs your code immediately as you type and displays various execution]]></description><link>http://direct.ecency.com/vscode/@akccakcctw/vscode-plugin-quokka-js</link><guid isPermaLink="true">http://direct.ecency.com/vscode/@akccakcctw/vscode-plugin-quokka-js</guid><category><![CDATA[vscode]]></category><dc:creator><![CDATA[akccakcctw]]></dc:creator><pubDate>Thu, 16 Nov 2017 10:45:33 GMT</pubDate><enclosure url="https://images.ecency.com/p/PB8ro82ZpZP5xqHVTtgzxr9jRnPYTxeDK7ZMexdP1GUkenFZeQcvHJpR5Qx3QKivhhsPTDx8VaZxr444XJhbW3tqzjiUMX7bqZ2ksWGaabPLaguB?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[各種讓網頁重新導向的方法]]></title><description><![CDATA[方法一：直接在錯誤頁裡重導 如果沒有強迫症不在乎伺服器裡多增加一個沒有用的檔案，這樣最簡單： PHP <?php header( 'Location: ); exit(); ?> HTML <meta http-equiv="refresh" content="1;url= 此處content屬性裡面的「1」，代表延遲1秒，可以自行替換成其他數字]]></description><link>http://direct.ecency.com/php/@akccakcctw/31ekdz</link><guid isPermaLink="true">http://direct.ecency.com/php/@akccakcctw/31ekdz</guid><category><![CDATA[php]]></category><dc:creator><![CDATA[akccakcctw]]></dc:creator><pubDate>Tue, 14 Nov 2017 16:06:51 GMT</pubDate></item><item><title><![CDATA[JavaScript 轉換型別小技巧]]></title><description><![CDATA[var number = 1; var string = '1'; var bool = true; string === number; // false bool === number; // false bool === string; // false string 與 number 轉換 string === '' + number; // true +string === number;]]></description><link>http://direct.ecency.com/javascript/@akccakcctw/javascript</link><guid isPermaLink="true">http://direct.ecency.com/javascript/@akccakcctw/javascript</guid><category><![CDATA[javascript]]></category><dc:creator><![CDATA[akccakcctw]]></dc:creator><pubDate>Sat, 11 Nov 2017 03:03:12 GMT</pubDate></item></channel></rss>