weblogic.jsp 573 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=UTF-8"%>

<html>
  <head>
	<title></title>
  </head>

  <body>
     1、photo\photo.jsp 修改默认图片路径
     2、image\css\image.jsp 修改如下
       // 图象生效
       g.dispose();
       response.reset();
       // 输出图象到页面
       ImageIO.write(image, "JPEG", response.getOutputStream());
       //out.clear();
       //out = pageContext.pushBody();
     3、
  </body>
</html>