標簽 新建標簽:command + t 關閉標簽:command + w 切換標簽:command + 數字 command + 左右方向鍵 切換全屏:command + enter 查找: ...
標簽 新建標簽:command t 關閉標簽:command w 切換標簽:command 數字 command 左右方向鍵 切換全屏:command enter 查找:command f 分屏 垂直分屏:command d 水平分屏:command shift d 分屏之間 切換屏幕:command option 方向鍵 command 或 command 其他 清除當前行:ctrl u 到行首 ...
2017-05-28 11:08 0 1409 推薦指數:
標簽 新建標簽:command + t 關閉標簽:command + w 切換標簽:command + 數字 command + 左右方向鍵 切換全屏:command + enter 查找: ...
(本文僅記錄了Vim常用的按鍵功能和操作,用於備忘和查閱。若為Vim小白,建議先通過列出的參考資源獲得對Vim更全面的了解。Vi 是幾乎所有Linux發行版都支持的文字編輯工具,也是許多Linux下工具的默認文本編輯工具,而Vim則是其功能加強版。) vim的模式 Vim一般 ...
此篇文章為博主在Linux學習過程中的一些記錄,記錄在此方便查閱。 常用命令總結 ls 顯示目錄內容 (list directory contents) ls 不顯示隱藏的文件和子目錄 ls -a 顯示目錄中所有的文件和子目錄(包括隱藏文件) ls -l ...
npm install -g ionic //安裝ionic ionic lib update //更新www/lib/ionic 目錄的文件,如有項目中有bower,此命令會運行bower update ionic, 否則則會從CDN上下載文件並替換。 ionic start ...
etcd常用命令記錄 1.查看etcd的版本 [root@etcd01 ssl]# curl -L http://127.0.0.1:2379/version {"etcdserver":"3.3.10","etcdcluster ...
下載安裝,看到arthas-boot.jar curl -O https://arthas.gitee.io/arthas-boot.jar 啟動arthas java -jar arthas-boot.jar 常用命令 keymap:快捷鍵及自定義快捷鍵 sc:search class ...
一、獲取pod信息 1、獲取當前集群運行的所有的pods的信息 kubectl get pod 2、獲取當前集群運行的所有的pod運行在哪個節點 ...
常用: $a_{i}^{2}$ a_{i}^{2} $\sqrt x$ $\sqrt[n] x$ \sqrt[n] x $\frac{1+2}{3+4}$ 重音符號: $\hat a$ \hat a $\widehat ...