浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 1130 下一页

2010年2月26日

摘要: ByteArrayOutputStream baos = null;try{URL u = new URL(strUrl);BufferedImage image = ImageIO.read(u); //convert BufferedImage to byte arraybaos = new ByteArrayOutputStream();ImageIO.write( image, "jpg"... 阅读全文
posted @ 2010-02-26 12:41 浙林龙哥 阅读(1855) 评论(0) 推荐(0)

上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 1130 下一页