MacOS
-
macos 使用硬件加速截取并加速视频
ffmpeg -loglevel verbose -hwaccel videotoolbox -i 00000001037000000.mp4 -ss 03:06:00 -t 00:59:59 -vf "set…
-
macos聚焦搜索不到文件解决方法
sudo mdutil -i off /(该命令用来关闭索引) sudo mdutil -E /(该命令用来删除索引) sudo mdutil -i on /(该命令用来重建索引)`
-
自定义brew Formula for Icu4c 自定义版本
本文由 简悦 SimpRead 转码, 原文地址 blog.csdn.net 自定义 brew 安装源来安装不在 brew 版本库中的软件或者版本,以下以自定义安装 icu4c 73 版本为例。 自定义的 ic…
-
macos 文件已损坏
-
macos解决pyenv环境无法切换
vi ~/.zshrc export PYENV_ROOT="/Users/xcy/.pyenv" if which pyenv > /dev/null; then eval "$(pyenv init -)"; …
-
mac上查看dd进度
mac上使用 linux上可用:
-
MacOS Composer 内存限制
-
MacOS APP无法打开解决方法
提示文件已损坏: 提示文件不适配:
-
mac python编译时提示 ‘openssl/opensslv.h’ file not found
前提:brew install openssl 在py编译命令后添加,
-
mac电源事件关闭com.apple.alarm.user-invisible计划任务
取消电源计划用:sudo pmset schedule cancelall 然后关闭 屏幕使用时间