摘要: CREATE DATABASE database0;USE database0;DROP TABLE IF EXISTS `user`;CREATE TABLE `user`( id bigint(64) not null auto_increment, city varchar(20) not n 阅读全文
posted @ 2021-06-28 18:23 小蚊子大人KN 阅读(978) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/443280657/answer/1764353783 https://zhuanlan.zhihu.com/p/384741758 http://javadaily.cn/articles/2019/12/19/157673151558 阅读全文
posted @ 2021-06-28 17:35 小蚊子大人KN 阅读(33) 评论(0) 推荐(0) 编辑
摘要: ES中有几个基本概念:索引(index)、类型(type)、文档(document)、映射(mapping)等。 ES、Lucene、solr对比: Luence是Apache基于Java编写的信息搜索工具包(jar包),它包含了索引结构、读写索引工具、相关性工具、排序等功能,因此Lucene的使用 阅读全文
posted @ 2021-06-28 16:56 小蚊子大人KN 阅读(328) 评论(0) 推荐(0) 编辑
摘要: package com.box.batisplus.db.source;import lombok.extern.slf4j.Slf4j;import org.aspectj.lang.annotation.After;import org.aspectj.lang.annotation.Aspec 阅读全文
posted @ 2021-06-28 14:47 小蚊子大人KN 阅读(550) 评论(0) 推荐(0) 编辑