05 2018 档案
摘要:https://vonng.gitbooks.io/ddia-cn/content/ch7.html
阅读全文
摘要:https://www.ibm.com/developerworks/cn/web/1103_zhaoct_recommstudy1/index.html
阅读全文
摘要:https://tech.meituan.com/innodb-lock.html https://www.jianshu.com/p/4e3edbedb9a8 15.2.10 . InnoDB事务模型和锁定 http://www.iteedu.com/database/mysql/mysqlman
阅读全文
摘要:https://blog.csdn.net/qing101hua/article/details/53228668
阅读全文
摘要:https://blog.csdn.net/u014079773/article/details/52453002 1.Spring中AOP的应用场景、Aop原理、好处? 答:AOP--Aspect Oriented Programming面向切面编程;用来封装横切关注点,具体可以在下面的场景中使用
阅读全文
摘要:Elasticsearch 权威指南中文版 https://www.elastic.co/guide/cn/elasticsearch/guide/cn/index.html Elasticsearch 权威指南中文版 https://www.elastic.co/guide/cn/elastics
阅读全文
摘要:广告引擎之索引介绍 —— 倒排索引 广告引擎之索引介绍 —— 倒排索引 最近两周对广告引擎索引技术进行了一些了解,主要了解了一下索引的构成方式以及构建过程,感觉这一部分还是有一些深度,加上文档可能贫乏,了解起来需要花费一定的时间,所以结合自己的理解,我想把这个过程纪录下来,算是作为一份补充的参考文档
阅读全文
摘要:每个Document都是由多个field组成,每个field中包含一系列的词语,构建索引的目的是为了加快检索的速度,根据映射关系方向的不同,索引可以分为: 倒排索引(index) 倒排索引存储了从单词到DocID的映射关系,形如: 词-->(Doc1,Doc2,...,DocN) 倒排索引主要用在检
阅读全文
摘要:https://blog.csdn.net/s10461/article/details/53941091 1. 概述 泛型在java中有很重要的地位,在面向对象编程及各种设计模式中有非常广泛的应用。 什么是泛型?为什么要使用泛型? 泛型,即“参数化类型”。一提到参数,最熟悉的就是定义方法时有形参,
阅读全文
摘要:https://groups.google.com/forum/#!topic/seastar-dev/RuK-OajeqHk https://www.google.com/search?ei=gTH-Wtr5O4WQsAW-io7wCQ&q=dl_iterate_phdr+gcc+exceptio
阅读全文
摘要:mvn -B install -Dmaven.test.skip=true -Dautoconfig.skipmvn -B org.codehaus.mojo:cobertura-maven-plugin:2.7:cobertura -Dmaven.test.failure.ignore=true
阅读全文
摘要:https://www.cnblogs.com/chunzhulovefeiyue/p/7550294.html https://blog.csdn.net/haifeng_gu/article/details/74231349
阅读全文
摘要:https://blog.csdn.net/kisimple/article/details/44948603
阅读全文