bash profile等配置檔案

2022-03-20 09:30:35 字數 1025 閱讀 3774

mysql:資料庫,裝資料用。

redis:快取用。

unrar:解壓用。

docker:虛擬環境用。

node:某些專案依賴這個。

command line tools 12.4中自帶的python3.8.2

手動刪掉淘汰了的python2,用command line tools裡自帶的python

# python

export python=/usr/bin/python3

alias python=$python

# pip

export pip=/usr/bin/pip3

alias pip=$pip

# 讓pipenv環境在專案目錄

"# sqlite3,注意有個3,它改不了名,有許可權

windows 刪除 iml idea等配置檔案

使用windows 命令 del idea s f q del iml f s 刪除 idea 資料夾 刪除iml 附錄 del命令使用 d code demo help del 刪除乙個或數個檔案。del p f s q a attributes names erase p f s q a att...

解決 bash profile配置不生效的問題

背景 比如我在.bash profile中設定了別名ll,每次都需要重新使用source bash profile才能生效。原因 在 bash profile 中配置環境變數,可是每次重啟終端後配置的不生效.需要重新執行 source bash profile zsh載入的是 zshrc檔案,而 z...

spring boot mybatis配置檔案開發

之前寫了乙個註解版開發的,現在在乙個配置檔案開發。我直接把 貼下面 根據id查詢單個資訊 public orders getorders integer id 新增單個資訊 mybatis config.xml的配置 insert into orders user id,number,oreatet...