
常用工具
little_pig_lxl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
字符串占位符替换
一种根据规则的占位符替换技术原创 2023-05-09 20:16:20 · 265 阅读 · 0 评论 -
word,txt 转 pdf,html实现在线预览功能
之前项目需要在线预览WORD文档,用到的是jacob,但是需要在服务器安装OFFICE才行,比较麻烦,最近项目里又有很多在线预览的功能,同事发现了个更强大的转换器,贼好用,废话不多说直接上代码:import org.aspectj.weaver.ast.Test; import com.aspose.words.Document;import com.aspose.words.Licens...转载 2018-09-28 15:34:34 · 3171 阅读 · 0 评论 -
Multiple markers at this line解决办法
Multiple markers at this line - implements net.lantrack.common.cache.service.CacheService.get - The method get(String, String) of type RedisServiceImpl must override a superclass今天新建了个mave...原创 2019-06-12 22:48:26 · 49700 阅读 · 6 评论