Tag Archives: jfreechart

JFreeChart中的TimeSeries可能导致内存泄露

前段时间说到现在的项目里在用JFreeChart。昨天晚上走之前没把客户端关掉,今天中午到公司发现程序已经崩了,狂抛OutOfMemoryError。用NB的profiler跟了一下,发现是JFreeChart或者说是没有正确使用JFreeChart的TimeSeries导致的后果 TimeSeries有一个方法setMaximumItemAge: public void setMaximumItemAge(long periods) public void setMaximumItemAge(long periods) 该方法文档如下: Sets the number of time units in the ‘history’ for the series. This provides one mechanism for automatically dropping old data from the time series. For example, if a series contains daily data, you might set the history count to 30. Then, when you read more »

JFreeChart Developer Guide

互联网很强大,Google很强大 JFreeChart是个很强大的Java作图库,真的很强大,强大得不看文档都不知道该怎么用……JFC虽然遵循LGPL但文档是收费的,个人版45刀一份。刚才google了一下,找到一本1.0.4的PDF(最新为1.0.11),直接挂这里有点嚣张,谁要的给我mail 更新:到这儿下载吧~~

无觅相关文章插件,快速提升流量