会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rab3it
首页
新随笔
管理
1
2
3
4
5
···
13
下一页
2026年6月11日
chrome 设置 深色页面
摘要: Chrome 自带实验开关 地址栏输入: chrome://flags/#enable-force-dark 把 Auto Dark Mode for Web Contents 改成 Enabled,重启 Chrome。之后所有网页都会强制深色。
阅读全文
posted @ 2026-06-11 17:07 rab3it
阅读(9)
评论(0)
推荐(0)
2025年1月13日
docker 删除没权限,Error response from daemon: container : driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2: operation not permitted
摘要: 解决: ➜ ~ docker rm -f 339d Error response from daemon: container 339d38e35e40a81630c6afbe3b25d926ec6ccd3fddfa0e394e00d89fbb9be632: driver "overlay2" fa
阅读全文
posted @ 2025-01-13 22:41 rab3it
阅读(325)
评论(0)
推荐(0)
2025年1月10日
linux终端、mac终端 iterm2 滚轮上滑不滚页面,而是滚历史命令 解决方法
摘要: 在命令行输入 tput rmcup 回车即可。 来源: https://stackoverflow.com/questions/36594420/how-can-i-turn-off-scrolling-the-history-in-iterm2
阅读全文
posted @ 2025-01-10 15:47 rab3it
阅读(354)
评论(0)
推荐(0)
2024年12月25日
mac 提示 zsh: operation not permitted
摘要: 方法一:加执行权限 chmod 777 eeyes-darwin 方法二:加豁免权,使用xattr命令 xattr -d com.apple.quarantine eeyes-darwin 操作如下: ➜ Eeyes-darwin ./Eeyes-darwin zsh: operation not
阅读全文
posted @ 2024-12-25 21:30 rab3it
阅读(407)
评论(0)
推荐(0)
2024年10月24日
mac scrcpy 报错 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac与极空间冲突)
摘要: scrcpy mac与极空间冲突 问题: ➜ ~ scrcpy scrcpy 2.7 <https://github.com/Genymobile/scrcpy> INFO: ADB device found: INFO: --> (usb) 8AJY0LU0Q device Pixel_3_XL
阅读全文
posted @ 2024-10-24 21:08 rab3it
阅读(342)
评论(0)
推荐(0)
2024年5月13日
MAC make编译报错 “clang: error: unsupported option '-fopenmp'”
摘要: 编译报错 ➜ php_mt_seed-main make gcc -Wall -march=native -mtune=generic -O2 -fomit-frame-pointer -funroll-loops -fopenmp php_mt_seed.c -o php_mt_seed clan
阅读全文
posted @ 2024-05-13 17:22 rab3it
阅读(278)
评论(0)
推荐(0)
2024年4月15日
APatch 安装(全能 ROOT 解决方案)
摘要: 准备 : boot.Img APatch adb 和 fastboot 环境 插件: ZygiskNext LSPosed 我需要准备 crosshatch-sp1a.210812.016.c2 的 boot.img(没有的话可以提取,也可以直接下载对应的 boot.img)。 # 上传 boot.
阅读全文
posted @ 2024-04-15 11:03 rab3it
阅读(9553)
评论(0)
推荐(0)
2024年3月5日
obsidian + picgo 报错 upload failed, check dev console
摘要: obsidian + picgo 报错 upload failed, check dev console 查看 picgo 日志,发现是 picgo 问题。 找资料,大多都说是网络、代理问题,排查一遍还是没啥反应。 重新卸载 picgo ,下载最新版 picgo 重新配置,可以正常使用。
阅读全文
posted @ 2024-03-05 16:36 rab3it
阅读(909)
评论(0)
推荐(0)
2023年11月20日
aosp 编译,刷机 pixel3 xl 报错,remote: 'Could not open super partition'解决。
摘要: 问题一:Partition should be flashed in fastbootd FAILED (remote: Partition should be flashed in fastbootd) 解决: 升级到fastboot version 34.0.5-10900879版本后发现可以使
阅读全文
posted @ 2023-11-20 16:37 rab3it
阅读(2107)
评论(1)
推荐(0)
2023年7月19日
macOS 常用字体下载安装
摘要: ## 简介 在使用Mac 版本 Office编辑文档时,经常会出现在Mac上的保存的文档放在Windows打开会出现字体扭曲、不整齐等现象。在Mac Office中的仿宋字体也会在Windows Office中显示为FangSong等现象。 若安装过同名的字体,请删除并清空缓存后再行安装。 ## 安
阅读全文
posted @ 2023-07-19 09:38 rab3it
阅读(2914)
评论(1)
推荐(0)
1
2
3
4
5
···
13
下一页
公告