摘要: public class MessageResource extends AbstractMessageSource implements ResourceLoaderAware, InitializingBean { @SuppressWarnings("unused") private ResourceLoader resourceLoader = null; @Autowire... 阅读全文
posted @ 2018-10-30 09:44 Mr风清 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: sheet.setColumnWidth(i, (int)(title.getBytes().length * 1.2d * 256 > 12 * 256 ? title.getBytes().length * 1.2d * 256 : 12 * 256)); //256为单个字符所占的宽度 //1 阅读全文
posted @ 2018-10-30 09:40 Mr风清 阅读(9518) 评论(0) 推荐(1) 编辑
摘要: 异常:严重: Exception starting filter java.lang.ClassNotFoundException: xxx 1.在确认该类存在的情况下,检查生成的class是否存在 此类异常一般指找不到生成的class文件,而非java文件,所以要确认class是否存在。 2.cl 阅读全文
posted @ 2017-12-12 12:00 Mr风清 阅读(3337) 评论(0) 推荐(0) 编辑