摘要:
advantage of using array 第一个优点的意思,数组有更高的缓存位置(cache locality,这样子翻译好别扭),会产生很大的差异,在性能上。cache locality链接:https://en.wikipedia.org/wiki/Locality_of_referen 阅读全文
摘要:
单恋表(^_^) 数组是由一系列相同数据类型,而且占用了连续的存储空间。 优点 缺点 单链表是线性数据结构,存储时不必连续的存储在一起,彼此通过pointers相互连接。 优点 缺点 先上C代码 Java代码 阅读全文
摘要:
mysql(默认数据表MyISAM&InonoDB) 可以在MySQL的配置文件my.ini里设置,书里写的是 default-table-type。但是在my.ini里没有找到,而是 # The default storage engine that will be used when creat 阅读全文