<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Yoo趣儿 - Java</title>
    <link>https://yooqur.com/forum/49/1</link>
    <description>Latest 20 threads of Java</description>
    <copyright>Copyright(C) Yoo趣儿</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 07:52:20 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://yooqur.com/static/image/common/logo_88_31.gif</url>
      <title>Yoo趣儿</title>
      <link>https://yooqur.com/</link>
    </image>
    <item>
      <title>sa-token + spring cloud gateway 过滤器顺序问题</title>
      <link>https://yooqur.com/thread/721545-1.html</link>
      <description><![CDATA[执行顺序（从小到大）：
1.TRACE_ID_ORDER - 生成 TraceId （最高优先级）
2.BLACK_LIST_ORDER - 黑名单检查（尽早拦截）
3.REQUEST_CONTEXT_ORDER - 缓存请求体（为后续过滤器提供数据）
4.XSS_INJECTION_ORDER - XSS 注入检查
5.SQL_INJECTION_ORDER - SQL 注入检查
6 ...]]></description>
      <category>Java</category>
      <author>nitouge</author>
      <pubDate>Mon, 13 Apr 2026 13:01:33 +0000</pubDate>
    </item>
    <item>
      <title>关于在 wsl 中使用 idea 进行 Java 开发的问题</title>
      <link>https://yooqur.com/thread/720612-1.html</link>
      <description><![CDATA[由于 ai agent 的缘故，项目不得不迁移到 wsl 内部，但是迁移到 wsl 后问题实在太多了，解决一个又来一个，导致不太有信心使用，有没有好点的解决方案？
问题 1：
使用 intellij idea 启动 java 程序端口占用问题（ jmx ），在 wsl 中没有找到到 jmx 占用的端口，但是又 ...]]></description>
      <category>Java</category>
      <author>allyn</author>
      <pubDate>Tue, 07 Apr 2026 03:06:50 +0000</pubDate>
    </item>
    <item>
      <title>一款开箱即用的 Spring Boot 4 DDD 工程脚手架，适合 AI 初始化项目参考</title>
      <link>https://yooqur.com/thread/720372-1.html</link>
      <description><![CDATA[一个开箱即用的 DDD （领域驱动设计）工程脚手架，基于 Spring Boot 4.0.1 和 Java 21

花时间精心打造了 Spring boot 脚手架，使用较新的框架和 JDK 。自己用了这段时间感觉不错。尤其是让 AI 生成项目时，有了参考，AI 便知道要按什么规则去搭建了，而不是笼统地说按 ...]]></description>
      <category>Java</category>
      <author>jarryli</author>
      <pubDate>Sun, 05 Apr 2026 00:10:37 +0000</pubDate>
    </item>
    <item>
      <title>求助， Fortify 漏扫问题解决</title>
      <link>https://yooqur.com/thread/719394-1.html</link>
      <description><![CDATA[最近真是被甲方的漏洞扫描整坏了，要求 0 风险
Header Manipulation 、Path Manipulation 、Often Misused: File Upload 这些问题整改了五六轮了，依旧不通过，有啥比较好的方案吗]]></description>
      <category>Java</category>
      <author>Yum097</author>
      <pubDate>Mon, 30 Mar 2026 14:10:40 +0000</pubDate>
    </item>
    <item>
      <title>下面这段 Java 多态的代码，如何才能改为 Go、 Python 、JS、C++版本?</title>
      <link>https://yooqur.com/thread/718538-1.html</link>
      <description><![CDATA[面向对象包括封装、继承、组合、多态，其中最不好理解，也最强悍的就是多态。可以说掌握了多态就掌握了面向对象以及设计模式的精髓。
但是 java 里面的多态实现太过于严苛，以致于其他语言都无法完全模拟。请看下面的代码，用其他语言实现的时候总难以达到类似效果。
/* ...]]></description>
      <category>Java</category>
      <author>jarryli</author>
      <pubDate>Wed, 18 Mar 2026 11:16:08 +0000</pubDate>
    </item>
    <item>
      <title>JDK 26 发布，非 lts 版本</title>
      <link>https://yooqur.com/thread/718429-1.html</link>
      <description><![CDATA[知道 Applet 这东西的已经都老了吧
https://jdk.java.net
https://openjdk.org/projects/jdk/26/
Features
500:]]></description>
      <category>Java</category>
      <author>Ayanokouji</author>
<enclosure url="/forum/Remove the Applet API
516:" length="Ahead-of-Time Object Caching with Any GC
517:" type="image/jpeg" />      <pubDate>Wed, 18 Mar 2026 03:46:16 +0000</pubDate>
    </item>
    <item>
      <title>DoytoQuery vs SpringDataJPA</title>
      <link>https://yooqur.com/thread/716189-1.html</link>
      <description><![CDATA[SpringDataJPA 支持通过 findBy 方法构建查询语句，然而 findBy 方法构建的查询条件是固定的，不支持忽略值为 null 的参数对应的查询条件，这导致我们需要为每一组参数组合定义一个 findBy 方法。例如：
findByAuthor
findByAuthorAndPublishedYearGreaterThan
findByAu ...]]></description>
      <category>Java</category>
      <author>f0rb</author>
      <pubDate>Thu, 05 Mar 2026 02:33:08 +0000</pubDate>
    </item>
    <item>
      <title>升级 IntelliJ IDEA 2025.3.3 版本后啥也不干就大量能耗，怎么回事？</title>
      <link>https://yooqur.com/thread/715153-1.html</link>
      <description><![CDATA[之前用 2025.3.1 版本时不时会卡顿，搜了一圈发现是 idea maven 的 bug 导致内存泄露，昨天升级到 2025.3.3 版本，打开软件啥也不干，MAC 就显示大量能耗，逐渐也开始发热]]></description>
      <category>Java</category>
      <author>left7410</author>
      <pubDate>Sat, 28 Feb 2026 02:31:41 +0000</pubDate>
    </item>
    <item>
      <title>关于商用 jdk 收费的问题，有遥测吗？</title>
      <link>https://yooqur.com/thread/714089-1.html</link>
      <description><![CDATA[问了 ai 没答出个所以然，
比如，azul 的 prime 可以下载用的，商用的，我要是用了，不给钱，还盈利了，小规模比如就一台服务器，azul 是怎么知道我用了的，让我掏钱的？
还是小公司他们其实也不管，只有大公司才会主动解决这些问题，
还是说真有什么遥测什么的？
 ...]]></description>
      <category>Java</category>
      <author>dzdh</author>
      <pubDate>Fri, 30 Jan 2026 10:07:21 +0000</pubDate>
    </item>
    <item>
      <title>IDEA 在 macOS 上卡住</title>
      <link>https://yooqur.com/thread/713876-1.html</link>
      <description><![CDATA[版本：IntelliJ IDEA 2025.1.3
]]></description>
      <category>Java</category>
      <author>christineAlex</author>
      <pubDate>Thu, 29 Jan 2026 08:55:55 +0000</pubDate>
    </item>
    <item>
      <title>Java ： 2026 年 SpringBoot, Quarkus, Solon ?</title>
      <link>https://yooqur.com/thread/713841-1.html</link>
      <description><![CDATA[生态/团队协作（ Spring Boot ）、云原生与效率（ Quarkus ）、国内轻量与快（ Solon ）。]]></description>
      <category>Java</category>
      <author>JieyueXing</author>
      <pubDate>Thu, 29 Jan 2026 06:00:44 +0000</pubDate>
    </item>
    <item>
      <title>佬们有没有比较好的 Java 脚手架</title>
      <link>https://yooqur.com/thread/713714-1.html</link>
      <description><![CDATA[[*]类似 Spring Initializr ，比较干净（但是又太简单）。
[*]最好可以自己选架构模式，比如六边形 DDD 架构、经典分层等]]></description>
      <category>Java</category>
      <author>l84</author>
      <pubDate>Wed, 28 Jan 2026 11:50:19 +0000</pubDate>
    </item>
    <item>
      <title>一个对比 JavaORM 框架的小仓库</title>
      <link>https://yooqur.com/thread/712380-1.html</link>
      <description><![CDATA[GitHub 地址： https://github.com/f0rb/java-orm-comparison
包含 SpringDataJPA/SpringJdbc/jOOQ/MyBatis-plus 等框架开发动态查询功能的代码，以及与 DoytoQuery 的代码量和性能对比。]]></description>
      <category>Java</category>
      <author>f0rb</author>
      <pubDate>Thu, 22 Jan 2026 04:16:50 +0000</pubDate>
    </item>
    <item>
      <title>问一个日志不打印栈信息的问题</title>
      <link>https://yooqur.com/thread/702212-1.html</link>
      <description><![CDATA[部分代码如下:
]]></description>
      <category>Java</category>
      <author>ainyyy</author>
<enclosure url="https://yooqur.com/data/attachment/forum/
        } catch (Exception e) {
            log.error(e.getMessage(), e);
            return RestResult.fail(\"系统异常\");
        }
日志文件中显示
2025-11-07 09:43:23.128 [http-nio-20001-exec-934] ERROR StoreOrderServiceImpl:557 - nu" length="" type="image/jpeg" />      <pubDate>Fri, 07 Nov 2025 11:16:54 +0000</pubDate>
    </item>
    <item>
      <title>日经吐槽：现在的 Java 语言真的有点令人恶心</title>
      <link>https://yooqur.com/thread/701920-1.html</link>
      <description><![CDATA[我之前在 java1.4/1.5/weblogic 时代做了多个 java 项目，后来转战 Go 语言多年，现在再返回来做 java 项目，有点 hold 不住了……
1 、各种语法糖叠加起来，非常不直观。盐多了加水，水多了加盐，看类库的源码就像看甲骨文，脑子快拧成麻花了；
2 、整个技术体系 java+ ...]]></description>
      <category>Java</category>
      <author>dog82</author>
      <pubDate>Wed, 05 Nov 2025 16:21:28 +0000</pubDate>
    </item>
    <item>
      <title>mysql 慢日志分析排查小工具 1.0.0</title>
      <link>https://yooqur.com/thread/699784-1.html</link>
      <description><![CDATA[再发一次咯, 现在排行也支持分页了
后端开发日常少不了排查慢 SQL 。平时我都是用 mysqldumpslow 或 pt-query-digest 来分析日志，但命令行看着太不直观。
于是我写了一个可视化小工具，可以把慢日志结果直接展示成表格，并支持参数排序：
c：访问次数
l：锁定时间
r： ...]]></description>
      <category>Java</category>
      <author>lingerr</author>
      <pubDate>Tue, 28 Oct 2025 07:46:16 +0000</pubDate>
    </item>
    <item>
      <title>mysql 慢日志分析排查小工具</title>
      <link>https://yooqur.com/thread/698747-1.html</link>
      <description><![CDATA[后端开发日常少不了排查慢 SQL 。平时我都是用 mysqldumpslow 或 pt-query-digest 来分析日志，但命令行看着太不直观。
于是我写了一个可视化小工具，可以把慢日志结果直接展示成表格，并支持参数排序（ Top 10 ）：
c：访问次数
l：锁定时间
r：返回记录数
t：查询时间 ...]]></description>
      <category>Java</category>
      <author>lingerr</author>
      <pubDate>Fri, 24 Oct 2025 10:40:36 +0000</pubDate>
    </item>
    <item>
      <title>Java 的一次编译到处运行在目前还有优势吗</title>
      <link>https://yooqur.com/thread/698703-1.html</link>
      <description><![CDATA[各种二进制打在镜像里面也算是一次编译到处运行吧。]]></description>
      <category>Java</category>
      <author>SGL</author>
      <pubDate>Fri, 24 Oct 2025 09:31:28 +0000</pubDate>
    </item>
    <item>
      <title>现在学 Java 算 49 年入国军吗</title>
      <link>https://yooqur.com/thread/697553-1.html</link>
      <description><![CDATA[本职是拍黄片 去 屁眼通红]]></description>
      <category>Java</category>
      <author>dzdh</author>
      <pubDate>Mon, 20 Oct 2025 07:49:01 +0000</pubDate>
    </item>
    <item>
      <title>几千万的数据量，层级权限下的列表展示页查询应该怎么设计？</title>
      <link>https://yooqur.com/thread/695579-1.html</link>
      <description><![CDATA[各位大佬，想请教一下这个关于查询用户拥有权限的数据的问题，感觉这个挺常见的需求
业务场景：
假设一个业务表，数据量在几千万级。
需要为这个表提供一个列表展示页，要求按创建时间倒序分页。
主要是权限问题导致查询慢：
1 、用户可以查看自己创建的数据。
2 、用户 ...]]></description>
      <category>Java</category>
      <author>lying500</author>
      <pubDate>Mon, 13 Oct 2025 07:11:17 +0000</pubDate>
    </item>
  </channel>
</rss>