摘要: https://eslody.github.io/2021/07/10/基数树-Radix-tree-和前缀树-Trie-tree/ trie树为n叉搜索树, 搜索路径上的所有节点组成的完整的路径 构成了要查找的值。 Radix树,即基数树,也称压缩前缀树,是一种提供key-value存储查找的数据 阅读全文
posted @ 2024-06-02 15:38 zongzw 阅读(91) 评论(0) 推荐(0)
摘要: https://github.com/zongzw-learn/learn-go/tree/master/basics/tcp-poller kqueue在golang语言下的使用实践 将kqueue的操作细节封装在NetPoller接口中,实现KqueuePoller的三个API: Start 启 阅读全文
posted @ 2024-06-02 14:54 zongzw 阅读(73) 评论(0) 推荐(0)
摘要: POSIX 的简单介绍 阅读全文
posted @ 2024-06-02 14:47 zongzw 阅读(85) 评论(0) 推荐(0)
摘要: 使用代理: $ wget -e http_proxy=10.250.64.101:3128 -e https_proxy=10.250.64.101:3128 https://github.com/docker/compose/releases/download/1.25.0/docker-comp 阅读全文
posted @ 2024-06-02 14:37 zongzw 阅读(71) 评论(0) 推荐(0)
摘要: $ curl -s -o /dev/null -w "%{http_code}" http://www.example.org/ -w:按照后面的格式写出rt time_namelookup:DNS 解析域名[www.taobao.com]的时间 time_commect:client和server 阅读全文
posted @ 2024-06-02 14:35 zongzw 阅读(33) 评论(0) 推荐(0)