Zeno Hui
Zeno Hui
版本0.7.0, UI改成可以配置打包项了。想将vue打包进jar中,要用 mvn clean package -Dmaven.test.skip=true -P ui
I use [OpenJdk-21-and-alot-of-debs.zip](https://github.com/Shamikoh/termux-openjdk-21/releases/download/finally/OpenJdk-21-and-alot-of-debs.zip), unzip and dpkg -i openjdk-21_21.0.1_aarch64.deb. The jdk21 would installed at /data/data/com.termux/files/usr/opt/openjdk-21.0.1. I try it , it just works fine. ./java --version openjdk 21.0.1-internal 2023-10-17 OpenJDK Runtime Environment...
可能原因: 1. 另外一个issue中表明分页查询有问题。 https://github.com/apache/dubbo-admin/issues/1285 2. 应用级接口的监听类AdminServiceInstancesChangedListener,如果接口连接失败,出现异常,protocolServiceUrls就无法处理完,导致应用级接口显示不全。可以加一个try-catch解决。 `protocolServiceUrls .forEach((protocolServiceKey, urls) ->{ try { addressChangeListener.notifyAddressChanged(protocolServiceKey.toString(), extractUrls(urls)); }catch(Exception e ){ log.warn("notifyAddressChanged failed:{}", protocolServiceKey, e); } });`
Problem Manifestation Monitoring through lsof -p | wc -l command revealed: relay-java: Stable file descriptor count with both increases and decreases, normal behavior relay-rust: Continuously growing file descriptor count, only...
子模块的vditor的mermaid版本太低了, fork一份,然后重新编译 方案1: 修改CDN加载路径(推荐) 将CDN路径从vscode-vditor改为直接加载vditor, // 当前代码: cdn: 'https://unpkg.com/[email protected]', // 修改为: cdn: 'https://unpkg.com/[email protected]', https://github.com/zph95/vscode-office/releases/tag/3.5.6-vditor