摘要:
poi升级到4.0以上,需要将xmlbeans到3以上 目前的版本对应 poi 4.1.2 和 xmlbeans 3.1.0 poi 3.17 和 xmlbeans 2.6.0 阅读全文
posted @ 2022-12-02 10:21
岑惜
阅读(3777)
评论(0)
推荐(0)
摘要:
1.背景 springboot 加入websocket,需要配置ServerEndpointExporter的bean,发现没法识别 2.原因 springboot 内置了tomcat,内置 的tomcat与websocket不兼容,因此需要将 -start-web里的tomcat排除掉即可 3.解 阅读全文
posted @ 2022-12-02 10:18
岑惜
阅读(3642)
评论(0)
推荐(0)
摘要:
1.背景 工程使用了百度的离线ocr,需要 导入资源,在提交仓库后拉代码,发现资源文件table改变了,很是奇怪 最后发现是git在win的自动转换格式问题导致 2.原因 不同操作系统使用的换行符是不一样的。Unix/Linux使用的是LF,Mac后期也采用了LF,但Windows一直使用CRLF【 阅读全文
posted @ 2022-12-02 10:02
岑惜
阅读(55)
评论(0)
推荐(0)