Mac 问题集合

1 禁止 Safari 自动唤起 APP

  1. 选中链接「右键」-> 「Open Link」

  2. 不选择「Open Link in “bilibili”」下次点击链接就不会直接进入 ios 程序了

还是会老弹窗

2 为单个应用排除暗黑模式

  1. 首先进入你程序的目录运行终端,查询应用捆绑的id
osascript -e 'id of app "<App-Name>"'
  1. 为应用写入属性AquaSystemAppearance,将以上返回结果作为参数传入以下的
defaults write <Bundle-Identifier> NSRequiresAquaSystemAppearance -bool YES
# i.e.
defaults write $(osascript -e 'id of app "VisualVM"') NSRequiresAquaSystemAppearance -bool YES
  • 重置以上所设属性方法
defaults delete <Bundle-Identifier> NSRequiresAquaSystemAppearance
# i.e.
defaults delete $(osascript -e 'id of app "VisualVM"') NSRequiresAquaSystemAppearance

3 ls 出现问号 “?”

vim ~/.zshrc

添加一行内容:

export LC_ALL=zh_CN.UTF-8

执行命令,使其生效:

source ~/.zshrc

4 P核 和 E核

Alder Lake architecture

Alder Lake CPUs have two different kinds of cores:

  • Performance cores (P-cores, also known as Golden Cove) - these run at a higher clock rate than E-cores, and are supposed to be preferable for single threaded, low latency tasks.
  • Efficient cores (E-cores, also know as Gracemont) - these run at a lower clock rate than P-cores, but are supposed to be preferable for power constrained tasks, and may be better in multi-threaded scenarios.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值