手里有些图片,几万张,想要对这些图片生成预览图,但是总是报错,麻烦各位大大帮我看下我代码里面问题出在何处,谢谢了! package liuc.test; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; import ...
I'd say the problem is that you're even dealing with a 2Gb XML file to begin with. XML is designed mostly as a method to exchange data between programs. What it looks like you're doing here is using ...