I am Wuxinshui

shanghai,China QF @Wuxinshui
  1. Java 获取接口所有实现类

    利用Spring的Bean工厂,获取接口所有实现类。

    2017/10/10

  2. Spring Boot 集成RabbitMQ

    RabbitMQ is an open source multi-protocol messaging broker.

    2017/09/26

  3. Java BigDecimal开方

    一般开平方使用的是Math中的静态方法Math.sqrt(double a),涉及到金融计算的时候,Math.sqrt(double a)精度就不够了。金融领域的计算,用的都是BigDecimal类型。然而BigDecimal对于数字开平方没提供有效的方法。 这里整理了一些网上提供的方案。

    2017/09/22

  4. Spring Boot集成Quartz-动态任务管理

    Quartz提供了一组丰富的API,来管理Job。

    2017/08/28

  5. Spring Boot 定时任务之Quartz

    Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application。

    2017/08/19

  6. Spring Boot 定时任务之@Schedule

    The @Scheduled annotation can be added to a method along with trigger metadata.

    2017/08/18

  7. Java枚举抽象方法实战

    枚举类型是指由一组固定的常量组合成合法值的类型。

    2017/08/01

  8. ArrayList在Java多线程中的应用

    ArrayList是非线程安全的。

    2017/07/26

  9. Java非法字符 'ufeff'

    utf-8+bom比utf-8多了三个字节前缀:0xEF0xBB0xBF,有这三个字节前缀的文本或字符串,程序可以自动判断它为utf-8格式,并按照utf-8格式来解析文本或字符串。

    2017/07/19

  10. SonarQube 安装

    SonarQube® software (previously called Sonar) is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from project portfolio to method.

    2017/07/10

汇总学习spring boot代码

5 4

个人博客:http://wuxinshui.github.io/

4 1

If I have been able to see further, it was only because I stood on the shoulders of giants.

4 1

spring-cloud 微服务样例

3 0

Dubbo是阿里巴巴公司开源的一个高性能优秀的服务框架,使得应用可通过高性能的 RPC 实现服务的输出和输入功能,可以和Spring框架无缝集成。

3 1

汇集spring web 开发代码示例

2 0

Hessian是一个轻量级的remoting onhttp工具,使用简单的方法提供了RMI的功能。

2 1

开发常用工具类

2 1

reactive,next generation processors

1 0

深度学习,Java实现

0 0