<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[刘佳的技术日志、博客]]></title> 
<link>http://www.52zhe.cn/index.php</link> 
<description><![CDATA[技术的事，喜欢就研究。]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[刘佳的技术日志、博客]]></copyright>
<item>
<link>http://www.52zhe.cn/read.php/.htm</link>
<title><![CDATA[Tomcat中文字体，编码注意事项。]]></title> 
<author>kook &lt;admin@yourname.com&gt;</author>
<category><![CDATA[JAVA]]></category>
<pubDate>Mon, 04 Jun 2007 05:22:49 +0000</pubDate> 
<guid>http://www.52zhe.cn/read.php/.htm</guid> 
<description>
<![CDATA[ 
	1：修改server.xml,添加URIEncoding="UTF-8"，如果用了apache的中转，请也添加到8009端口处。<br/><div class="code"><br/> &nbsp; &nbsp;&lt;Connector port=&quot;8080&quot; maxHttpHeaderSize=&quot;8192&quot;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maxThreads=&quot;150&quot; minSpareThreads=&quot;25&quot; maxSpareThreads=&quot;75&quot;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enableLookups=&quot;false&quot; redirectPort=&quot;8443&quot; acceptCount=&quot;100&quot;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; connectionTimeout=&quot;20000&quot; disableUploadTimeout=&quot;true&quot; URIEncoding=&quot;UTF-8&quot;/&gt;<br/></div><br/><br/>2：字体问题，修改JDK字体，最简单一招。<br/>用simsun.ttf替换掉jdk的$HOME/jre/lib/fonts下的所有字体<br/><div class="code"><br/>for i in *.ttf<br/>do<br/>cp /tmp/simsun.ttf $i<br/>done<br/></div><br/>
]]>
</description>
</item><item>
<link>http://www.52zhe.cn/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] Tomcat中文字体，编码注意事项。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.52zhe.cn/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>