10 2020 档案
摘要:转:https://blog.konghy.cn/2018/04/28/git-reset/ 要理解 git reset 需要先了解其在版本管理中用到的三个重要概念,通常被称为三棵“树”,“树” 的实际意思是 “文件的集合”,而不是指特定的数据结构。这三棵树即: 树 含义 HEAD 上一次提交的快照
阅读全文
摘要:需要在业务系统中自定义AOP进行拦截相关资源: 定义advice逻辑(这里只用到了around): @Slf4j @Aspect @Component public class SomeAspect { @Around("execution(public * com.github.dreamrout
阅读全文