摘要: 常用的多线程类 创建池 ExecutorService executor = Executors.newFixedThreadPool(4); Executors工程类,可以提交任务。executor.submit(Callable task) 记得关闭池shutdown。 springboot对上 阅读全文
posted @ 2022-10-18 14:34 bullbat 阅读(59) 评论(0) 推荐(0)
摘要: 使用ANT进行项目的打包 安装ant ant官网下载对应的文件压缩包。apache-ant-1.10.12-bin.zip assets中有 设置环境变量 ANT_HOME 、path(不设置问题也不大,使用的时候使用绝对路径就行) 配置build.xml <?xml version="1.0" e 阅读全文
posted @ 2022-10-18 14:32 bullbat 阅读(95) 评论(0) 推荐(0)
摘要: 环境 jdk:graalvm-ee-java11-22.1.0 idea:ideaIC-2022.1.3 maven:idea 自带(修改为阿里镜像) idea 插件 Quarkus Tools 夸克官网推荐 Quarkus Run Configs 第三方、用于创建一个可以直接运行与debug的按钮 阅读全文
posted @ 2022-10-18 14:26 bullbat 阅读(396) 评论(0) 推荐(0)