JasonYHZ

Results 6 issues of JasonYHZ

{ message: "Not Found", documentation_url: "https://developer.github.com/v3" } 我看了好久各种配置都没有问题,却一直提示这个,账号也能登陆,登陆完成后却无法进行评论。 ![image](https://user-images.githubusercontent.com/18589230/42508026-b6014f8e-8479-11e8-9035-39c1bfcdfa30.png) 无法输入任何内容

在这里我们将进行对 DevTool 工具 Web UI 视图化管理进行 功能、意见、建议收集,如果您有较好的想法,或者想要获取的功能,可以在下方进行留言讨论。 Here we will conduct a collection of functions, comments, and suggestions for the DevTool tool Web UI view management. If you have a...

suggestion

Hello, I am currently using the `flutter_sticky_header` package in my project and I have a question regarding its functionality. I am interested in receiving notifications when the sticky header scrolls...

In app, I need to dynamically create corresponding sqlite files according to the user's id. When one of my users logs out, and then another user logs in, how do...

原来的 knife4j-gateway-spring-boot-starter 包在 Spring Boot 3.5+ / Spring Cloud 2025 下会报错: `jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoSuchMethodError: 'void org.springframework.web.method.ControllerAdviceBean.(java.lang.Object)' ` 解决方案是临时使用社区给出的一个4.6.0的包, `implementation("com.github.xingfudeshi:knife4j-gateway-spring-boot-starter:4.6.0") implementation("com.github.xingfudeshi:knife4j-openapi3-jakarta-spring-boot-starter:4.6.0")` 替换为 xingfudeshi 的包后解决了该问题。 另外关于网关层聚合发现,由于 新版本的 Spring Cloud /...