摘要: JDK 实现 public class FutureTest { public static void main(String[] args) throws Exception { ExecutorService es = Executors.newFixedThreadPool(10); Futu 阅读全文
posted @ 2022-06-16 14:43 VipSoft 阅读(1263) 评论(0) 推荐(0)
摘要: POM <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> 阅读全文
posted @ 2022-06-16 13:39 VipSoft 阅读(137) 评论(0) 推荐(0)
摘要: 将 ECS 挂载 OSS 多Bucket ,进行文件存储后,发现PDF、图片在浏览器中访问URL,变成了下载,页不是预览。 1. 解决办法,文件类型 application/octet-stream 改成 application/pdf,但图片还是下载 2. 绑定自己的域中,【推荐】 https:/ 阅读全文
posted @ 2022-06-16 11:59 VipSoft 阅读(1660) 评论(0) 推荐(0)
摘要: Modules 把 Language level 调成 8 阅读全文
posted @ 2022-06-16 11:50 VipSoft 阅读(726) 评论(0) 推荐(0)