240 发简信
IP属地:四川
  • 1- 30

    Lesson 1A private conversation私人谈话First listen and then answer the quest...

  • 61-~

    Lesson 61Trouble with the Hubble哈勃望远镜的困境First listen and then answer the...

  • New Concept English 2 31-60

    Lesson 31Success story成功者的故事First listen and then answer the question.听录...

  • Resize,w 360,h 240
    DataGrip 导出表结构和数据 mysqldump: Couldn't execute

    直接在数据库旁边右击, 选择 mysqldump 如果本地mysqldump版本较高, 例如我本地版本为8.0, 目标数据源的版本较低, 导出会...

  • jstack 分析一个简单的死锁

    搬运一下jstack的简单介绍 然后我们实现一个简单的死锁, 两个线程互相需要对方持有的资源(锁), 会导致死锁 此时我们用 jstack + ...

  • BigDecimal 拆分 Java实现微信发红包算法

    原代码地址http://18810098265.iteye.com/blog/2369857;需要实现一个小功能, 就是把一个BigDecima...

  • guava-retrying重试工具库的简单体验

    官方文档地址: https://github.com/rholder/guava-retrying 打印结果 稍微修改一下代码 打印结果 重试的...

  • Spring Boot 统一处理参数校验结果 JSR303 @Valid BindingResult MethodArgumentNotValidException

    使用@ControllerAdvice统一处理参数校验的结果, 而不再使用BindingResult在Controller中处理 感觉一下就方便...

  • Spring Boot 项目 logback 升级 log4j2

    今天把一个Spring Boot的日志框架由默认的logback升级为log4j2, 过程如下: 导包 写配置在resources下增加log4...