吃饭不吃菜|省钱谈恋爱

2026年7月28日

git why stage changes

摘要: In Git, you stage changes to selectively curate exactly what goes into your next commit, acting as a buffer between your messy working directory and y 阅读全文

posted @ 2026-07-28 16:36 Tesserock 阅读(5) 评论(0) 推荐(0)

2026年7月27日

macos show context menu in finder keyboard shortcut

摘要: In macOS Sequoia and later, you can open the context (right-click) menu for any selected item using the keyboard shortcut Control + Return. [1, 2] Alt 阅读全文

posted @ 2026-07-27 11:39 Tesserock 阅读(4) 评论(0) 推荐(0)

2026年7月23日

20个可以用dozens of吗

摘要: 可以。Dozens of 是一个常见的英语习语,表示“许多、几十个、好几打”,泛指一个较大的不确定数量。它的核心用法如下: [1, 2, 3] 数量基准: 1 dozen = 12 个。因此,dozens of 通常代表几十个或很多个(泛指远超12个的大致数量)。 接名词复数: 它后面必须接可数名词 阅读全文

posted @ 2026-07-23 09:37 Tesserock 阅读(11) 评论(0) 推荐(0)

2026年7月21日

macos下为啥chrome下载一个文件提示是174M,但是在finder中显示的是182.7MB

摘要: 这是计算标准不同导致的正常现象,文件本身没有任何问题。两者的核心区别在于:Chrome 用的是二进制算法(1024进制),而 macOS Finder 用的是十进制算法(1000进制)。 数值换算验证 你可以用实际字节数验证一下这个差异: Chrome(二进制,1 MB = 1024² = 1,04 阅读全文

posted @ 2026-07-21 21:41 Tesserock 阅读(11) 评论(0) 推荐(0)

2026年6月30日

macos下用brew安装了tesseract,如何配置简体中文的识别库?我已经下载chi_sim.traineddata

摘要: 在 macOS 下通过 Homebrew 安装 Tesseract 后,配置简体中文识别库(chi_sim.traineddata)非常简单。你只需要将下载好的文件放到 Tesseract 指定的语言数据目录中即可。 1. 将语言包放入指定目录 由于你是通过 Homebrew 安装的,Tessera 阅读全文

posted @ 2026-06-30 17:07 Tesserock 阅读(13) 评论(0) 推荐(0)

no such file or directory

摘要: 问题:cd进入到某带空格的目录时报错no such file or directory % cd "~/Library/Application Support" cd: no such file or directory: ~/Library/Application Support 原因:波浪号 ~ 阅读全文

posted @ 2026-06-30 13:50 Tesserock 阅读(23) 评论(0) 推荐(0)

2026年6月2日

google.com redirects me to google.com.hk, and showing me Chinese

摘要: How to use google.com instead of the default google.com.hk When you input google.com, Google automatically redirects you to the country you're located 阅读全文

posted @ 2026-06-02 14:30 Tesserock 阅读(8) 评论(0) 推荐(0)

2026年5月30日

what is .android folder and adbkey.pub adbkey adb_usb.ini files in it?

摘要: The .android folder is a hidden directory on your computer (typically in your home directory) that stores configuration files and data related to the 阅读全文

posted @ 2026-05-30 12:30 Tesserock 阅读(52) 评论(0) 推荐(0)

2026年5月27日

what is /etc/sysctl.d/99-trading.conf

摘要: what is /etc/sysctl.d/99-trading.conf /etc/sysctl.d/99-trading.conf is a custom, user-created Linux configuration file that fine-tunes operating syste 阅读全文

posted @ 2026-05-27 14:46 Tesserock 阅读(9) 评论(0) 推荐(0)

chrome new tab to the right shortcut on tab context menu on macos

摘要: To map a keyboard shortcut directly to the "New Tab to the Right" option in the Chrome tab context menu on macOS, you can create a custom App Shortcut 阅读全文

posted @ 2026-05-27 13:35 Tesserock 阅读(9) 评论(0) 推荐(0)

导航