10 2013 档案
摘要:经测试在ie8及火狐下可以,其他版本浏览器未测试.hideLong { white-space:nowrap;overflow:hidden;float:left; -o-text-overflow: ellipsis; /* for Opera */ text-overflow:ellipsis; /* for IE */ } 用了hideLong样式后 宽度也要限定很长很长很长很长
阅读全文
摘要:在web.xml中action cleanuporg.apache.struts2.dispatcher.ActionContextCleanUpaction cleanup*.actionaction cleanup*.do在struts.xml中
阅读全文
摘要:报路径问题在使用这个方法的时候JasperCompileManager.compileReportToFile(s1/*源路径*/,s2/*目标路径*/)用两个参数的报字体“宋体”找不到C:\WINDOWS\Fonts下将字体拷贝到classpath(src)下面,然后在classpath下新建jasperreports.properties内容为net.sf.jasperreports.awt.ignore.missing.font=true
阅读全文
摘要:删除文件夹rm -rf 目录名字(*表示删除所有)-r 就是向下递归,不管有多少级目录,一并删除-f 就是直接强行删除,不作任何提示的意思删除文件rm -f 文件名(*表示删除所有)--------------------------------------------------------------------------------启动tomcat./startup.sh--------------------------------------------------------------------------查看tomcat的输出进入tomcat目录下的bin目录./catal
阅读全文
摘要://form...if( form.valid() ){ form.submit();}
阅读全文
摘要:ImsCandidateBatchService imsCandidateBatchService = (ImsCandidateBatchService) WebApplicationContextUtils.getRequiredWebApplicationContext(pageContext.getServletContext()).getAutowireCapableBeanFactory().getBean(ImsCandidateBatchService.class) ;
阅读全文
摘要:function fudong(e){var ev = e || event ;alert(ev.clientX+':'+ev.clientY) ;}
阅读全文

浙公网安备 33010602011771号