上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: https://www.tropf.io/html/jeffdeanfacts.html Jeff Dean Facts ABSTRACT Chuck Norris facts of computer science. Shamelessly stolen from here. From time 阅读全文
posted @ 2026-08-04 16:09 光風霽月 阅读(19) 评论(0) 推荐(0)
摘要: ![](https://github.com/QaQOwOQaQ/picx-images-hosting/raw/master/c1a3ebe222b24012728394b8d81f868f.4ubn7x54os.png) 阅读全文
posted @ 2026-08-02 20:44 光風霽月 阅读(10) 评论(0) 推荐(0)
摘要: ![](https://github.com/QaQOwOQaQ/picx-images-hosting/raw/master/fbc433fc1c10987a558f1b6b0d9206c3.232kzui2ib.png) 阅读全文
posted @ 2026-08-02 20:43 光風霽月 阅读(7) 评论(0) 推荐(0)
摘要: Unix Epoch(Unix 纪元)是 Unix 和类 Unix 操作系统中用于表示时间的一个标准参考点。 具体来说: 定义:Unix Epoch 指的是 1970 年 1 月 1 日 00:00:00 UTC(协调世界时)。 用途:在计算机系统中,时间通常被存储为一个整数或浮点数,表示从 Uni 阅读全文
posted @ 2026-08-01 14:56 光風霽月 阅读(20) 评论(0) 推荐(0)
摘要: Book https://htdp.org/2026-5-28//Book/index.html 阅读全文
posted @ 2026-07-27 10:59 光風霽月 阅读(8) 评论(0) 推荐(0)
摘要: https://thatamazingprogrammer.com/posts/stop-naming-your-variables-flag-the-art-of-boolean-prefixes/ 阅读全文
posted @ 2026-07-24 17:05 光風霽月 阅读(12) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1NLKV6wE9g/?spm_id_from=333.1387.homepage.video_card.click&vd_source=38033fe3a1f136728a1d6f8acf710b51 阅读全文
posted @ 2026-07-20 22:46 光風霽月 阅读(10) 评论(0) 推荐(0)
摘要: 英文原文 作者Frederick P. Brooks, Jr. University of North Carolina at Chapel Hill There is no single development, in either technology or management techniq 阅读全文
posted @ 2026-07-20 15:44 光風霽月 阅读(9) 评论(0) 推荐(0)
摘要: export 的核心作用是把普通的 Shell 局部变量,升级为环境变量,从而让当前 Shell 衍生出的子进程也能访问到这个变量。 在 Linux 系统中,如果你直接写 MY_VAR="hello",这个变量仅仅存活在当前的命令行环境中。一旦你在终端里跑个 Python 脚本、启动个服务,或者开个 阅读全文
posted @ 2026-07-17 14:47 光風霽月 阅读(18) 评论(0) 推荐(0)
摘要: typo 是 typographical error 的简写。 大白话讲就是“打字错误”或者“拼写错误”。 在咱们日常写代码、写文档或者提交 Git 时非常常见。比如手滑把 function 敲成了 funtion,或者把 false 拼成了 fasle,这种情况大家就会说“代码里有个 typo”。 阅读全文
posted @ 2026-07-17 14:43 光風霽月 阅读(24) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页