上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页
摘要: org.quartz.impl.xxxbcjobstore.LockException: Failure obtaining db row lock: Lock wait timeout exceeded; try restarting transaction at org.quartz.impl. 阅读全文
posted @ 2019-03-01 10:55 bf378 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: 学习一下Spring的事务嵌套:https://blog.csdn.net/zmx729618/article/details/77976793 重点句子: Juergen Hoeller 的话: PROPAGATION_REQUIRES_NEW 启动一个新的, 不依赖于环境的 "内部" 事务. 这 阅读全文
posted @ 2019-02-28 15:58 bf378 阅读(424) 评论(0) 推荐(0) 编辑
摘要: DisallowConcurrentExecution注解是指:一个JobKey对应的JobDetail实例不运行并发执行,而不是说你继承Job之后的子类不允许并发执行。 阅读全文
posted @ 2019-02-28 10:38 bf378 阅读(3487) 评论(0) 推荐(1) 编辑
摘要: 地址: https://redis.io/topics/distlock 这是一篇质疑RedLock的论文:https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html(中文:https://juejin.im/ 阅读全文
posted @ 2019-02-27 17:20 bf378 阅读(401) 评论(0) 推荐(0) 编辑
摘要: z.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: com.model.audience.AudienceGenerateMessage; local class in 阅读全文
posted @ 2019-02-27 10:42 bf378 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: 研究一下maven的标签: 阅读全文
posted @ 2019-02-26 14:30 bf378 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: 参见原文:http://www.geekabyte.io/2014/11/difference-between-beanfactory-and.html geekAbyte Codes and Rants | Javascript, Java and Scala geekAbyte Codes an 阅读全文
posted @ 2019-02-22 10:59 bf378 阅读(225) 评论(0) 推荐(0) 编辑
摘要: /** * @param src * @param dest * @param filedMapping the diffrent fieldName mapping,key is src filename and value is dest filedname */ public void copyProperties(S src, ... 阅读全文
posted @ 2019-02-21 13:11 bf378 阅读(370) 评论(0) 推荐(0) 编辑
摘要: mysqldump -h$host db_old -uroot -p$pass | mysql -h$host db_new -uroot -p$pass 管道符号,是unix一个很强大的功能,符号为一条竖线:"|"。用法: command 1 | command 2 他的功能是把第一个命令comm 阅读全文
posted @ 2019-02-20 17:22 bf378 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 命令行指定系统编码为:GBK,然后打印结果如上。 String.getBytes("编码1") // 将字符串由原来编码转为编码1的字节byte,此时如果将正确显示的话就需要将bytes在使用编码1进行解码为字符串才可以正确显示。 阅读全文
posted @ 2019-02-20 15:58 bf378 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页