All Posts

sphinx中使用mermaid画图

目前博客中的图片使用graphviz生成, 当要绘制复杂图形时很困难. 相对使用mermaid比较简单.

Read more ...


HPACK中的霍夫曼编码

HTTP2.02中头部采用了二进制格式,具体编码在HPACK3也已经详细解释了。 HPACK中对于字符串使用了霍夫曼编码4来让传输更有效率,但是对于霍夫曼的解码过程一直没想 到如何仅仅使用查表的方法来进行。在看过一些论文和博客之后勉强想到了一个简单的可能不是很有效率的查表办法。

Read more ...


关于二叉树遍历的一道思考题

偶然在网上看到一道关于二叉树的面试题目, 就尝试着做了一下. 题目如下: 给出一二叉树, 判断从顶到底段数据之和是否与目标数字相等.

Read more ...


First Post

World, hello again! This very first paragraph of the post will be used as excerpt in archives and feeds. Find out how to control how much is shown in Post Excerpts and Images. Remember that you can refer to posts by file name, e.g. :ref:`first-post` results in First Post. Find out more at Cross-Referencing Blog Pages.

Read more ...