Chrome 浏览器禁用磁盘缓存,开启 Turn off caching of streaming media to disk.
chrome://flags/#turn-off-streaming-media-caching-always

Microsoft Edge 浏览器 手动禁用磁盘缓存
Continue reading M1芯片 MacOS 浏览器内存交换解决方法Chrome 浏览器禁用磁盘缓存,开启 Turn off caching of streaming media to disk.
chrome://flags/#turn-off-streaming-media-caching-always
Microsoft Edge 浏览器 手动禁用磁盘缓存
Continue reading M1芯片 MacOS 浏览器内存交换解决方法仅做记录
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home
export PATH=$JAVA_HOME/bin:$PATH
export CLASS_PATH=$JAVA_HOME/lib
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
guofeng@50ed3c1dd5f6 ~ % git -C "$(brew --repo)" remote -v
origin https://github.com/Homebrew/brew (fetch)
origin https://github.com/Homebrew/brew (push)
guofeng@50ed3c1dd5f6 ~ % git -C "$(brew --repo homebrew/core)" remote -v
origin https://github.com/Homebrew/homebrew-core (fetch)
origin https://github.com/Homebrew/homebrew-core (push)
guofeng@50ed3c1dd5f6 ~ % git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git
guofeng@50ed3c1dd5f6 ~ % git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
guofeng@50ed3c1dd5f6 ~ % git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
guofeng@50ed3c1dd5f6 ~ %
guofeng@50ed3c1dd5f6 ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password).
Password:
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /usr/sbin/chown -R guofeng:admin /opt/homebrew
==> Downloading and installing Homebrew...
HEAD is now at bc370748c Merge pull request #10805 from Homebrew/spdx-update
fatal: Could not resolve HEAD to a revision
Warning: /opt/homebrew/bin is not in your PATH.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this `install` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Add Homebrew to your PATH in /Users/guofeng/.zprofile:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/guofeng/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
guofeng@50ed3c1dd5f6 ~ % echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/guofeng/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
guofeng@50ed3c1dd5f6 ~ % vim /Users/guofeng/.zprofile
guofeng@50ed3c1dd5f6 ~ % brew help
Example usage:
brew search [TEXT|/REGEX/]
brew info [FORMULA...]
brew install FORMULA...
brew update
brew upgrade [FORMULA...]
brew uninstall FORMULA...
brew list [FORMULA...]
Troubleshooting:
brew config
brew doctor
brew install --verbose --debug FORMULA
Contributing:
brew create [URL [--no-fetch]]
brew edit [FORMULA...]
Further help:
brew commands
brew help [COMMAND]
man brew
https://docs.brew.sh
guofeng@50ed3c1dd5f6 ~ %
允许安装所有来源,打开终端执行
sudo spctl --master-disable
移除quarantine属性代码
sudo xattr -r -d com.apple.quarantine
C:\Users\misswell\AppData\Local\Android\Sdk\system-images
C:\Users\misswell\AppData\Local\Google\AndroidStudio4.1\log
C:\Program Files (x86)\MuMu\emulator\nemu
处理方式,不要使用箭头函数