Chen Ziyan

Results 9 comments of Chen Ziyan

目前看了官方文档还是显示旧版本的书写方式 引入3.5.1的版本还是不清楚如何书写 在网上查询到以下写法,正确吗?何时能更新官方文档? @Bean public MybatisPlusInterceptor mybatisPlusInterceptor() { MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor(); //乐观锁 interceptor.addInnerInterceptor(new OptimisticLockerInnerInterceptor()); //分页锁 interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL)); return interceptor; }

测试背景:sonar Community Edition版本 8.9.9 (build 56886) **会有冲突** 一开始下载的[官方版本](https://github.com/jborgers/sonar-pmd/releases) sonar-pmd-plugin-3.4.0.jar 后使用本项目编译 sonar-pmd-plugin-3.2.1.jar 初步揣测 由于两个插件名称一致,版本不同,应该无法兼容,要么就是二选一生效 最终实际实践 ``` 2022.09.05 05:42:42 ERROR web[][o.s.s.p.PlatformImpl] Web server startup failed: Found two versions of the plugin 'PMD'...

> ref https://github.com/apache/rocketmq-docker That's great! Is it possible to give a title referenced to the project in Quick Start? or I missed that?

> in readme,there has one line which show this link. > > > [RocketMQ Docker](https://github.com/apache/rocketmq-docker): The Git repo of the Docker Image for Apache RocketMQ. Yes, I got. Is it...

按照以下描述操作:https://www.cnblogs.com/shenh/p/13674450.html sonar: Community Edition版本 8.9.9 (build 56886) 亲测有效 希望能够帮到你

> Can we make sure the only gap for tracing these databases JDBC access are about this? > Because AFAIK, if we don't add instrument for driver explicitly, the connection...

> https://skywalking.apache.org/docs/skywalking-java/next/en/setup/service-agent/java-agent/supported-list/#meter-plugins OK.

Really work with superset version 3 ? Which version works?

遇到同样问题,抖音小程序异常,其他小程序正常,服务无更新 "uniCloud.chooseAndUploadFile is not a function", name: "TypeError", stack: "at VueComponent.chooseFiles ![image](https://github.com/dcloudio/uni-ui/assets/22817918/9a92c7e2-7715-43d6-a691-b489a8608b23) 求解决方案