上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 47 下一页
摘要: 地址: 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 阅读(420) 评论(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 阅读(1330) 评论(0) 推荐(0)
摘要: 研究一下maven的标签: 阅读全文
posted @ 2019-02-26 14:30 bf378 阅读(1273) 评论(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 阅读(240) 评论(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 阅读(381) 评论(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 阅读(408) 评论(0) 推荐(0)
摘要: 命令行指定系统编码为:GBK,然后打印结果如上。 String.getBytes("编码1") // 将字符串由原来编码转为编码1的字节byte,此时如果将正确显示的话就需要将bytes在使用编码1进行解码为字符串才可以正确显示。 阅读全文
posted @ 2019-02-20 15:58 bf378 阅读(135) 评论(0) 推荐(0)
摘要: 根据JavaBean创建数据库的操作SQL 阅读全文
posted @ 2019-02-19 15:18 bf378 阅读(2111) 评论(0) 推荐(0)
摘要: 转:https://www.jianshu.com/p/f03b1497122a 本文包含如下内容 CronTrigger简介 Cron 表达式 Cron表达式可选的值 Cron表达式的配置规则 Cron表达式范例: */5 * * * * ? 每隔5秒执行一次 0 */1 * * * ? 每隔1分 阅读全文
posted @ 2019-02-19 14:34 bf378 阅读(1567) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/leaven/p/3920947.html 阅读全文
posted @ 2019-02-16 13:09 bf378 阅读(100) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 47 下一页