摘要:
深入理解 Mysql 索引底层原理 索引的作用是做数据的快速检索,而快速检索的实现的本质是数据结构。通过不同数据结构的选择,实现各种数据快速检索。在数据库中,高效的查找算法是非常重要的,因为数据库中存储了大量数据,一个高效的索引能节省巨大的时间。比如下面这个数据表,如果 Mysql 没有实现索引算法 阅读全文
摘要:
.bashrc vs .bash_profile If you spend a lot of time on the command line, chances are that you’ll want to customize your shell environment. This can me 阅读全文
摘要:
问题: 执行 bin/zkServer.sh 时,遇到JAVA_HOME is not set and java could not be found in PATH.的问题 解决: Java alternatives 现在使用下面的命令将Java的位置给 LinuxOS # update-alte 阅读全文