﻿<?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-xiaohei-最新评论</title><link>http://www.blogjava.net/xiaohei/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Sat, 01 Jun 2013 01:19:25 GMT</pubDate><lastBuildDate>Sat, 01 Jun 2013 01:19:25 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 多文件上传</title><link>http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399462</link><dc:creator>11</dc:creator><author>11</author><pubDate>Sun, 19 May 2013 01:23:00 GMT</pubDate><guid>http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399462</guid><description><![CDATA[01.Ext.getCmp('collect_task_form').getForm().load({  <br>02.                    url: &quot;./collectTaskView.do&quot;  <br>03.                    ,params: {  <br>04.                        id: id  <br>05.                    }  <br>06.                    ,success: function(form, action){  <br>07.                        //Ext.example.msg('编辑', '载入成功！');  <br>08.                        //alert(Ext.getCmp(&quot;data&quot;).getValue());  <br>09.                        var o = Ext.util.JSON.decode(action.response.responseText);  <br>10.                        if (o) {  <br>11.                            var root = o.root;  <br>12.                            var pack = root[0];  <br>13.                              <br>14.                            alert(pack.displayName);  <br>15.                        }  <br>16.                    }  <br>17.                    ,failure: function(form, action){  <br>18.                        Ext.MessageBox.show({  <br>19.                           title: '错误',  <br>20.                           msg: '出现异常创建失败，请与管理员联系.',  <br>21.                           buttons: Ext.MessageBox.OK,  <br>22.                           icon: Ext.MessageBox.ERROR  <br>23.                        });  <br>24.                    }  <br>25.                    ,waitMsg: &quot;正在加载数据，请稍候...&quot;  <br>26.                });  <br><img src ="http://www.blogjava.net/xiaohei/aggbug/399462.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaohei/" target="_blank">11</a> 2013-05-19 09:23 <a href="http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399462#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 多文件上传</title><link>http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399463</link><dc:creator>11</dc:creator><author>11</author><pubDate>Sun, 19 May 2013 01:23:00 GMT</pubDate><guid>http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399463</guid><description><![CDATA[Formpanel中必须有<br>reader: new Ext.data.JsonReader({root:'root'},  <br>                                     [{name: 'pack',mapping:'pack',type:'string'}  <br>                                        ]) <br><img src ="http://www.blogjava.net/xiaohei/aggbug/399463.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaohei/" target="_blank">11</a> 2013-05-19 09:23 <a href="http://www.blogjava.net/xiaohei/archive/2013/05/19/399414.html#399463#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: hibernate 通用的增该查 工具类 供Dao层使用</title><link>http://www.blogjava.net/xiaohei/archive/2011/12/29/367180.html#367474</link><dc:creator>SwiftDAO</dc:creator><author>SwiftDAO</author><pubDate>Thu, 29 Dec 2011 04:49:00 GMT</pubDate><guid>http://www.blogjava.net/xiaohei/archive/2011/12/29/367180.html#367474</guid><description><![CDATA[我也做过了一个：SwiftDAO<br><a href="http://code.google.com/p/swiftdao" target="_new" rel="nofollow">http://code.google.com/p/swiftdao</a><br>一起交流<img src ="http://www.blogjava.net/xiaohei/aggbug/367474.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaohei/" target="_blank">SwiftDAO</a> 2011-12-29 12:49 <a href="http://www.blogjava.net/xiaohei/archive/2011/12/29/367180.html#367474#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>