hash

Hash Table

散列表,实际上也可以叫做Hash Table. 他其实是一种数据结构, 类似字典也是key/value pair. 或者应该说,是字典 base on Hash Table. 因为散列表才是真正的key/value pair. 而本质上,hash table 的结构, 是在key与value之间加上一层映射函数的.首先, 我们的值都是存在RAM中的, 并且都有表示的唯一id

Ngin出现could not build the server_names_hash 解决办法

今天配置nginx的时候,配置语法都没问题,然而在重启nginx时候,却提示: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 128经过一些google之后,找到了解决方案。解决方法: 在配置文件的http{}段增加一行配置 server_n