06 2017 档案

摘要:EXTJS4.2 fileFiled 按钮在IE8中不显示,于是重写了FileFiled与FileButton组件: MyFileField.js MyFileButton.js 阅读全文
posted @ 2017-06-30 16:13 CloosZhao 阅读(348) 评论(0) 推荐(0)
摘要:如何使用: 效果如下: 阅读全文
posted @ 2017-06-26 16:21 CloosZhao 阅读(344) 评论(0) 推荐(0)
摘要:import java.util.Iterator;import java.util.List;import java.util.Map; import org.hibernate.Hibernate;import org.hibernate.SQLQuery;import org.hibernat 阅读全文
posted @ 2017-06-16 11:05 CloosZhao 阅读(342) 评论(0) 推荐(0)
摘要:在写EXTJS时经常遇到的错误有很多,现在一点点记录下来,为解决相关问题提供帮助! 1、substring问题 Uncaught TypeError: Cannot read property 'substring' of undefined at Object.parseNamespace (ex 阅读全文
posted @ 2017-06-16 09:33 CloosZhao 阅读(599) 评论(0) 推荐(0)