0x_000

Results 6 comments of 0x_000

Hi, I am currently encountering the problem of resolving absolute paths to relative paths, using the basepath mentioned in the issue, but it did not solve the problem. ```markdown ![image.png](/assets/image/design-patterns-01.png...

I had a similar problem when I used FFmpegFrameGrabber to take a screenshot of the RTSP stream, the screen was blurred. This is my code. ```java // source is rtsp...

Now I have also encountered it, Java client version is `18.0.1`.

Can also load it like this, hoping it can help others. ```java package io.kubernetes.client.util; /** * Model mapper loads pre-built kubernetes models from classpath and manages their mapping between *...

解决了吗,我现在也遇到了 ``` ./gateway -Dspring.cloud.nacos.config.server-addr=192.168.1.7:8848 ``` ``` export SPRING_CLOUD_NACOS_CONFIG_SERVER_ADDR=192.168.1.7:8848 ./gateway ```