摘要: 下面这道题来自2025年考研英语二: The word "innovate" is most closely related to which of the following? A. renew B. repeat C. sustain D. conserve 下图来自Oxford Advance 阅读全文
posted @ 2025-11-24 14:28 abbess 阅读(5) 评论(0) 推荐(0)
摘要: debian独占NVME,Windows独占SATA. NVME启动速度太快了,以至于SATA接口的SSD还没来得及被BIOS认出来。SSD,不是机械硬盘啊。 blkid命令看到系统里的块设备,比如: /dev/nvme0n1p2 /dev/mmcblk1p1 /dev/sda3 显然p代表分区,/ 阅读全文
posted @ 2025-12-03 10:46 abbess 阅读(19) 评论(0) 推荐(0)
摘要: AI说:nltk.download('brown') 若网速慢,可手动下载百度网盘资源。吓我一跳。 飞快地在~/nltk_data下得到了brown.zip,高达3.2MB,3.2MB啊。500来个二三十KB的文本文件。 print(len(brown.words())) # 1,161,192 总 阅读全文
posted @ 2025-11-29 17:33 abbess 阅读(15) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <asm-generic/mman-common.h> int a; int main () { int b; char 阅读全文
posted @ 2025-11-27 19:34 abbess 阅读(8) 评论(0) 推荐(0)
摘要: 近来内存和SSD涨价,使得(二手)苹果有了性价比。 比如:Mac mini 2018 i5 3.0G 8G 512G UHD Graphics 630 1618元CPU是i5-8500B。14 nm,Coffee Lake。六核六线程,睿频 单核 4.1G,所有核 3.7G, 9MB L3 Cach 阅读全文
posted @ 2025-11-24 16:15 abbess 阅读(54) 评论(0) 推荐(0)