<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/post//</link>
<title><![CDATA[redis读取数据失败，报错Invalid UTF-32 character 0x36363430 (above 0x0010ffff) at char #30, byte #]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[编程杂谈]]></category>
<pubDate>Mon, 20 Mar 2023 03:45:23 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	redis读取数据失败，打印异常信息如下：<br/>Could not read JSON: Invalid UTF-32 character 0x22636364 (above 0x0010ffff) at char #15, byte #63); nested exception is java.io.CharConversionException: Invalid UTF-32 character 0x22636364 (above 0x0010ffff) at char #15, byte #63)<br/><br/>问题的原因是我在添加数据时设置了存活时间但是忘记指定单位了；<br/>正确的应该是再指定TimeUnit.SECONDS参数。<br/>时间单位：<br/>天:TimeUnit.DAYS <br/>小时:TimeUnit.HOURS <br/>分钟:TimeUnit.MINUTES<br/>秒:TimeUnit.SECONDS <br/>毫秒:TimeUnit.MILLISECONDS
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] redis读取数据失败，报错Invalid UTF-32 character 0x36363430 (above 0x0010ffff) at char #30, byte #]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>