摘要: 当使用com.bitc.xmis.ExcelImportWin = Ext.extend(Ext.Window, {})新建一个表单或者窗口时,后面应该加上 com.bitc.xmis.ExcelImportWin.superclass.initComponent.call(this); ... 阅读全文
posted @ 2014-10-31 09:57 静静隐身 阅读(216) 评论(0) 推荐(0) 编辑
摘要: //MonthPickerPlugin.js文件,年月选择的关键代码Ext.ux.MonthPickerPlugin = function() { var picker; var oldDateDefaults; this.init = function(pk) { picker = pk;... 阅读全文
posted @ 2014-10-31 09:51 静静隐身 阅读(333) 评论(1) 推荐(0) 编辑
摘要: Ext.MessageBox.confirm= function(title, msg, fn) { this.show({ title : title, msg : msg, buttons:{yes:'确定',no:'取消'}, fn : fn,... 阅读全文
posted @ 2014-10-31 09:50 静静隐身 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 构造器描述 BigDecimal(int)创建一个具有参数所指定整数值的对象。 BigDecimal(double)创建一个具有参数所指定双精度值的对象。 BigDecimal(long)创建一个具有参数所指定长整数值的对象。 BigDecimal(String)创建一个具有参数所指定以字符串... 阅读全文
posted @ 2014-09-05 15:04 静静隐身 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: http://javaweb.group.iteye.com/group/wiki/1513-core-struts2-interceptors-interceptors-acquaintance-----struts2-v 阅读全文
posted @ 2014-06-11 09:39 静静隐身 阅读(119) 评论(0) 推荐(0) 编辑
摘要: http://hi.baidu.com/ruan1215/item/572e1c3a5e4df186b711db8f 阅读全文
posted @ 2014-06-11 00:31 静静隐身 阅读(84) 评论(0) 推荐(0) 编辑
摘要: http://zhaohe162.blog.163.com/blog/static/3821679720105711512570/ 阅读全文
posted @ 2014-06-11 00:19 静静隐身 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 本部分主要介绍struts.xml的常用配置。1.1. 包配置:Struts2框架中核心组件就是Action、拦截器等,Struts2框架使用包来管理Action和拦截器等。每个包就是多个Action、多个拦截器、多个拦截器引用的集合。在struts.xml文件中package元素用于定义包配置,每... 阅读全文
posted @ 2014-06-11 00:04 静静隐身 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 转码:a.href="./showCont.jsp?tcontent="+encodeURI(encodeURI(tcontent));解码:java.net.URLDecoder.decode((String)request.getParameter("tcontent"), "UTF-8"); 阅读全文
posted @ 2013-12-30 13:59 静静隐身 阅读(343) 评论(0) 推荐(1) 编辑