10 2023 档案
摘要:brew mysql installMysql文件路径 /opt/homebrew/Cellar/mysql/8.1.0/登录后复制 查看相应的权限 ls -laF /opt/homebrew/Cellar/mysql/ 给文件夹赋予相应的权限 sudo chown -R sean /opt/hom
阅读全文
摘要:如何在命令行用 git mergetool 处理冲突git merge git checkout -b about master 编辑about.html git add about.html git commit -m "add about.html " git branch about2 abo
阅读全文