摘要: 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) 编辑