发布时间:2019-10-25 21:55:00
EXCEL的高度和宽度计算-文档值到像素
sheetFormatPr
Specifies the number of characters of the maximum digit width of the normal style's font.
defaultColWidth
(Default Column Width)
defaultRowHeight
(Default Row Height)......【阅读全文】
发布时间:2018-01-19 15:08:29
在java的引用体系中,存在着强引用,软引用,虚引用,幽灵引用,这4种引用类型。在正常的使用过程中,我们定义的类型都是强引用的,这种引用类型在回收中,只有当其它对象没有对这个对象的引用时,才会被GC回收掉。简单来说,对于以下定义:Object obj = new Object();.........【阅读全文】