内核中的tcp hash table
在net/ipv4/tcp_ipv4.c中定义了一个struct inet_hashinfo tcp_hashinfo,用于记录所有的TCP socket。 inet_hashinfo 从inet_h...
Cache of the Internet.
在net/ipv4/tcp_ipv4.c中定义了一个struct inet_hashinfo tcp_hashinfo,用于记录所有的TCP socket。 inet_hashinfo 从inet_h...
和应用程序套接字相对应的是socket,而socket的内核中的实现叫sock。 struct sock struct inet_timewait_sock TCP通过函数tcp_time_wait把...
hive到presto的变化 https://toutiao.io/posts/ch6ftkn/preview Key not present in maphive中遇到不存在的key会返回null,...
# 1. 使用`nm -D`查看strip过的文件里的符号表;strip只能去掉symtab里的符号,但是不能去掉dynsym里的符号。 https://blog.csdn.net/cjsycyl/a...
windows环境下安装firebase后,遇到firebase.ps1没有权限执行的问题 参考:https://github.com/firebase/firebase-tools/issues/1...
可以优化的点 相同的表达式不要写多遍 位运算写的更加明白一点 hive上的优化 with cube的使用https://tech.youzan.com/cube/其实就是把group by列出来的维度...
近期评论