摘要: package com.freeter.util;import java.util.UUID;/** * @author liuqi * **/public class Uuid{ public static void getUuid(){ String uuid=UUID.randomUUID() 阅读全文
posted @ 2019-12-14 17:41 葵儿啊 阅读(408) 评论(0) 推荐(0) 编辑
摘要: package com.freeter.util;import com.sun.image.codec.jpeg.JPEGCodec;import com.sun.image.codec.jpeg.JPEGImageEncoder;import javax.imageio.ImageIO;impor 阅读全文
posted @ 2019-12-14 17:35 葵儿啊 阅读(201) 评论(0) 推荐(0) 编辑
摘要: package com.freeter.util;import com.sun.image.codec.jpeg.JPEGCodec;import com.sun.image.codec.jpeg.JPEGEncodeParam;import com.sun.image.codec.jpeg.JPE 阅读全文
posted @ 2019-12-14 17:33 葵儿啊 阅读(185) 评论(0) 推荐(0) 编辑
/*粒子线条,鼠标移动会以鼠标为中心吸附的特效*/