feature(web): 增加历史压缩情况查询
This commit is contained in:
14
service-web/src/test/java/RandomColorTest.java
Normal file
14
service-web/src/test/java/RandomColorTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
import cn.hutool.core.util.RandomUtil;
|
||||
import java.awt.Color;
|
||||
|
||||
/**
|
||||
* 随机颜色
|
||||
*
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-06-14
|
||||
*/
|
||||
public class RandomColorTest {
|
||||
public static void main(String[] args) {
|
||||
System.out.println(Integer.toHexString(RandomUtil.randomInt(256)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user