Mac OS idleassetd 进程占用大量网络流量怎么办?
idleassetd 一直以十几兆的速度在下载,把网络都快给堵塞了,导致打开啥网页都慢。1招解决问题:修改文件进入finder 文件夹 /Library/Application Support/com.apple.idleassetsd/Customer/ ,找到 entries.json 文件,将其内容改为:{"version":1,"localization...
idleassetd 一直以十几兆的速度在下载,把网络都快给堵塞了,导致打开啥网页都慢。1招解决问题:修改文件进入finder 文件夹 /Library/Application Support/com.apple.idleassetsd/Customer/ ,找到 entries.json 文件,将其内容改为:{"version":1,"localization...
安装brew install nginx配置修改配置文件:vi /usr/local/etc/nginx/nginx.confautoindex on; autoindex_exact_size off; autoindex_localtime on; location / { root /Users/www/; }nginx -s reload大功告成!
最近在安装 npm 时,遇到下面报错:No Xcode or CLT version detected解决方案分下面3个阶段1、执行 xcode-select --install2、如果执行上面命令还是无法解决,报如下类似错误:xcode-select: error: command line tools are already installed, use "Software Update...
最近 mac 在用 vs code 编辑器的时候 cpu 占用奇高,搞得 mac 风扇狂转,cpu 温度迅速上升。上网搜索一番,得出下面2个解决方案:file exclude 和 watch exclude "files.exclude": { "**/.git": true, "**/.svn": ...
找了很多原因都找不到。在系统设置中找来找去,才发现是这个原因:系统偏好设置--》网络--》wifi--》高级--》代理:去掉【自动代理配置】的勾选。