블로그
- Reading images using ImageIO.read(file); causes java.lang.OutOfMemoryError: Java heap space Question I am using a ImageIO API to write a PNG file. Answers I had a similar problem where I had to read in 36 images, crop them and save them t.......
- plsql 커서 사용법 A REF CURSOR is basically a data type. Ref cursor can be passed as a variable t.......