星期一, 4月 26, 2021

[Reference]用命令列安裝 Visual Studio

Use command-line parameters to install Visual Studio

Syntax example: vs_enterprise.exe [command] <optional parameters>...

詳細內容請參閱原始文章

星期四, 8月 08, 2019

有趣的 0byte字元

自 ascii 編碼開始,就有很多 unreadable 字元,例如:\n、\r、 \t  \b…用來表示不同的作用;不過,unicode 編碼有一個字元編碼範圍更有趣,它是 「不存在」的存在 -- zero byte (0 byte),有網友分享了一個短網址的服務,看起來一模一樣的短網址,卻會連線至不同的網頁,還蠻有趣的應用,不過,對大部分的人來說,短網址是為了減少網址太長造成輸入錯誤時減少字元的記憶,如果完全看不到也無法輸入的短網址,似乎更適合一些特殊場合或用途。
因為覺得有趣,就順便記錄下來,免得只剩下「一個轉身」的記憶把它遺忘了。
https://zws.im/​​​‌​‌​​​​​‌‌​/ 
https://zws.im/​​​‌​‌​​​​​‌​‌/

參考文章及網址:


網友文章出處:

星期六, 7月 06, 2019

Caddy User Guide Tutorial

Caddyfile Primer

This tutorial will show you how easy it is to configure Caddy with the Caddyfile.

完整內容請參考下列網站: https://caddyserver.com/tutorial/caddyfile

星期六, 3月 16, 2019

[程式] 利用 Codeigniter 3 快速建置 Restful API


教學文章:Codeigniter 3 Restful API Tutorial
Github 範例:https://github.com/chriskacerguis/codeigniter-restserver
教學影片: