12 2021 档案

摘要:<script type="text/javascript" src="${basePath}/static/lib/qrcode.js"></script> $('#qrcode').empty();var qrcode = new QRCode("qrcode", { width: 240, h 阅读全文
posted @ 2021-12-24 11:29 p_小白 阅读(70) 评论(0) 推荐(0)
摘要:public static void base64StringToPdf(String base64Content, String filePath) { BASE64Decoder decoder = new BASE64Decoder(); byte[] bytes; try { bytes = 阅读全文
posted @ 2021-12-23 19:10 p_小白 阅读(4126) 评论(0) 推荐(0)
摘要:方法一:通过线程的sleep方法。 Thread.currentThread().sleep(1000);在需要程序等待的地方加入这个语句,实现让程序等待,这里的参数1000是以毫秒为单位,即这语句可以让程序等待1秒。 方法二:TimeUnit类里的sleep方法。 import java.util 阅读全文
posted @ 2021-12-20 17:51 p_小白 阅读(1866) 评论(0) 推荐(0)


你再瞅我 还瞅!关注啊