我爱Aspx >> C#.Net >> 从数据库读出的JPG文件的字符流,转换成图片显示在页面上的相关代码public void doPost(HttpServletRequest req, HttpServletResponse res)
throws ServletException, IOException {
ServletOutputStream out = res.getOutputStream();
Statement dispStmt = null, setStmt = null;
try {
dispStmt = Con.createStatement();
setStmt = Con.createStatement();
setStmt.executeUpdate("set textsize 2048000");
} catch (Exception e) {
out.println("Create Statement error:" + e.toString() + "<br>");
}
String ls_sql = null;
ls_sql = req.getParameter("ImageSQL");
if (ls_sql == null)
ls_sql = "";
ls_sql = ls_sql.trim();
if (!ls_sql.equals("")) {
ResultSet rs = null;
try {
rs = dispStmt.executeQuery(ls_sql);
} catch (Exception e) {
System.out.println(
"Unable to Exec Statment" + e.toString() + "<br>");
Ҷƪл˵?
SQL数据库用户只有“名称”而无“..[07-30]
在Excel工作表单元格中手动输入各..[07-30]
Mysql关于数据库和表的几个最基本..[07-30]
成批更改sql server数据库所有者..[07-30]
VFP中用SPT访问SQL Server数据库[07-30]
动态创建MSSQL数据库表存储过程[07-30]
Mysql数据库操作新手入门,手把手..[07-30]
教你轻松应对JSP连接MySQL数据库..[07-30]
ASP无法更新ACCESS数据库解决方法[07-30]
oracle数据库文件中的导入\导出(..[07-30]
sqlserver2005(Express版)的配置[07-30]
asp网页提升速度方法5则[07-30]
SQL数据库用户只有“名称”而无“..[07-30]
Oracle 10g + SQL SERVER 2000 透..[07-30]
揭开正则表达式的神秘面纱[07-30]
php中计算时间差的几种方法[07-30]
sql server中重置自动编号[07-30]
SQL Server通用分页存储过程:利..[07-30]
使用c#捕获windows的关机事件[07-30]
SQL Server 2000和 SQL Server 2..[07-30]