会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
于是张
精神不灭,则万物兴亦。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
下一页
2019年6月18日
springboot启动的坑
摘要: Unregistering JMX-exposed beans on shutdown 未引用boot-web包
阅读全文
posted @ 2019-06-18 13:27 老小包的博客
阅读(172)
评论(0)
推荐(0)
2019年5月22日
微服务
摘要: SOA service-oriented architectures 服务导向式架构 目的 解决单体应用规模增加时带来的问题 关键词:Monolithic 、SOA、 架构、分布式系统
阅读全文
posted @ 2019-05-22 00:03 老小包的博客
阅读(109)
评论(0)
推荐(0)
2019年5月21日
CAS GC
摘要: CAS是什么 ComperAndSwap 乐观锁 每次试图去拿锁,并且比较判断,判断后更改。 悲观锁 默认是存在问题的,拿一次有问题则不再获取锁。 GC两种回收机制 CMS G1
阅读全文
posted @ 2019-05-21 14:53 老小包的博客
阅读(201)
评论(0)
推荐(0)
redisTemplate应用
摘要: 小常识 :key值拿 : 区分自动分配命名区间。 存值 string opsForValue.set() 赋值 opsForValue.get()取值 list opsForList.leftPushAll()赋值 opsForList.rang(key,0.-1)取值 加时效 expire(key
阅读全文
posted @ 2019-05-21 09:30 老小包的博客
阅读(201)
评论(0)
推荐(0)
2019年4月27日
虚拟机网络配置
摘要: 网卡一 选择网络地址转换(NAT) 网卡二 选择桥接网卡 第一个选项 之后ping自己本机 网络通了
阅读全文
posted @ 2019-04-27 23:09 老小包的博客
阅读(118)
评论(0)
推荐(0)
2019年4月24日
page用法
摘要: 分页一般场景用于查询所有数据 包引用 例 Page<info> xxxxinfoList = xxxrepository.findAll(Pageable pageable); 在请求时用
阅读全文
posted @ 2019-04-24 23:35 老小包的博客
阅读(1523)
评论(0)
推荐(0)
2019年4月18日
mysql com.mysql.cj.jdbc.Driver 配置
摘要: 需配置时区 Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'xxx.hibernate_sequence' doesn't exist 背景: springboot 1.5.9.RELEASE
阅读全文
posted @ 2019-04-18 21:50 老小包的博客
阅读(4576)
评论(0)
推荐(0)
2019年4月2日
git的使用
摘要: 首先安装git 度娘 第二步 git init你所创建的的文件夹 第三步 git status来查看你当前的状态 第四步 git add .添加项目到git中 第五步 git commit 第六步 ssh-keygen -t rsa -C "758394881@qq.com" 准备关联githu 一
阅读全文
posted @ 2019-04-02 22:57 老小包的博客
阅读(105)
评论(0)
推荐(0)
2019年2月19日
定时任务相关
摘要: 继承QuartzJobBean 重写executeInternal方法 实现定时任务功能 @DisallowConcurrentExecution 标签 在此次执行完毕前不执行下次定时任务
阅读全文
posted @ 2019-02-19 09:42 老小包的博客
阅读(120)
评论(0)
推荐(0)
2019年2月13日
Spring Boot 异步运用
摘要: 使用@Async标签 导入包 org.springframework.scheduling.annotation.Async 并配置并发线程池asyncTaskConfig 实现AsyncConfigurer接口 连接池注解 @EnableAsync @Configure 重写接口getAsyncE
阅读全文
posted @ 2019-02-13 10:06 老小包的博客
阅读(131)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
下一页
公告