Collections

Collections

Python 生成 requirements.txt

pip freeze > requirements.txt

WSL 重置

Restart-Service LxssManager
net stop LxssManager
net start LxssManager
wsl.exe --shutdown

Bash Key

Dir -r *.txt | rename-item -newname { [io.path]::ChangeExtension($_.name, "c") }
posted @ 2022-05-06 12:37  千心  阅读(11)  评论(0编辑  收藏  举报