首页 相关文章 从数据库读出的JPG文件的字符流转换成图片显示在页面上的相关

从数据库读出的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...[ 查看全文 ]

2016-02-19 标签:

从数据库读出的JPG文件的字符流转换成图片显示在页面上的相关的相关文章

手机页面
收藏网站 回到头部