学习资料笔记

小木的学习笔记

excel导入报错:The supplied data appears to be in the Office 2007+ XML.

2020-5-14 Java

org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF)

阅读全文>>

浏览(12600)

layer报错:Uncaught TypeError: n.on is not a function处理

2020-5-11 前端

layer报错:Uncaught TypeError: n.on is not a function处理

阅读全文>>

浏览(1485)

IDEA如果项目编译报错Error:java: OutOfMemoryError: insufficient memory

2020-5-11 开发工具

在更新项目代码或者运行项目时报错 OutOfMemoryError: insufficient memory,解决方案:修改Compiler下面的Compiler Process heap size 参数,默认的是700,可适当调整大小(根据项目大小更改),比如1024/2048之类。

阅读全文>>

浏览(1106)