resolved "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.10.5.tgz?cache=0&sync_timestamp=1594751532828&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-class-features-plugin%2Fdownload%2F...
"integrity" "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==" "resolved" "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz" "version" "1.1.7" dependencies: "delegates" "^1.0.0" "readable-...
@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.METHOD)public@interfaceLog { Stringvalue()default""; } 复制代码 @Aspect@ComponentpublicclassAnnotationAop{@Pointcut(value = "@annotation(log)", argNames = "log")publicvoidpointcut(Log log){ }@Around(value = "pointcut(log)", argNames = "join...
1. sql "alter tablespace users offline";//如果文件不存在,则用 sql "alter tablespace users offline immeidate"; 2. restore tablespace users; 3. recover tablespace users; //与online redolog file 信息一致 4. sql "alter tablespace users online"; 非catalog方式完全恢复 数据库出现问题: 1.startup...