摘要: 打包时报如下错: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (default) on project jeesite-web: MavenReportException: Error 阅读全文
posted @ 2023-03-29 19:33 lingmin210 阅读(371) 评论(0) 推荐(0) 编辑
摘要: AutoResetEvent 、ManualResetEvent 两个用法都差不多。 无非是ManualResetEvent 可以通知到多个线程,然后开启后默认不关闭。需要手动关闭。 AutoResetEvent a1 = new AutoResetEvent(false); ManualReset 阅读全文
posted @ 2023-03-29 10:04 lingmin210 阅读(831) 评论(0) 推荐(0) 编辑