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