﻿<?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/allen-zhe/CommentsRSS.aspx</link><description>&lt;script src="http://www.clocklink.com/embed.js"&gt;&lt;/script&gt;&lt;script type="text/javascript" language="JavaScript"&gt;obj=new Object;obj.clockfile="5010-black.swf";obj.TimeZone="China_Beijing";obj.width=222;obj.height=66;obj.wmode="transparent";showClock(obj);&lt;/script&gt;

</description><language>zh-cn</language><pubDate>Mon, 22 Feb 2010 06:13:17 GMT</pubDate><lastBuildDate>Mon, 22 Feb 2010 06:13:17 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 又見“ORA-01461: 仅可以为插入 LONG 列的 LONG 值赋值”！</title><link>http://www.blogjava.net/allen-zhe/archive/2010/02/08/198627.html#312287</link><dc:creator>小立飞刀</dc:creator><author>小立飞刀</author><pubDate>Mon, 08 Feb 2010 01:54:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2010/02/08/198627.html#312287</guid><description><![CDATA[@gongmingwind<br>嗯，多谢，看来是我的驱动版本没对上，呵呵。<img src ="http://www.blogjava.net/allen-zhe/aggbug/312287.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">小立飞刀</a> 2010-02-08 09:54 <a href="http://www.blogjava.net/allen-zhe/archive/2010/02/08/198627.html#312287#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 又見“ORA-01461: 仅可以为插入 LONG 列的 LONG 值赋值”！[未登录]</title><link>http://www.blogjava.net/allen-zhe/archive/2010/02/05/198627.html#312069</link><dc:creator>gongmingwind</dc:creator><author>gongmingwind</author><pubDate>Fri, 05 Feb 2010 03:10:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2010/02/05/198627.html#312069</guid><description><![CDATA[您好，我也是在使用hibernate时遇到的这个问题，按照您说的方法试验了下，好像还是不行，使用的驱动是ojdbc14-10.2.0.2.0.jar；后来改成：ojdbc14-10.2.0.3.0.jar问题就解决了，所以可能是驱动的问题，故将解决方法写下，共同探讨.<img src ="http://www.blogjava.net/allen-zhe/aggbug/312069.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">gongmingwind</a> 2010-02-05 11:10 <a href="http://www.blogjava.net/allen-zhe/archive/2010/02/05/198627.html#312069#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Hibernate Cannot release connection 了，有办法解决！</title><link>http://www.blogjava.net/allen-zhe/archive/2010/02/03/311690.html#311762</link><dc:creator>梦源</dc:creator><author>梦源</author><pubDate>Wed, 03 Feb 2010 01:39:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2010/02/03/311690.html#311762</guid><description><![CDATA[好啊!<img src ="http://www.blogjava.net/allen-zhe/aggbug/311762.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">梦源</a> 2010-02-03 09:39 <a href="http://www.blogjava.net/allen-zhe/archive/2010/02/03/311690.html#311762#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 如何使用ECSide列表组件构建列表（内附源码）</title><link>http://www.blogjava.net/allen-zhe/archive/2009/11/25/246328.html#303633</link><dc:creator>小立飞刀</dc:creator><author>小立飞刀</author><pubDate>Wed, 25 Nov 2009 07:22:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/11/25/246328.html#303633</guid><description><![CDATA[@xx<br>添加、编辑、删除等功能我基本上没有用到，但理论上来说，可以这样处理：<br>添加时，需要定义一个区块，如：<br>&lt;div id=&quot;add_template&quot; style=&quot;display:none;&quot;&gt;<br>   &lt;input type=&quot;text&quot; name=&quot;title&quot;&gt;<br>   &lt;input type=&quot;text&quot; name=&quot;someDate&quot; class=&quot;Wdate&quot; onclick=&quot;WdatePicker({dateFmt:'yyyy-MM-dd', skin:'blue'})&quot;&gt;<br>    ...<br>&lt;/div&gt;<br><br>在里面定义一个选择时间的input，我这里用的是My97DatePicker控件，就可以实现您说的时间选择了。<img src ="http://www.blogjava.net/allen-zhe/aggbug/303633.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">小立飞刀</a> 2009-11-25 15:22 <a href="http://www.blogjava.net/allen-zhe/archive/2009/11/25/246328.html#303633#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 如何使用ECSide列表组件构建列表（内附源码）[未登录]</title><link>http://www.blogjava.net/allen-zhe/archive/2009/11/19/246328.html#302902</link><dc:creator>xx</dc:creator><author>xx</author><pubDate>Thu, 19 Nov 2009 03:25:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/11/19/246328.html#302902</guid><description><![CDATA[请问用ecside组件时，实现对列数据的编辑和行数据的添加功能过程中，如果有时间字段，应该怎么让时间字段可以有日历和时间进行选择后输入啊？<img src ="http://www.blogjava.net/allen-zhe/aggbug/302902.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">xx</a> 2009-11-19 11:25 <a href="http://www.blogjava.net/allen-zhe/archive/2009/11/19/246328.html#302902#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 如何使用ECSide列表组件构建列表（内附源码）</title><link>http://www.blogjava.net/allen-zhe/archive/2009/11/03/246328.html#300836</link><dc:creator>小立飞刀</dc:creator><author>小立飞刀</author><pubDate>Tue, 03 Nov 2009 02:04:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/11/03/246328.html#300836</guid><description><![CDATA[@刚学ecside<br>这个类并无特殊用途，如果您用的是struts1.2的话，完全可以继承DispatchAction。<img src ="http://www.blogjava.net/allen-zhe/aggbug/300836.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">小立飞刀</a> 2009-11-03 10:04 <a href="http://www.blogjava.net/allen-zhe/archive/2009/11/03/246328.html#300836#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 如何使用ECSide列表组件构建列表（内附源码）</title><link>http://www.blogjava.net/allen-zhe/archive/2009/11/01/246328.html#300573</link><dc:creator>刚学ecside</dc:creator><author>刚学ecside</author><pubDate>Sun, 01 Nov 2009 07:21:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/11/01/246328.html#300573</guid><description><![CDATA[import net.allen.core.struts.StrutsEntityAction;<br>大哥，这个类没有啊<br>能不能弄全一点啊，不胜感激!<br>我QQ：417186803<img src ="http://www.blogjava.net/allen-zhe/aggbug/300573.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">刚学ecside</a> 2009-11-01 15:21 <a href="http://www.blogjava.net/allen-zhe/archive/2009/11/01/246328.html#300573#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 使用Hibernate Annotations 维护多对多关系的心得</title><link>http://www.blogjava.net/allen-zhe/archive/2009/09/17/133991.html#295464</link><dc:creator>popoer</dc:creator><author>popoer</author><pubDate>Thu, 17 Sep 2009 08:12:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/09/17/133991.html#295464</guid><description><![CDATA[写得很清楚，谢谢！<img src ="http://www.blogjava.net/allen-zhe/aggbug/295464.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">popoer</a> 2009-09-17 16:12 <a href="http://www.blogjava.net/allen-zhe/archive/2009/09/17/133991.html#295464#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 又見“ORA-01461: 仅可以为插入 LONG 列的 LONG 值赋值”！</title><link>http://www.blogjava.net/allen-zhe/archive/2009/08/28/198627.html#292995</link><dc:creator>小立飞刀</dc:creator><author>小立飞刀</author><pubDate>Fri, 28 Aug 2009 08:11:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/08/28/198627.html#292995</guid><description><![CDATA[@wolf<br>这位网友，请您说话干净一点，有问题可以提，我们一起探讨，希望不要再有这样的言语。<br><br>“我插入1都不行，1大于1000吗？？  ” 没明白您的问题，再说得详细点如何<img src ="http://www.blogjava.net/allen-zhe/aggbug/292995.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">小立飞刀</a> 2009-08-28 16:11 <a href="http://www.blogjava.net/allen-zhe/archive/2009/08/28/198627.html#292995#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 又見“ORA-01461: 仅可以为插入 LONG 列的 LONG 值赋值”！[未登录]</title><link>http://www.blogjava.net/allen-zhe/archive/2009/08/25/198627.html#292539</link><dc:creator>wolf</dc:creator><author>wolf</author><pubDate>Tue, 25 Aug 2009 09:51:00 GMT</pubDate><guid>http://www.blogjava.net/allen-zhe/archive/2009/08/25/198627.html#292539</guid><description><![CDATA[放屁，我插入1都不行，1大于1000吗？？<img src ="http://www.blogjava.net/allen-zhe/aggbug/292539.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/allen-zhe/" target="_blank">wolf</a> 2009-08-25 17:51 <a href="http://www.blogjava.net/allen-zhe/archive/2009/08/25/198627.html#292539#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>