摘要: //可以避免amount为0时,excel显示为.00的问题 @NumberFormat("#0.00") private BigDecimal amount; 阅读全文
posted @ 2023-03-20 18:02 npe0 阅读(868) 评论(0) 推荐(0) 编辑
摘要: #一、前提 一个Excel的sheet页最多104万行数据 需分页处理-数据库分页或内存分页(这里需要注意内存大小问题) #二、处理思路 ##2.1、同步处理 *单线程处理-前端轮训等待时间过长,不可取 *多线程处理-前端依然轮训等待时间过长,后端还会因为大量线程消耗内存,导致内存不够用,不可取 # 阅读全文
posted @ 2023-03-20 17:17 npe0 阅读(262) 评论(0) 推荐(0) 编辑
摘要: #1、命令列表 https://arthas.aliyun.com/doc/commands.html #2、arthas-idea-插件 arthas idea plugin 使用文档 爱上Java诊断利器Arthas之Arthas idea plugin 的前世今生 #3、OGNL OGNL 阅读全文
posted @ 2023-03-20 15:29 npe0 阅读(42) 评论(0) 推荐(0) 编辑