PyCharm全域性查詢(Find in Path)

2021-10-23 08:12:26 字數 600 閱讀 3551

1.選單

全域性查詢(find in path):edit - find - find in path

當前檔案查詢(find) :edit - find - find

全域性替換(replace in path):edit - find - replace in path

當前檔案替換(replace) :edit - find - replace

2.快捷鍵

全域性查詢(find in path):ctrl + shift + f

當前檔案查詢(find) :ctrl + f

全域性替換(replace in path):ctrl + shift + r

當前檔案替換(replace) :ctrl + r

摺疊所有:ctrl + shift + 減號(-)

展開所有:ctrl + shift + 加號(+)

3.pycharm其它操作

**摺疊:#region…#endregion

注釋/反注釋:ctrl + /

恢復刪除的檔案:選擇乙個目錄,右鍵 - local history - show history - 找到刪除的檔案 - 選中 - 右鍵 - revert

find 查詢命令

find 按條件查詢檔案 根據預設的條件遞迴查詢對應的檔案 find 目錄 條件1 a o 條件2 systemctl restart chronyd systemctl enable chronyd 常用條件表示 type 按文件型別查詢,檔案 f 目錄 d 裝置 b,c 快捷方式 鏈結 i na...

find 查詢條件

目錄 一 根據時間戳查詢 二 根據許可權查詢 三 根據檔案所屬人 owner,檔案所屬組group查詢 四 根據搜尋層級查詢 五 根據檔名查詢 六 根據 檔案型別查詢 find 實時查詢工具,通過遍歷指定路徑完成檔案查詢 1 工作特點 查詢速度略慢 精確查詢 實時查詢 可以只搜尋使用者具備讀取和執行...

find精確查詢

find精確查詢 問題 新建乙個目錄study,在study目錄下建子目錄subdir 在study目錄下建立測試檔案ipadd.txt,存入eth0網絡卡的ip位址資訊 為ipadd.txt建立快捷方式ip.txt,放在study subdir 下 分別找出study目錄下的快捷方式 普通檔案 資...