Jed Zhang
Jed Zhang
The problem exists in both ordered and unordered list. For example, when inserting an ordered list, type `1.` followed by a space. Then an empty list is created, and it...
sstable 一章中介绍“data block 结构”的例子中,第二个 restart point 的值应为 17 而不是 16。错误的图片如下: 验证代码: ```cpp #include #include #include "leveldb/options.h" #include "table/block_builder.h" int main() { leveldb::Options options; options.block_restart_interval = 2; leveldb::BlockBuilder builder(&options); builder.Add("deck", "v1");...
https://github.com/bitcoin-dot-org/developer.bitcoin.org/blob/master/devguide/wallets.rst "2256-1" should be "2256-1"?
`rime-symbols` 使用 OpenCC 来实现文字转符号。 看到其他项目是直接通过 dict.yaml 词库实现的(如 [greek.dict.yaml](https://gist.github.com/AlephAlpha/5406458cb98838efe1fc)),想问下这两种方式有什么区别?