上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 概述 tryLock 是防止自锁的一个重要方式。 tryLock()方法是有返回值的,它表示用来尝试获取锁,如果获取成功,则返回true,如果获取失败(即锁已被其他线程获取),则返回false,这个方法无论如何都会立即返回。在拿不到锁时不会一直在那等待。 阅读全文
posted @ 2018-09-10 15:43 纯丿乱 阅读(26356) 评论(0) 推荐(6)
摘要: https://www.cnblogs.com/vcdx/p/9490606.html 阅读全文
posted @ 2018-09-04 18:27 纯丿乱 阅读(468) 评论(0) 推荐(0)
摘要: 1.导入sql 阅读全文
posted @ 2018-07-02 14:04 纯丿乱 阅读(901) 评论(0) 推荐(0)
摘要: import com.alibaba.fastjson.JSON; List<BankAccount> accountList =(List<BankAccount>) JSON.parseArray(jsonData, BankAccount.class); 阅读全文
posted @ 2018-04-10 15:17 纯丿乱 阅读(4047) 评论(0) 推荐(0)
摘要: 如何快速解析大的xml文件。 案例: 阅读全文
posted @ 2018-03-19 09:47 纯丿乱 阅读(2775) 评论(0) 推荐(0)
摘要: netty搭建架子 阅读全文
posted @ 2018-03-14 16:58 纯丿乱 阅读(527) 评论(0) 推荐(0)
摘要: BigDecimal的add 阅读全文
posted @ 2018-03-01 11:02 纯丿乱 阅读(23642) 评论(0) 推荐(1)
摘要: map按照value进行排序,treemap 阅读全文
posted @ 2018-03-01 10:55 纯丿乱 阅读(1654) 评论(0) 推荐(0)
摘要: 搭建was: https://www.cnblogs.com/liaokailin/p/3971194.html 阅读全文
posted @ 2017-12-27 17:41 纯丿乱 阅读(175) 评论(0) 推荐(0)
摘要: 今天的任务是: oracle迁移 db2. 为什么会有这样的工作呢?我也不知道,oracle和db2都稳定的异于常人。 迁移方案: IBMDataMovementTool 。 迁移过程: 1.使用PLSQL将oracle转成bank.sql; 2.使用IBMDataMovementTool 将ban 阅读全文
posted @ 2017-12-26 13:16 纯丿乱 阅读(252) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页