锘??xml version="1.0" encoding="utf-8" standalone="yes"?>国产欧美久久一区二区三区,亚洲精品视频区,超碰96在线http://www.aygfsteel.com/feng0801/archive/2010/11/16/338172.html鍐▉濞?/dc:creator>鍐▉濞?/author>Tue, 16 Nov 2010 05:49:00 GMThttp://www.aygfsteel.com/feng0801/archive/2010/11/16/338172.htmlhttp://www.aygfsteel.com/feng0801/comments/338172.htmlhttp://www.aygfsteel.com/feng0801/archive/2010/11/16/338172.html#Feedback0http://www.aygfsteel.com/feng0801/comments/commentRss/338172.htmlhttp://www.aygfsteel.com/feng0801/services/trackbacks/338172.html
<%@ page contentType="text/html;charset=bg2312"%>
<%@ page import="java.sql.*" %>
<html>
<head>
<title>鏄劇ず鏁版嵁搴撳浘鐗囨祴璇曢〉</title>
</head>
<body>
<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbc:odbc:denglu","root","root");
Statement stmt=con.createStatement();
String sql=new String();
sql = "select id from picturenews";
ResultSet rs=stmt.executeQuery(sql);
//鏄劇ず鏈鍚庝竴鏉¤褰曠殑鍥劇墖
rs.last();
%>
<table>
<tr><td><img src='testimageout.jsp?id=<%=rs.getInt("id")%>'></td></tr>
</table>
</body>
</html> 
鍦ㄥ緩鍙︿竴欏甸潰璇誨彇鏁版嵁搴撲腑鍥劇墖testimageout.jsp
<%@ page contentType="text/html; charset=gbk" %>
<%@ page import="java.io.*"%>
<%@ page import="java.sql.*, javax.sql.*" %>
<%@ page import="java.util.*"%>
<%@ page import="java.math.*"%>

<%
String photo_no = request.getParameter("photo_no");

//mysql榪炴帴 
Class.forName("com.mysql.jdbc.Driver").newInstance();
String URL="jdbc:mysql://localhost:3306/todream";
Connection con = DriverManager.getConnection(URL,"root","root");


try{
// 鍑嗗璇彞鎵ц瀵硅薄
Statement stmt = con.createStatement();

String sql = " SELECT * FROM todream_exhibition WHERE id = "+ photo_no;
ResultSet rs = stmt.executeQuery(sql);
if (rs.next()) {
Blob b = rs.getBlob("workimg");
long size = b.length();
//out.print(size);
byte[] bs = b.getBytes(1, (int)size);
response.setContentType("image/jpeg"); 
OutputStream outs = response.getOutputStream(); 
outs.write(bs);
outs.flush();
rs.close(); 
}
else {
rs.close();
response.sendRedirect("./images/error.gif");
}
}
finally{
con.close();
}
%>
杞澆http://wenwen.soso.com/z/q114766705.htm  濡傛灉浣犳兂灝濊瘯浣犲繀欏昏灝嗘暟鎹簱寤哄ソ錛屽茍涓庤繖涓鏍鋒垨灝唈sp欏甸潰鏀逛簡璺熶綘鐨勪竴鏍楓?/div>

]]> 主站蜘蛛池模板: 磴口县| 台南县| 定远县| 乌鲁木齐县| 石首市| 长治县| 广安市| 如皋市| 右玉县| 和静县| 康平县| 许昌县| 怀化市| 仁化县| 鹤庆县| 镇巴县| 和田市| 宽城| 石渠县| 水富县| 奉节县| 醴陵市| 虞城县| 龙岩市| 甘德县| 柳江县| 专栏| 南华县| 襄汾县| 玉门市| 商丘市| 科技| 南靖县| 寻甸| 双辽市| 陆丰市| 岳池县| 九寨沟县| 任丘市| 临沭县| 安陆市|