战狂粗人张

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年1月12日

摘要: 第一种:普通for循环插入 @Test public void testInsertBatch2() throws Exception { long start = System.currentTimeMillis(); User user; SqlSession sqlSession = sqlS 阅读全文
posted @ 2020-01-12 03:43 战狂粗人张 阅读(423) 评论(0) 推荐(0) 编辑

摘要: 需求: 如何生成唯一的订单序列号? 格式按照:yyyyMMdd+两位业务码+10位的自增序列, 比如:20150101**99**0000000001。 思路: (1)获得日期很简单; (2)业务码是调用服务传入的参数; (3)使用Redis来实现10位的自增序列的保存和自增,使用serial.nu 阅读全文
posted @ 2020-01-12 03:32 战狂粗人张 阅读(3089) 评论(0) 推荐(0) 编辑

摘要: 例子代码: 第一步: <!--Excel包--> <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>eas 阅读全文
posted @ 2020-01-12 03:20 战狂粗人张 阅读(2502) 评论(0) 推荐(0) 编辑