2021/11/28

mac 下brew的源更换为阿里云

# 替换brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替换homebrew-core.git: cd "$(brew&nbs…

  • macos
  • 2021/11/28
  • 744
  • 2021/6/19

    macbook m1 安装mysql

    1. MySQL :: Download MySQL Community Server 下载dmg文件,傻瓜式安装 2.安装完成后修改环境变量 首先,检查你的默认shell是什么,echo $SHELL。 以前每个新用户的默认shell是/bin/bash对应文件为.bash_profile,…

  • macos mysql
  • 2021/6/19
  • 745
  • 2021/5/27

    m1 mac chrome 带参数启动 mac selenium连接已启动浏览器

    #编辑文件 vi ~/.zshrc #添加下面内容 export PATH="/Applications/Google Chrome.app/Contents/MacOS:$PATH" #命令行运行下面命令 Google\ Chrome --remote-debugging-port=9222 --user-data-dir=&…

  • macos python selenium
  • 2021/5/27
  • 1,120
  • 2020/11/5

    mac 截屏和录制视频

    command+shift+3。截取全屏 command+shift+4。自选截取区域 录屏 打开quick time player 点击新建屏幕录制,默认不录制声音 点击图片里的麦克风选项,即可录制声音

  • macos 生活
  • 2020/11/5
  • 1,389
  • 2020/10/20

    mac10.15安装mysql/修改mysql密码

    set password for root@localhost = password('root');

  • macos mysql
  • 2020/10/20
  • 1,184
  • 2020/10/16

    Mac怎么删除launchpad中灰色的图标

    解决办法: 1、打开终端2、输入命令:defaults write com.apple.dock ResetLaunchPad -bool true回车之后,再输入命令:killall Dock

  • macos 生活
  • 2020/10/16
  • 1,515
  • 2020/9/29

    Mac mysql进程无法kill

    LaunchDeamons定时任务守护mysqld进程 解决方法: sudo launchctl unload -w /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist

  • macos mysql
  • 2020/9/29
  • 1,668