会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
59
60
61
62
63
64
65
66
67
···
83
下一页
2018年12月25日
elcipse 安装lombok插件解决 @Slf4j 等找不到log变量问题
摘要: 参考:http://blog.51cto.com/4925054/2127840 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> 1.前往官网下载:http
阅读全文
posted @ 2018-12-25 11:57 lshan
阅读(167)
评论(0)
推荐(0)
编辑
2018年12月20日
cqrs案例
摘要: 参考: https://www.cnblogs.com/yjmyzz/p/cqrs-axonframework-sample.html 例子2: https://www.cnblogs.com/yjmyzz/p/cqrs-axonframework-sample.html CQRS 的基本知识:ht
阅读全文
posted @ 2018-12-20 15:46 lshan
阅读(118)
评论(0)
推荐(0)
编辑
Callable和Future 多线程
摘要: 参考:https://www.cnblogs.com/fengsehng/p/6048609.html
阅读全文
posted @ 2018-12-20 13:53 lshan
阅读(117)
评论(0)
推荐(0)
编辑
2018年12月18日
【spring-boot】spring-boot 整合 ehcache 实现缓存机制
该文被密码保护。
阅读全文
posted @ 2018-12-18 18:33 lshan
阅读(153)
评论(0)
推荐(0)
编辑
java 设计模式http://www.runoob.com/design-pattern/design-pattern-tutorial.html
摘要: 参考:http://www.runoob.com/design-pattern/design-pattern-tutorial.html
阅读全文
posted @ 2018-12-18 18:27 lshan
阅读(142)
评论(0)
推荐(0)
编辑
DDD领域驱动设计(例子)
摘要: 参考:https://tech.meituan.com/DDD_in_%20practice.html
阅读全文
posted @ 2018-12-18 15:24 lshan
阅读(556)
评论(0)
推荐(0)
编辑
js要怎么接收后端传的excel文件流?
摘要: 参考:https://blog.csdn.net/lixiaoer757/article/details/80272251
阅读全文
posted @ 2018-12-18 10:35 lshan
阅读(316)
评论(0)
推荐(0)
编辑
2018年12月13日
构建最小JDK Docker镜像 或者直接使用镜像:frolvlad/alpine-oraclejre8:slim
摘要: 直接使用镜像:frolvlad/alpine-oraclejre8:slim --> 不支持bash pivotalservices/jdk8-minimal:latest --> 支持bash ,可以执行shell 参考: https://my.oschina.net/shyloveliyi/bl
阅读全文
posted @ 2018-12-13 12:16 lshan
阅读(1691)
评论(0)
推荐(0)
编辑
2018年12月3日
JVM知识点总结
摘要: jvm 调优参考: https://www.cnblogs.com/csniper/p/5592593.html 1.JVM以及GC JVM分为:虚拟机栈、本地方法栈、堆、方法区、程序计数器 本地方法栈:用于支持native方法的执行,存储了每个native方法的执行状态。 虚拟机栈 :占用的是操作
阅读全文
posted @ 2018-12-03 11:33 lshan
阅读(151)
评论(0)
推荐(0)
编辑
2018年12月1日
DDD随笔-Axon
摘要: 1. 命令处理程序从存储库中检索域对象(聚合)并执行它们的方法来更改它们的状态。这些聚合通常包含实际的业务逻辑,因此负责维护自己的状态。聚合的状态变化导致产生领域事件。领域事件和聚合形成领域模型。 2.Saga是CQRS中的概念,用于管理这些复杂的业务事物。 命令 命令描述了改变应用程序状态的意图。
阅读全文
posted @ 2018-12-01 15:56 lshan
阅读(432)
评论(0)
推荐(0)
编辑
上一页
1
···
59
60
61
62
63
64
65
66
67
···
83
下一页