1.截圖
win10系統,win+shift+s 截圖(可自己選擇大小),類似之前的qq截圖
2.外掛程式
ublock origin
瀏覽器外掛程式,可以遮蔽掉很多廣告彈窗,用起來很棒!
restclient
curl 呼叫
3.sublime text
文字編輯器,頁面很喜歡,看起來很舒服。
4.快捷鍵
ctrl + shift + esc 任務管理器
5.windows 檢視被占用埠
cmd命令
netstat -ano | findstr "埠號"
tasklist | findstr "pid號"
6. 檢視系統屬性
win+r msinfo32
7.oracle視覺化工具
推薦sqldeveloper
to be continued...
常用工具記錄
一 xshell背景配色 修改為護眼的深藍色 其中,參考顏色轉換 708284 rgb 112,130,132 07242e rgb 7,36,46 二 關於rm的使用 如何刪除除去特定檔案後的所有檔案 首先開啟擴充套件萬用字元 shopt s extglob rm rf 特定檔案 當然也可以先把欲...
日期常用工具類記錄
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...