摘要: java有预置线程池:newSingleThreadExecutor,newFixedThreadPool,newCacheedThreadPool,newScheduledThreadPool,newWorkStealingPool。如果不适合,还可以使用ThreadPoolExecutor创建自 阅读全文
posted @ 2020-03-31 19:48 Ivy_Xu 阅读(2448) 评论(0) 推荐(0) 编辑
摘要: 方法切点 execution,作用方法,最常用。指定方法返回类型,类名,方法名,参数名等与方法相关的部件。 @annotation,作用方法。方法注解类名 目标类切点 within,作用目标类。指定全路径类名。 target,作用目标类。指定类名。 @within,作用目标类。类型注解类名。 @ta 阅读全文
posted @ 2020-03-31 00:11 Ivy_Xu 阅读(1277) 评论(0) 推荐(0) 编辑