会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
byebai95
博客园
首页
新随笔
联系
管理
随笔- 311 文章- 0 评论- 12 阅读-
18万
08 2020 档案
项目中遇到的问题
摘要:一、spring boot 中 bean 循环引用 问题复现: 三个bean ,都是按构造函数的方式注入,其实现如下 code 01 @Service @AllArgsConstructor public class GoodsServiceImpl implements GoodsService
阅读全文
posted @
2020-08-27 11:12
byebai95
阅读(265)
评论(0)
推荐(0)
编辑
git 版本控制 2.0
摘要:git 空间划分 1、工作空间 创建的文件颜色是红色都在工作空间 2、暂存区 解决冲突的区域,暂存工作空间提交的内容 3、本地仓库 使用git commit 提交,会将暂存区的代码提交到本地仓库 4、远程仓库 github 、gitlab 管理公共代码的,与本地仓库一致,本地仓库 push 即推送代
阅读全文
posted @
2020-08-19 16:09
byebai95
阅读(236)
评论(0)
推荐(0)
编辑
idea 下载插件超时
摘要:1.手动下载插件 https://plugins.jetbrains.com/search 2.选择符合当前版本的插件进行下载。并安装
阅读全文
posted @
2020-08-17 19:57
byebai95
阅读(490)
评论(0)
推荐(0)
编辑
jdk8 reduce
摘要:reduce 有3个重载方法 1.接收一个参数 BinaryOperator 的函数式接口 ,返回 Optional 对象 Optional<T> reduce(BinaryOperator<T> accumulator); BinaryOperator 是函数式接口,需要实现方法 R apply(
阅读全文
posted @
2020-08-14 19:58
byebai95
阅读(491)
评论(0)
推荐(0)
编辑
拦截器与过滤器
摘要:spring boot 实现自定义拦截器 1.自定义拦截器实现 HandlerInterceptor public class MyHandlerInterceptor implements HandlerInterceptor { @Override public boolean preHandl
阅读全文
posted @
2020-08-13 15:06
byebai95
阅读(262)
评论(0)
推荐(0)
编辑
jdk 代理与 cglib 代理
摘要:代理类的不同
阅读全文
posted @
2020-08-12 19:37
byebai95
阅读(147)
评论(0)
推荐(0)
编辑
随笔
摘要:1. mysql 查看版本信息 方式一:select version(); 方式二: status 2. mysql 查看当前的事务隔离级别 show variables like 'transaction_isolation'; 版本8+ show variables like 'tx_isola
阅读全文
posted @
2020-08-11 15:45
byebai95
阅读(118)
评论(0)
推荐(0)
编辑
公告
昵称:
byebai95
园龄:
6年7个月
粉丝:
7
关注:
7
搜索
随笔分类
algorithm(25)
c++(9)
ci/cd(4)
collection 集合(11)
docker(4)
dubbo(3)
elasticsearch(10)
git/svn(2)
java(69)
jdk8(6)
jvm 虚拟机(8)
kafka(4)
linux (7)
mongodb(1)
mybatis(5)
mysql(20)
nginx(2)
python(2)
redis(3)
shell 脚本(4)
shiro(2)
solr(4)
springBoot(23)
springCloud(7)
tcp/ip (3)
transaction 事务 (2)
uml(3)
多线程与并发(8)
分布式(1)
工具集(24)
其他(14)
设计模式(24)
申请公租房(2)
消息中间件MQ(2)
随笔档案
2022年4月(2)
2022年3月(2)
2022年1月(1)
2021年12月(3)
2021年11月(3)
2021年10月(2)
2021年9月(1)
2021年8月(3)
2021年7月(2)
2021年6月(2)
2021年5月(1)
2021年4月(1)
2021年3月(8)
2021年2月(6)
2021年1月(6)
2020年12月(12)
2020年11月(18)
2020年10月(24)
2020年9月(18)
2020年8月(7)
2020年7月(5)
2020年6月(6)
2020年1月(3)
2019年12月(8)
2019年11月(18)
2019年10月(8)
2019年9月(20)
2019年8月(22)
2019年7月(7)
2019年6月(6)
2019年5月(2)
2019年4月(7)
2019年3月(28)
2019年2月(16)
2019年1月(4)
2018年12月(18)
2018年11月(7)
2018年10月(1)
2018年9月(1)
点击右上角即可分享