﻿<?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/bolo/CommentsRSS.aspx</link><description>用心思考，用心写作</description><language>zh-cn</language><pubDate>Wed, 30 Sep 2015 03:33:36 GMT</pubDate><lastBuildDate>Wed, 30 Sep 2015 03:33:36 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/09/30/424271.html#427566</link><dc:creator>菠萝大象</dc:creator><author>菠萝大象</author><pubDate>Wed, 30 Sep 2015 02:13:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/09/30/424271.html#427566</guid><description><![CDATA[@隔壁王叔<br>这个地方我写掉了，你要改下org.mybatis.generator.api.MyBatisGenerator这个类的314行，把gjf.getFileEncoding()换成&quot;UTF-8&quot;就好了。我估计是因为我们中文windows系统的原因，如果不改，就会取当前系统的文件格式，而windows默认的文件格式就是ANSI<img src ="http://www.blogjava.net/bolo/aggbug/427566.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">菠萝大象</a> 2015-09-30 10:13 <a href="http://www.blogjava.net/bolo/archive/2015/09/30/424271.html#427566#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/09/29/424271.html#427551</link><dc:creator>隔壁王叔</dc:creator><author>隔壁王叔</author><pubDate>Tue, 29 Sep 2015 08:26:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/09/29/424271.html#427551</guid><description><![CDATA[基本看完,收获挺多,但是还没有解决我的问题,我想问的是,自动生成实体类的时候,那个实体类的注释乱码问题怎么破?<img src ="http://www.blogjava.net/bolo/aggbug/427551.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">隔壁王叔</a> 2015-09-29 16:26 <a href="http://www.blogjava.net/bolo/archive/2015/09/29/424271.html#427551#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（一）[未登录]</title><link>http://www.blogjava.net/bolo/archive/2015/08/15/423683.html#426822</link><dc:creator>Alan</dc:creator><author>Alan</author><pubDate>Sat, 15 Aug 2015 07:37:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/08/15/423683.html#426822</guid><description><![CDATA[楼主这文章对我很有用。commentGenerator这个节点还必须放在jdbcConnection节点前面，context下的节点必须按照顺序放，雷死。<br>(property*,plugin*,commentGenerator?,jdbcConnection,javaTypeResolver?,javaModelGenerator,sqlMapGenerator?,javaClientGenerator?,table+)<img src ="http://www.blogjava.net/bolo/aggbug/426822.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">Alan</a> 2015-08-15 15:37 <a href="http://www.blogjava.net/bolo/archive/2015/08/15/423683.html#426822#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 全局唯一ID生成器浅析</title><link>http://www.blogjava.net/bolo/archive/2015/08/06/426200.html#426625</link><dc:creator>菠萝大象</dc:creator><author>菠萝大象</author><pubDate>Thu, 06 Aug 2015 01:59:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/08/06/426200.html#426625</guid><description><![CDATA[@aboutyang@gmail.com<br>每毫秒可以产生sequenceMask(4095)个序列号<img src ="http://www.blogjava.net/bolo/aggbug/426625.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">菠萝大象</a> 2015-08-06 09:59 <a href="http://www.blogjava.net/bolo/archive/2015/08/06/426200.html#426625#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（一）</title><link>http://www.blogjava.net/bolo/archive/2015/08/04/423683.html#426588</link><dc:creator>菠萝大象</dc:creator><author>菠萝大象</author><pubDate>Tue, 04 Aug 2015 06:35:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/08/04/423683.html#426588</guid><description><![CDATA[你修改完之后，打包成jar，发布到你的本地仓库去覆盖掉从中央仓库下载下来的就可以了。我例子最后不是会生成一个ZIP么，就用那个很方便呐<img src ="http://www.blogjava.net/bolo/aggbug/426588.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">菠萝大象</a> 2015-08-04 14:35 <a href="http://www.blogjava.net/bolo/archive/2015/08/04/423683.html#426588#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 全局唯一ID生成器浅析</title><link>http://www.blogjava.net/bolo/archive/2015/07/31/426200.html#426525</link><dc:creator>aboutyang@gmail.com</dc:creator><author>aboutyang@gmail.com</author><pubDate>Fri, 31 Jul 2015 01:27:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/31/426200.html#426525</guid><description><![CDATA[每毫秒最多生成2^11=2048个序列号，超过等下一毫秒重新生成。<img src ="http://www.blogjava.net/bolo/aggbug/426525.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">aboutyang@gmail.com</a> 2015-07-31 09:27 <a href="http://www.blogjava.net/bolo/archive/2015/07/31/426200.html#426525#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（一）</title><link>http://www.blogjava.net/bolo/archive/2015/07/28/423683.html#426457</link><dc:creator>Fiery</dc:creator><author>Fiery</author><pubDate>Tue, 28 Jul 2015 03:34:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/28/423683.html#426457</guid><description><![CDATA[你好 我用的是intellij，请问一下我怎么才能让项目调用我的源码文件而不是调用maven库的jar包呢。下面是我pom.xml的配置<br>&lt;plugin&gt;<br>                &lt;groupId&gt;org.mybatis.generator&lt;/groupId&gt;<br>                &lt;artifactId&gt;mybatis-generator-maven-plugin&lt;/artifactId&gt;<br>                &lt;version&gt;${plugin.mybatis.generator}&lt;/version&gt;<br>                &lt;configuration&gt;<br>                    &lt;configurationFile&gt;${mybatis.generator.generatorConfig.xml}&lt;/configurationFile&gt;<br>                    &lt;overwrite&gt;true&lt;/overwrite&gt;<br>                    &lt;verbose&gt;true&lt;/verbose&gt;<br>                &lt;/configuration&gt;<br>            &lt;/plugin&gt;<img src ="http://www.blogjava.net/bolo/aggbug/426457.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">Fiery</a> 2015-07-28 11:34 <a href="http://www.blogjava.net/bolo/archive/2015/07/28/423683.html#426457#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426419</link><dc:creator>隔壁小王</dc:creator><author>隔壁小王</author><pubDate>Fri, 24 Jul 2015 09:26:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426419</guid><description><![CDATA[@菠萝大象<br>org.mybatis.generator.plugins.MysqlPaginationPlugin这个插件是我自己写的，不在mgb包里，我用classPathEntry配置好以后还是会报错“Unexpected error while running MyBatis Generator.<br>Cannot instantiate object of type org.mybatis.generator.plugins.MysqlPaginationPlugin<br>”，大象可不可以加下我的qq（164286472）请教你一下啊<img src ="http://www.blogjava.net/bolo/aggbug/426419.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">隔壁小王</a> 2015-07-24 17:26 <a href="http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426419#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426413</link><dc:creator>菠萝大象</dc:creator><author>菠萝大象</author><pubDate>Fri, 24 Jul 2015 02:55:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426413</guid><description><![CDATA[@隔壁小王<br>你自定义的插件只需要在配置文件里加上&lt;plugin&gt;标签就可以了，另外分页不都是扩展mybatis的Interceptor接口来实现的么？为什么要在mybatis-generator里写呢？<img src ="http://www.blogjava.net/bolo/aggbug/426413.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">菠萝大象</a> 2015-07-24 10:55 <a href="http://www.blogjava.net/bolo/archive/2015/07/24/424271.html#426413#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426380</link><dc:creator>隔壁小王</dc:creator><author>隔壁小王</author><pubDate>Wed, 22 Jul 2015 09:20:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426380</guid><description><![CDATA[@隔壁小王<br>刚刚说错了，是generatorConfig.xml里的classPathEntry<img src ="http://www.blogjava.net/bolo/aggbug/426380.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">隔壁小王</a> 2015-07-22 17:20 <a href="http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426380#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）</title><link>http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426379</link><dc:creator>隔壁小王</dc:creator><author>隔壁小王</author><pubDate>Wed, 22 Jul 2015 08:59:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426379</guid><description><![CDATA[大象，我自己写了一个分页插件，使用classpath把插件包加进去，可是还是会提示“org.mybatis.generator.plugins.MysqlPaginationPlugin”，这个肿么办啊？跪谢了<img src ="http://www.blogjava.net/bolo/aggbug/426379.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">隔壁小王</a> 2015-07-22 16:59 <a href="http://www.blogjava.net/bolo/archive/2015/07/22/424271.html#426379#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Quartz Spring与Spring Task总结</title><link>http://www.blogjava.net/bolo/archive/2015/06/10/423408.html#425591</link><dc:creator>黄</dc:creator><author>黄</author><pubDate>Wed, 10 Jun 2015 01:22:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/06/10/423408.html#425591</guid><description><![CDATA[请问executor的pool-size和scheduler的pool-size的区别？<br>scheduler的pool-size不就是定时任务的调度线程池大小么？<br>不清楚executor的pool-size的作用？<img src ="http://www.blogjava.net/bolo/aggbug/425591.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">黄</a> 2015-06-10 09:22 <a href="http://www.blogjava.net/bolo/archive/2015/06/10/423408.html#425591#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 修改mybatis-generator-1.3.2源码实现自定义代码生成详解（三）[未登录]</title><link>http://www.blogjava.net/bolo/archive/2015/06/05/424271.html#425511</link><dc:creator>Eric</dc:creator><author>Eric</author><pubDate>Fri, 05 Jun 2015 03:36:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/06/05/424271.html#425511</guid><description><![CDATA[你有没有QQ啊，加来交流下，我现在也在修改代码，但是不知道pom里面要怎么写，才不会出错<img src ="http://www.blogjava.net/bolo/aggbug/425511.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">Eric</a> 2015-06-05 11:36 <a href="http://www.blogjava.net/bolo/archive/2015/06/05/424271.html#425511#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JavaEE应用中MySQL中文乱码完全解决方案</title><link>http://www.blogjava.net/bolo/archive/2015/05/24/317494.html#425262</link><dc:creator>Jared_liu</dc:creator><author>Jared_liu</author><pubDate>Sat, 23 May 2015 17:27:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/05/24/317494.html#425262</guid><description><![CDATA[谢谢楼主分享，解决了乱码问题<img src ="http://www.blogjava.net/bolo/aggbug/425262.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">Jared_liu</a> 2015-05-24 01:27 <a href="http://www.blogjava.net/bolo/archive/2015/05/24/317494.html#425262#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Quartz Spring与Spring Task总结</title><link>http://www.blogjava.net/bolo/archive/2015/03/22/423408.html#423711</link><dc:creator>京山游侠</dc:creator><author>京山游侠</author><pubDate>Sun, 22 Mar 2015 03:13:00 GMT</pubDate><guid>http://www.blogjava.net/bolo/archive/2015/03/22/423408.html#423711</guid><description><![CDATA[这篇也是我真的需要的硬货。BlogJava如果再自动删我的评论我真要崩溃了。<img src ="http://www.blogjava.net/bolo/aggbug/423711.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bolo/" target="_blank">京山游侠</a> 2015-03-22 11:13 <a href="http://www.blogjava.net/bolo/archive/2015/03/22/423408.html#423711#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>