<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Attic - javasetips</title>
    <link>https://tingyulou.top/forum.php?mod=forumdisplay&amp;fid=44</link>
    <description>Latest 20 threads of javasetips</description>
    <copyright>Copyright(C) Attic</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 11:52:58 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://tingyulou.top/static/image/common/logo_88_31.gif</url>
      <title>Attic</title>
      <link>https://tingyulou.top/</link>
    </image>
    <item>
      <title>mybatisplus 中 的更新</title>
      <link>https://tingyulou.top/forum.php?mod=viewthread&amp;tid=371</link>
      <description><![CDATA[updateById
updatePrimayKeyByLoginUser 全是忽略null值更新，需要加上注解
mybatisplus 3.5.0+以上
@TableField(updateStrategy=IGNORED)
@TableName(updateStrategy=IGNORED) 少用
或用LambdaQueryWrapper来修改]]></description>
      <category>javasetips</category>
      <author>Kyle</author>
      <pubDate>Wed, 06 May 2026 06:38:57 +0000</pubDate>
    </item>
    <item>
      <title>java 中字符串substring 截取的一部份编码和旧编码是一样的还是和服务器编码是一样的</title>
      <link>https://tingyulou.top/forum.php?mod=viewthread&amp;tid=193</link>
      <description><![CDATA[在 Java 中，substring 方法用于从字符串中截取一部分内容，它不会改变字符串的编码。

字符串的编码

在 Java 中，字符串内部是以 UTF-16 编码存储的，每个字符占用 2 个字节（对于基本多语言平面的字符），对于一些特殊字符（如表情符号等），可能需要使用代理对（sur ...]]></description>
      <category>javasetips</category>
      <author>Kyle</author>
      <pubDate>Tue, 11 Feb 2025 06:44:16 +0000</pubDate>
    </item>
    <item>
      <title>springboot整合aad</title>
      <link>https://tingyulou.top/forum.php?mod=viewthread&amp;tid=167</link>
      <description><![CDATA[[md]123

[/md]]]></description>
      <category>javasetips</category>
      <author>Kyle</author>
      <pubDate>Wed, 04 Dec 2024 08:57:21 +0000</pubDate>
    </item>
    <item>
      <title>新建索引</title>
      <link>https://tingyulou.top/forum.php?mod=viewthread&amp;tid=166</link>
      <description><![CDATA[[md]create index seeyon_so_position_mapping_position_name_index on seeyon_so_position_mapping(position_name(100))

[/md]]]></description>
      <category>javasetips</category>
      <author>Kyle</author>
      <pubDate>Tue, 03 Dec 2024 10:40:39 +0000</pubDate>
    </item>
  </channel>
</rss>