常用工具記錄

2021-09-24 10:08:43 字數 1545 閱讀 3547

一、xshell背景配色

修改為護眼的深藍色

其中,參考顏色轉換**

#708284 rgb(112,130,132)

#07242e rgb(7,36,46)

二、關於rm的使用

如何刪除除去特定檔案後的所有檔案

首先開啟擴充套件萬用字元

shopt -s extglob

rm -rf !(特定檔案)

當然也可以先把欲保留的檔案拷貝到/tmp中,刪除所有後再拷貝回來~

三、關於vimrc的基本配置

vim ~/.vimrc

set nocompatible

set number

filetype on

set history=

1000

set background=dark

syntax on

set autoindent

set smartindent

set tabstop=

4set shiftwidth=

4set showmatch

set guioptions-

=tset vb t_vb=

set ruler

set nohls

set incsearch

ifhas

("vms"

)set nobackup

else

set backup

endif```

開闢豎欄目 `:vsp`

開啟檔案 `:e 檔案`

切換 `ctrl w w`

(不支援c++11)

(支援c++14)

五、linux命令列常用的快捷命令
ctrl+a   ctrl+e   分別代表把游標移動到最前和最後

ctrl+f ctrl+b 分別代表游標向前和向後移動乙個游標

alt+f alt+b 分別代表游標向前和向後移動乙個單詞

ctrl+u ctrl+k 分別代表游標處往前和游標處往後刪除

ctrl + w —往回刪除乙個單詞,游標放在最末尾

ctrl + k —往前刪除到末尾,游標放在最前面

ctrl + u 刪除游標以前的字元

ctrl + k 刪除游標以後的字元

ctrl + a 移動游標至的字元頭

ctrl + e 移動游標至的字元尾

ctrl + l 清屏

ctrl+

(x u) 按住ctrl的同時再先後按x和u,撤銷剛才的操作

日期常用工具類記錄

public class dateutils public static string sectotime int time else return timestr public static string unitformat int i 獲取某個日期的10位時間戳,date格式yyyy mm d...

linux學習記錄 常用工具

find etc name conf 忽略大小寫 find etc iname conf 所屬使用者 find user 所屬組find group 檔案型別 find type f 資料夾型別 find type d 按檔案大小查詢 find etc size 100k 檢視檔案大小 ll h f...

常用工具 小竅門,記錄

1.截圖 win10系統,win shift s 截圖 可自己選擇大小 類似之前的qq截圖 2.外掛程式 ublock origin 瀏覽器外掛程式,可以遮蔽掉很多廣告彈窗,用起來很棒!restclient curl 呼叫 3.sublime text 文字編輯器,頁面很喜歡,看起來很舒服。4.快捷...