AndyXu
Results
2
issues of
AndyXu
When I create d3pie Object and then I add My own pie animation,But I found the animation to be useless。 this is my code: ``` this.width = 504; this.height =...
小马哥 @mercyblitz 你好,对于 Spring 注解属性覆盖与别名这一章节,个人觉得属性隐式覆盖例子使用 `@Service` 与 `@Component` value 属性覆盖有点不合适。 测试过程中,发现隐式覆盖对于 value 属性不生效的,查看源码发现,其覆盖属性的排除了 value 属性。源码位置: `MergedAnnotationAttributesProcessor#postProcess` 1613 行 ```java // Implicit annotation attribute override based on convention else if (!AnnotationUtils.VALUE.equals(attributeName)...
bug
enhancement