记一些有意思的类

Pair

org.springframework.data.util.Pair
用于存储两个数据,当你的方法需要返回两个数据的时候可以使用。

StopWatch

org.apache.commons.lang3.time.StopWatch
秒表,用来计时,内部存了一个long型开始时间,提供有停止、暂停和重新计数等功能。

学习数据结构网址

https://visualgo.net

RandomUtils

org.apache.commons.lang3.RandomUtils

mysql8语法链接

https://dev.mysql.com/doc/refman/8.0/en/with.html

原文地址:https://www.cnblogs.com/paper-man/p/13284633.html