Tao

Results 534 comments of Tao

fork 了一个简易的自用, 需要自取 https://github.com/magicdawn/bilibili-app-recommend

B 站桌面端已上线, 支持 MacOS / Windows, 首页包含推荐模块 ![image](https://user-images.githubusercontent.com/4067115/169683392-2ed72442-5d4a-42cc-aa6c-6398b4b0517b.png)

![image](https://user-images.githubusercontent.com/4067115/165077111-7e64438d-1afa-43ef-84f7-2127f92354b1.png)

![image](https://user-images.githubusercontent.com/4067115/196025515-9b0ced9f-1c59-4f9c-9462-033e8d1d08da.png)

![image](https://user-images.githubusercontent.com/4067115/196025587-20c14ee3-caef-46b3-91ff-c7bbff295fda.png)

```sh npm i handy-img -g ``` using sharp to decode img, and mozjpeg wasm version encode ![image](https://user-images.githubusercontent.com/4067115/96683416-bd875e00-13ac-11eb-8954-22e4f94e067c.png)

Update 2023, after reading TypeScript-Handbook new modules part https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules > Ambient module declarations are easy to confuse with [module augmentations](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) since they use identical syntax. This module declaration syntax becomes...

# SQLite ## 引号 - `'string value'` 单引号表示一个字符串 - `"column"` 双引号和 backstick 表示 identifier https://www.sqlite.org/lang_keywords.html ## 与 `NULL` 比较 比如一个 `deleted` BOOLEAN 列, 值可选为 `NULL` | `FALSE` | `TRUE` -...

# SQLite json ## `json_extract` ```sql json_extract(column, '$.a.b.c') ```

## 快捷键 - `Cmd + Shift + \` reveal in treeview - `Cmd + Alt + P` 查看当前scope