2023 · 第 49 周 · 12.04 — 12.10生活中不是没有美好,只是缺少发现
-
Understanding graph theory will seriously enhance your engineering skills; twitter.com
-
StackOverflow 的 URL 设计 /questions/:id/:slug 是非常科学的,依赖 id 定位,slug 可选,怎么更新都没有问题。依赖 slug 来定位是愚蠢的设计。twitter.com, 参考
- watchEffect 自动收集依赖,执行 effect - reactivity-advanced/reactivity-utilities
- Window:unhandledRejection - 我常用 throw 替代 return ps: 用 return 不好了么?!
- CSS#FLIP: 实现 height: auto 的高度过渡动画 - flip - aerotwist.com
- 无界,微框架, 帮同事把直播页面 video 全屏看到的
- createTemplatePromise
- 生成满二叉树 - ps: 第一次听说“三向链表”这种叫法
-
To love oneself is the beginning of a lifelong romance.
- Question: I have a list of values, where the order is important. I have a subset of those values in a set. I want a iterable of values in the set in the same order as the list. twitter.com
- align-content: center
- online-python
* { min-width: 0 }twitter.com