上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: 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 阅读(1050) 评论(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 阅读(38) 评论(0) 推荐(0)
摘要: ES中有几个基本概念:索引(index)、类型(type)、文档(document)、映射(mapping)等。 ES、Lucene、solr对比: Luence是Apache基于Java编写的信息搜索工具包(jar包),它包含了索引结构、读写索引工具、相关性工具、排序等功能,因此Lucene的使用 阅读全文
posted @ 2021-06-28 16:56 小蚊子大人KN 阅读(366) 评论(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 阅读(584) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/three-fighter/p/14367721.html 阅读全文
posted @ 2021-06-25 16:40 小蚊子大人KN 阅读(15) 评论(0) 推荐(0)
摘要: Feign封装RestTemplate实现http请求方式的远程调用 Feign封装Ribbon实现客户端负载均衡 Euraka集群部署实现注册中心高可用 注册中心心跳监测,更新服务可用状态 集成Hystrix实现熔断机制 Zuul作为API 网关 ,提供路由转发、请求过滤等功能 Config实现分 阅读全文
posted @ 2021-06-25 16:28 小蚊子大人KN 阅读(59) 评论(0) 推荐(0)
摘要: Netflix Eureka springCloud Alibaba Nacos 阿里的 HashiCorp Consul consul是google开源的一个使用go语言开发的服务发现、配置管理中心服务 Apache ZooKeeper dubbo+ZooKeeper CoreOS Etcd CN 阅读全文
posted @ 2021-06-25 16:16 小蚊子大人KN 阅读(85) 评论(0) 推荐(0)
摘要: 在编写代码的时候我们经常会使用 equals 和 == 来判断两个对象是否相等,那么两者有什么区别呢,主要有以下几点区别: 首先的区别是,equals 是方法,而 == 是操作符; 对于基本类型的变量来说(如 short、 int、 long、 float、 double),只能使用 == ,因为这 阅读全文
posted @ 2021-06-25 16:03 小蚊子大人KN 阅读(893) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/liudecai/p/14931120.html 阅读全文
posted @ 2021-06-25 15:40 小蚊子大人KN 阅读(31) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-06-25 15:36 小蚊子大人KN 阅读(99) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页