https://en.wikipedia.org/wiki/Tmux
基本操作指令
>tmux
>ctrl+b :split-window


如何切換視窗
>ctrl+b 按q後選數字即可

https://en.wikipedia.org/wiki/Tmux
基本操作指令
>tmux
>ctrl+b :split-window


如何切換視窗
>ctrl+b 按q後選數字即可

[web] 自訂模組-打字機與跑馬燈效果 自訂模組-打字機效果
網站無障礙規範 https://accessibility.ncc.gov.tw/News/Detail/3238?Category=4
臺中市校務雲端系統與Windows AD帳號整合(1) active directory,ldaps,雲端校務系統
如何在docker 的nginx 做另一個container的反向代理 環境 docker 中一container 跑 nginx 對外服務80 port, http://server 另一c
使用expect及 openssl 產生SSL 憑證簽署要求 每年都要製做tls 憑證 二十幾張, 此語法利用expect 產生私錀及憑證請求檔 #!/usr/bin/expect
mongo備份指令 mongodump --host localhost --port 27017 --username root --db
download a file from spring boot controllers ownload a file from spring boot controllers
2018 hoc 掃地機器人 掃地機器人只能打掃沒有障礙物(桌椅、牆壁)的範圍,請寫程式控制機器人打掃餐廳的所有走道, 並在清掃完畢後回到充電器。
ArrayList 想移除特定值 想移出water, 使用lambda 的方式如下 List<String> fruits = new Arr
ArrayList 與 HashMap 範例 public static void main(String[] args) { String titleIds = &
spring boot 整合到 nginx 於subpath 將spring boot 位在docker中, 對外服務19090 程式佈署到nginx 伺服器的 subpath上 對