摘要:
项目场景: 整合spring security OAuth2自定义AuthenticationProvider 登录认证 签发tok... 阅读全文
摘要:
WebClient 依赖 org.springframework.boot spring-bo... 阅读全文
摘要:
首先阐述 @Autowired 和 @Resource 的区别 @Resource 是JDK自带的注解 可以按名称注入也可以按类型注... 阅读全文
摘要:
当时写hive用的是zeppelin,这个工具可以直接在页面上写sql语句,操作服务器上的hive库,还挺方便的 通过zeppeli... 阅读全文
摘要:
hive创建hbase表 create external table events.hb_train( row_key s... 阅读全文
摘要:
一、安装mysql 安装MySQL服务器端和MySQL客户端; •安装: – yum install mysql – yum ins... 阅读全文
摘要:
一、分页待解决的问题 分页是在service层实现的 在controller层和service层同时写了这句代码 PageHelpe... 阅读全文
摘要:
示例: insert insert into bargain_products id, ... 阅读全文
摘要:
配置文件设置缓存 query_cache_size = 20M #缓存大小query_cache_type = ON #开启缓存... 阅读全文
摘要:
在测项目的时候突然发现数据库连接不上了,提示Too many connection。 产生问题的原因是MySQL的Sleep进程占用... 阅读全文