
springboot
phearcy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
EasyExcel行转列,不定长换行导出(一)
使用步骤:1、定义模版;2、动态定义模版;3、模板填充;pom.xml<dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.2.6</version></dependency><dependency> <groupId.原创 2021-04-02 10:59:10 · 5574 阅读 · 0 评论 -
springboot项目 resources文件读取方式
需要关注,请点赞实例如下,需求读取一下 文件内容处理方式如下InputStream isRef = this.getClass().getResourceAsStream("/ireport/*.jasper");原创 2020-06-30 11:39:14 · 1427 阅读 · 0 评论 -
ireport 中文处理 微软雅黑
springboot 使用ireport 模板msyh.ttf 使用window字体,使用转换工具(请百度)font.xml文件内容如下 <?xml version="1.0" encoding="UTF-8"?><fontFamilies> <fontFamily name="微软雅黑"><!--字体名称--> <normal>jaspertemplate/fonts/msyh.ttf</normal>.原创 2020-06-30 11:30:46 · 755 阅读 · 0 评论