指针的最后三位永远是0

Posted by 夏泽民

深入理解nginx中,第9章中有一句:利用指针的最后一位一定是0的特性。能解释一下这个特性?



rbtree红黑树

Posted by 夏泽民

https://zhuanlan.zhihu.com/p/370775073



radixTree

Posted by 夏泽民

基数树是一种比较节省空间的树结构,下图展示了基数树的结构,其中key是树的构建方式,在这里,key是一个32位的整数,为了避免层数过深,所以使用两位代表子节点的索引,基数树就是依据二进制串来生成树结构。值value被储存在叶节点。 https://zhuanlan.zhihu.com/p/95814705 http://www.360doc.com/content/19/0305/18/496343_819431105.shtml



非阻塞套接字

Posted by 夏泽民

在阻塞和非阻塞两种模式下执行I/O操作。在阻塞模式下,在I/O操作完成前,执行的操作函数一直等候而不会立即返回,该函数所在的线程会阻塞在这里。相反,在非阻塞模式下,套接字函数会立即返回,而不管I/O是否完成,该函数所在的线程会继续运行。



远程桌面

Posted by 夏泽民

https://github.com/rustdesk/rustdesk



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required