OliverVin

Results 4 issues of OliverVin

ExcelUtils.getInstance().readExcel2Objects(EXCEL_FILE_PATH, PKQuestion.class, 2, 10 0); 这种带注解的读取 一旦带偏移 量 就报错, 读取list的正常 ! 如果2 变成0, 从0读取就正常 报错信息如下: java.lang.IllegalStateException: Cannot get a STRING value from a NUMERIC cell at org.apache.poi.xssf.usermodel.XSSFCell.typeMismatch(XSSFCell.java:1077) at org.apache.poi.xssf.usermodel.XSSFCell.getRichStringCellValue(XSSFCell.java:395) at...

var getScrollEventTarget = function (element) { var currentNode = element; // bugfix, see http://w3help.org/zh-cn/causes/SD9013 and http://stackoverflow.com/questions/17016740/onscroll-function-is-not-working-for-chrome while (currentNode && currentNode.tagName !== 'HTML' && currentNode.tagName !== 'BODY' && currentNode.nodeType === 1)...

随着鸿蒙Next即将出来, 是否有计划着手适配鸿蒙系统? 目前鸿蒙社区https://gitee.com/openharmony-sig/flutter_flutter 已经有变种flutter了,望适配计划提上日程