月度归档: 2020 年 4 月

禁用firefox的滚轮缩放页面
hliang
Posted on
方法: 1、在地址栏中输入 about:config; 2、禁用 ctrl + 滚轮,找到mousewheel.with_control.action,并将其值从3改为0; 3、禁用 cmd + 滚轮,找到mousewheel.with_meta.action,并将其值从3改为0。
Read More
gyp: No Xcode or CLT version detected!
hliang
Posted on
最近升级了系统之后,做 npm install 操作时会报错如下 解决方式如下:
Read More