07 2023 档案

摘要:**JDK 8** ``` ExecutorService executor = Executors.newSingleThreadExecutor(); Callable task = () -> { test1(); return "Task excute success!"; }; Futur 阅读全文
posted @ 2023-07-28 14:43 jason_bo 阅读(647) 评论(0) 推荐(0) 编辑
摘要:![image](https://img2023.cnblogs.com/blog/1152249/202307/1152249-20230720160338293-81827546.png) **这个名字,一定要和你的Activator(继承了AbstractUIActivator的类,插件入口, 阅读全文
posted @ 2023-07-20 16:06 jason_bo 阅读(37) 评论(0) 推荐(0) 编辑
摘要:**注册服务:** ``` BundleContext bundleContext = FrameworkUtil.getBundle(当前类.class).getBundleContext(); EventHandler eventCreateNewConfigEventHandler = new 阅读全文
posted @ 2023-07-06 16:43 jason_bo 阅读(27) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示