会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
梦见舟
Done is better than perfect
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
37
下一页
2020年4月22日
mysql 找到topN 大 数字
摘要: 找到第N大的数字, 如果没有就显示为NULL 测试脚本如下: create table ( int (11), int (11) ); insert into ( , ) values('12','761'); insert into ( , ) values('6','1037'); insert
阅读全文
posted @ 2020-04-22 17:24 梦见舟
阅读(342)
评论(0)
推荐(0)
2020年1月31日
Idea下 调试Spring源代码
摘要: 1. 下载源代码 https://github.com/spring projects/spring framework 我选择版本5.1.x 2. 网上有说需要下载gradle,其实可以不用下载 3. build项目 4. 导入项目 需要注意的是 gradle 版本不对可能会出现很多奇奇怪怪的错误
阅读全文
posted @ 2020-01-31 19:03 梦见舟
阅读(980)
评论(0)
推荐(0)
2019年12月14日
Java OOM出现场景
摘要: 1. ArrayList初始化值大于Integer.MAX_VALUE 8 List arrayList = new ArrayList(Integer.MAX_VALUE);
阅读全文
posted @ 2019-12-14 09:52 梦见舟
阅读(352)
评论(0)
推荐(0)
2019年12月8日
分布式事务解决方案
摘要: 分布式事务涉及 分布式文件系统 缓存系统 数据库 大型分布式存储系统 参考文献: https://yq.aliyun.com/articles/596048 https://www.infoq.cn/article/wtl6iX4UDcri9MGC5qBf https://www.sofastack
阅读全文
posted @ 2019-12-08 10:47 梦见舟
阅读(158)
评论(0)
推荐(0)
2019年11月4日
mybatis generator 根据表生成对应的mapper文件
摘要: ``` 4.0.0 com.mjz generatorByTable 1.0-SNAPSHOT UTF-8 org.mybatis.generator mybatis-generator-core 1.3.7 org.apache.maven.plugins maven-compiler-plugin 1.8 1.8 3.8.1 org.mybatis.generator mybatis-gene
阅读全文
posted @ 2019-11-04 17:01 梦见舟
阅读(591)
评论(0)
推荐(0)
2019年10月31日
签名工具类
摘要: ``` package com.shzd.common.utils.utils; import org.apache.commons.codec.digest.DigestUtils; import java.util.TreeMap; public class BBLSignUtils { public static String str2md5(String str){ re...
阅读全文
posted @ 2019-10-31 10:43 梦见舟
阅读(190)
评论(0)
推荐(0)
2019年9月29日
BPMN2.0
摘要: https://www.activiti.org/userguide/ bpmn20
阅读全文
posted @ 2019-09-29 13:17 梦见舟
阅读(152)
评论(0)
推荐(0)
2019年9月27日
pigx activiti 工作流引擎
摘要: 在添加完一个提交流程之后,工作流会被监听 LeaveProcessTaskListener notify
阅读全文
posted @ 2019-09-27 15:41 梦见舟
阅读(1994)
评论(0)
推荐(0)
GlobalAuthenticationConfigurerAdapter.class 整合activiti 报错
摘要: 通过下面的配置解决
阅读全文
posted @ 2019-09-27 11:16 梦见舟
阅读(2668)
评论(0)
推荐(0)
2019年9月24日
获取对象的Hash值
摘要: ``` package com.shzd.common.utils.utils; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectOutputStream; import j
阅读全文
posted @ 2019-09-24 15:42 梦见舟
阅读(1695)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
37
下一页
公告