Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑一个后端进程,我可以每天运行一次并生成/保存到磁盘图表图像,类似于:
这可以用 Java 完成还是有其他我不熟悉的方法?
谢谢!
使用由 提供的方法之一org.jfree.chart.ChartUtils,以前在这里ChartUtilities讨论过,将完成的图表图像保存到文件系统或将图表图像写入输出流。您的应用程序将建议适当的时空权衡,但没有什么可以根据需要排除您的混合策略。
org.jfree.chart.ChartUtils
ChartUtilities