slankka

Results 32 comments of slankka

似乎勾选`使用Example`就可以。

Solved by extends another NetQosPolicy class ``` @JsonRootName("policy") public AnotherClass implements NetQosPolicy { @JsonProperty("is_default") public boolean isDefault() { return isDefault; } } ```

Thanks, it's definitly a naming mistake. May causing hiding error. Thanks for your mention of that. Note: if you attach a volume to an instance, API returns a VolumeAttachment object,...

https://issues.apache.org/jira/browse/FLINK-33997 Closed for duplicates. https://github.com/apache/flink/pull/24052

请问哪里会有注入的风险?

http://www.mybatis.org/generator/generatedobjects/exampleClassUsage.html

Community 2021.3 也无法使用。没有Ctrl + shift + \

It takes me some time to find out why the new entity files are missing in sample folder. finally, Unfortunately I'm not familiar with gradle, 😭 ,and all the files...

https://github.com/dianping/cat/blob/60693f75f6ccc34ac9dc73b5c44526a7d2f20b35/integration/apache-dubbo/src/main/java/net/dubboclub/catmonitor/registry/CatRegistryFactoryWrapper.java#L37 经过Debug 构造函数这里接收了空值,难以复现,但2024年了,还是遇到了 ``` @Override public Registry getRegistry(URL url) { return new RegistryWrapper(registryFactory.getRegistry(url)); // registryFactory.getRegistry = null } class RegistryWrapper implements Registry { private Registry originRegistry; public RegistryWrapper(Registry originRegistry) {...