﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>语源科技BlogJava-神经病院</title><link>http://www.blogjava.net/fish119/</link><description>我不是神，我是神经</description><language>zh-cn</language><lastBuildDate>Sat, 20 Jun 2026 22:48:16 GMT</lastBuildDate><pubDate>Sat, 20 Jun 2026 22:48:16 GMT</pubDate><ttl>60</ttl><item><title>[导入]Struts2国际化乱码问题解决</title><link>http://www.blogjava.net/fish119/articles/163237.html</link><dc:creator>fish119</dc:creator><author>fish119</author><pubDate>Fri, 23 Nov 2007 10:38:00 GMT</pubDate><guid>http://www.blogjava.net/fish119/articles/163237.html</guid><wfw:comment>http://www.blogjava.net/fish119/comments/163237.html</wfw:comment><comments>http://www.blogjava.net/fish119/articles/163237.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/fish119/comments/commentRss/163237.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/fish119/services/trackbacks/163237.html</trackback:ping><description><![CDATA[ 开发工具：MyEclipse 6.01，所有的文件编码都设置为utf-8。所有过程正常开发结束后。将messagesource.propertis本地化：
native2ascii messagesource.propertis messagesource_zh_CN.propertis
运行，发现页面上从资源文件中读取的内容仍然为乱码。
解决方法：<img src ="http://blog.csdn.net/vvfish119/aggbug/1898973.aspx" width = "1" height = "1" /><br>文章来源:<a href='http://blog.csdn.net/vvfish119/archive/2007/11/23/1898973.aspx'>http://blog.csdn.net/vvfish119/archive/2007/11/23/1898973.aspx</a> <img src ="http://www.blogjava.net/fish119/aggbug/163237.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/fish119/" target="_blank">fish119</a> 2007-11-23 18:38 <a href="http://www.blogjava.net/fish119/articles/163237.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[导入]Hibernate中利用配置文件（hbm）自动生成数据库表</title><link>http://www.blogjava.net/fish119/articles/163206.html</link><dc:creator>fish119</dc:creator><author>fish119</author><pubDate>Tue, 20 Nov 2007 10:51:00 GMT</pubDate><guid>http://www.blogjava.net/fish119/articles/163206.html</guid><wfw:comment>http://www.blogjava.net/fish119/comments/163206.html</wfw:comment><comments>http://www.blogjava.net/fish119/articles/163206.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/fish119/comments/commentRss/163206.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/fish119/services/trackbacks/163206.html</trackback:ping><description><![CDATA[接上一篇文章，上篇文章介绍了如何利用XDoclet从类自动生成hbm配置文件，这篇写一下如何自动通过hbm文件自动建立数据库表 。以类为基础，生成配置文件和数据库表，更加符合OO。<img src ="http://blog.csdn.net/vvfish119/aggbug/1894247.aspx" width = "1" height = "1" /><br>文章来源:<a href='http://blog.csdn.net/vvfish119/archive/2007/11/20/1894247.aspx'>http://blog.csdn.net/vvfish119/archive/2007/11/20/1894247.aspx</a> <img src ="http://www.blogjava.net/fish119/aggbug/163206.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/fish119/" target="_blank">fish119</a> 2007-11-20 18:51 <a href="http://www.blogjava.net/fish119/articles/163206.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[导入]Hibernate利用XDoclet自动生成配置文件</title><link>http://www.blogjava.net/fish119/articles/163207.html</link><dc:creator>fish119</dc:creator><author>fish119</author><pubDate>Tue, 20 Nov 2007 10:36:00 GMT</pubDate><guid>http://www.blogjava.net/fish119/articles/163207.html</guid><wfw:comment>http://www.blogjava.net/fish119/comments/163207.html</wfw:comment><comments>http://www.blogjava.net/fish119/articles/163207.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/fish119/comments/commentRss/163207.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/fish119/services/trackbacks/163207.html</trackback:ping><description><![CDATA[以many-to-many为例，有Position和User两张表，一个Position可以有多个Users，一个User也可以有多个 Position，中间的关联表为 test_user_position 。通过在PO中加入XDoclet，自动生成hbm配置文件。<img src ="http://blog.csdn.net/vvfish119/aggbug/1894208.aspx" width = "1" height = "1" /><br>文章来源:<a href='http://blog.csdn.net/vvfish119/archive/2007/11/20/1894208.aspx'>http://blog.csdn.net/vvfish119/archive/2007/11/20/1894208.aspx</a> <img src ="http://www.blogjava.net/fish119/aggbug/163207.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/fish119/" target="_blank">fish119</a> 2007-11-20 18:36 <a href="http://www.blogjava.net/fish119/articles/163207.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>