Results 11 comments of ant

好的,非常感谢解答; 2.openjdk这个因为公司统一要求这边可能暂时没法调整 4.我们这边因为集群的原因,如果要做到联动,感觉需要做个服务监控,定时检测服务的ip然后同步到bistoury_server表里面

> > 好的,非常感谢解答; > > 2.openjdk这个因为公司统一要求这边可能暂时没法调整 > > 4.我们这边因为集群的原因,如果要做到联动,感觉需要做个服务监控,定时检测服务的ip然后同步到bistoury_server表里面 > > 如果没有应用中心的话,我感觉这种情况,应该是服务在启动的时候自动上报然后注册的时候传递过去,然后server端进行更新,前面我说的放一个配置文件也就是把应用信息放进去,然后加上ip等信息一起在注册时上报 感觉agent应该可以做这个事,目前agent貌似只是连接proxy 然后执行proxy发送来的相关命令;是否官方可以扩展下agent,连接proxy后,把相关agent 所在机器的信息 解析后同步到bistoury_server

disconf会再覆盖容器里面bean注册的内容,你跟一下源码就知道了

![image](https://github.com/baomidou/mybatis-plus/assets/15356873/c6edb61c-730a-42a4-a774-7eefa27ee295) ![image](https://github.com/baomidou/mybatis-plus/assets/15356873/0d0d92d8-c517-4e64-b067-c74fb58665e7) ![image](https://github.com/baomidou/mybatis-plus/assets/15356873/0ae1230f-9983-4aed-b973-208c77c7952c) ![image](https://github.com/baomidou/mybatis-plus/assets/15356873/dd4ce2d4-6054-47ca-b4ca-7c1c289ef07b) 问题其实出现在 使用service的lambdaQuery()方法,该方法内部初始化entityClass的时候 把对象设置为 wrapperChildren 的属性了,外面的entityClass属性没设置,导致获取的时候为null ;建议官方在 LambdaQueryChainWrapper.getEntityClass()方法内部做个优化处理

或者升级到最新版本 3.5.3.2 已经修复了; ![image](https://github.com/baomidou/mybatis-plus/assets/15356873/4374307b-985d-49bd-a3b3-2efce3e48fc2)

你好,txclient和txmanager是4.1.0的版本;

The reason for this problem may be that in the nfs mode, the writing of ’stdout‘ file is asynchronous; after the ’script‘ script is executed, the ‘rc’ file is scanned...

> `tee` will cache the standard output of the program into a buffer, after using `sync`, it will brush the data from the buffer to disk, after that, nfs will...

You can use the parameter: --chunk-size 16 to solve the problem of gpu memory。 I simply tested this -- chunk-size parameter on the server (sample data sequence length 870), and...

> At present, it seems that only a single card can be used for prediction, and the advantage of multiple cards is not great; in addition to the --chunk-size parameter,...