13到 19行 開頭加#
:13,19s/^/#/g
13 到 19 行 移除 #
:13,19s/^#//g
13到 19行 開頭加#
:13,19s/^/#/g
13 到 19 行 移除 #
:13,19s/^#//g
shell scirpt 批次建立samba使用者 建立一csv檔, 兩個欄位如下 5101,532 5102,592 5103,321 第一欄為帳號使用班級加座號, 第二
[web] 自訂模組-打字機與跑馬燈效果 自訂模組-打字機效果
tc web 問與答 Q. 填報網址 A. https://tiny.cc/tc-web Q. 出現了以下畫面, 怎麼辦 A. 建議瀏覽器開無
如何在docker 的nginx 做另一個container的反向代理 環境 docker 中一container 跑 nginx 對外服務80 port, http://server 另一c
apache 反向代理 80轉443轉8080 apache, proxy pass
windows 11 常用指令 CHKDSK 命令檢查和修復磁碟錯誤 chkdsk <磁碟代號>: 系統檔案檢查程式 sfc /scanno
tmux 將終端機切割成多個視 窗 tmux, multiple terminal
[vue.js] 動態的props 做parent-child components 雙向綁定 vue.js props components camel-case
download a file from spring boot controllers ownload a file from spring boot controllers
資料表更改為多個primary key, MariaDB [database]> describe TABLENAME; 想由本來是兩個PRIMARY KE
ArrayList 想移除特定值 想移出water, 使用lambda 的方式如下 List<String> fruits = new Arr