1. MySQL忘记密码解决方案

    参考文档 https://bugs.mysql.com/bug.php?id=79027 https://cloud.baidu.com/article/3279616 过程 brew install mysql brew services start mysql mysql -u root -p brew...

    2025-01-18

  2. Mac上安装与使用MySQL及忘记密码解决方案

    参考文档 https://bugs.mysql.com/bug.php?id=79027 https://cloud.baidu.com/article/3279616 过程 brew install mysql brew services start mysql mysql -u root -p brew...

    2025-01-18

  3. mac使用nvm管理node版本

    打开终端:你可以在“应用程序”文件夹中的“实用工具”文件夹中找到“终端”应用程序。 安装 Homebrew(如果尚未安装):在终端中运行以下命令来安装 Homebrew: /bin/bas...

    2024-03-11

  4. macos .bash_profile自动生效

    .zshrc 则相当于开机启动的环境变量,把 source ~/.bash_profile 命令放入.zshrc即可

    2024-03-11

  5. Mac shell提示complete:13: command not found

    实际解决方案,修改~/.zshrc 在开头增加下面的命令即可 autoload -Uz compinit compinit

    2024-03-11