2017年5月11日

excel导入导出

摘要: //判断是否是下载模板 private String template; public void setTemplate(String template) { this.template = template; } public String download() throws Exception { // 创... 阅读全文

posted @ 2017-05-11 23:14 钉子His 阅读(140) 评论(0) 推荐(0)

3级联动

摘要: 页面如下:使用的是springmvc的标签 父目录 <form:select id="parentCatalog" path="product.parentCatalogId" class="h30-select blueFocus w250 fl f12"> <form:option value= 阅读全文

posted @ 2017-05-11 22:59 钉子His 阅读(126) 评论(0) 推荐(0)

技巧分享

摘要: 1、在jsp页面中被禁用的不会传值到后台,例如checkbox select 标签等,解决办法隐藏域 2、将以个对象的属性转为一个map(继承来的字段不能转, 如果为null 则不会放进map中,0 要放入) /** * 将一个类查询方式加入map(属性值为int型时,0时不加入, * 属性值为St 阅读全文

posted @ 2017-05-11 21:17 钉子His 阅读(128) 评论(0) 推荐(0)

导航