资源简介

Jsp网络购物系统 包括完全的系统实现 是课程设计的有效参考资源

资源截图

代码片段和文件信息


package ckstudio.db;

import java.io.PrintStream;
import java.sql.*;

public class faq
{

    public faq()
    {
        sDBDriver = “sun.jdbc.odbc.JdbcOdbcDriver“;
        sConnStr = “jdbc:odbc:zsmshop“;
        conn = null;
        rs = null;
        try
        {
            Class.forName(sDBDriver);
        }
        catch(ClassNotFoundException classnotfoundexception)
        {
            System.err.println(“faq(): “ + classnotfoundexception.getMessage());
        }
    }

    public void executeInsert(String s)
    {
        try
        {
            conn = DriverManager.getConnection(sConnStr);
            Statement statement = conn.createStatement();
            int i = statement.executeUpdate(s);
        }
        catch(SQLException sqlexception)
        {
            System.err.println(“faq.executeUpdate:“ + sqlexception.getMessage());
        }
    }

    public ResultSet executeQuery(String s)
    {
        rs = null;
        try
        {
            conn = DriverManager.getConnection(sConnStr);
            Statement statement = conn.createStatement(1004 1008);
            rs = statement.executeQuery(s);
        }
        catch(SQLException sqlexception)
        {
            System.err.println(“aq.executeQuery: “ + sqlexception.getMessage());
        }
        return rs;
    }

    public void executeDelete(String s)
    {
        try
        {
            conn = DriverManager.getConnection(sConnStr);
            Statement statement = conn.createStatement();
            statement.executeUpdate(s);
        }
        catch(SQLException sqlexception)
        {
            System.err.println(“faq.executeDelete: “ + sqlexception.getMessage());
        }
    }

    public int executeUpdate(String s)
    {
        int i = 0;
        try
        {
            conn = DriverManager.getConnection(sConnStr);
            Statement statement = conn.createStatement();
            i = statement.executeUpdate(s);
        }
        catch(SQLException sqlexception)
        {
            System.err.println(“faq.executeDelete: “ + sqlexception.getMessage());
        }
        return i;
    }

    public void Close()
    {
        try
        {
            if(rs != null)
                rs.close();
            if(conn != null)
                conn.close();
        }
        catch(SQLException sqlexception)
        {
            System.err.println(“faq.executeDelete: “ + sqlexception.getMessage());
        }
    }

    String sDBDriver;
    String sConnStr;
    Connection conn;
    ResultSet rs;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        811  2000-02-18 00:52  第11章 Jsp网络购物系统\zsmshop\admin\2login.jsp

     文件        634  2006-03-22 16:25  第11章 Jsp网络购物系统\zsmshop\admin\ac.jsp

     文件      12378  2006-03-27 20:40  第11章 Jsp网络购物系统\zsmshop\admin\addhw.jsp

     文件       6068  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\addhw1.jsp

     文件       3484  2000-02-21 05:05  第11章 Jsp网络购物系统\zsmshop\admin\addnews.jsp

     文件       4504  2000-02-19 19:51  第11章 Jsp网络购物系统\zsmshop\admin\addsort.jsp

     文件       1300  2000-02-20 00:15  第11章 Jsp网络购物系统\zsmshop\admin\addsort1.jsp

     文件       1307  2000-02-20 00:15  第11章 Jsp网络购物系统\zsmshop\admin\addsort2.jsp

     文件       1580  2000-02-19 00:46  第11章 Jsp网络购物系统\zsmshop\admin\adduser.jsp

     文件       1435  2003-12-18 00:00  第11章 Jsp网络购物系统\zsmshop\admin\admin.jsp

     文件       6907  2000-02-22 04:57  第11章 Jsp网络购物系统\zsmshop\admin\changehw.jsp

     文件       8368  2003-12-18 00:00  第11章 Jsp网络购物系统\zsmshop\admin\changehw1.jsp

     文件       1835  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\changhw_ok.jsp

     文件        735  2000-02-18 01:03  第11章 Jsp网络购物系统\zsmshop\admin\conn.jsp

     文件       6332  2000-02-22 04:57  第11章 Jsp网络购物系统\zsmshop\admin\delhw.jsp

     文件       4776  2000-02-21 05:51  第11章 Jsp网络购物系统\zsmshop\admin\delnews.jsp

     文件       1851  2006-03-27 20:45  第11章 Jsp网络购物系统\zsmshop\admin\delsort.jsp

     文件       1768  2006-03-27 20:18  第11章 Jsp网络购物系统\zsmshop\admin\editnews.jsp

     文件       1774  2000-02-21 06:16  第11章 Jsp网络购物系统\zsmshop\admin\editnewsok.jsp

     文件       3154  2000-02-21 07:07  第11章 Jsp网络购物系统\zsmshop\admin\gg.jsp

     文件        442  2000-02-21 07:40  第11章 Jsp网络购物系统\zsmshop\admin\gg2.jsp

     文件        382  2000-02-21 07:37  第11章 Jsp网络购物系统\zsmshop\admin\ggdel.jsp

     文件       4896  2000-02-21 08:14  第11章 Jsp网络购物系统\zsmshop\admin\guanggao.jsp

     文件        137  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\0.gif

     文件        116  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\1.gif

     文件        106  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\10.gif

     文件        115  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\11.gif

     文件        107  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\12.gif

     文件        137  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\13.gif

     文件        122  2003-04-26 00:00  第11章 Jsp网络购物系统\zsmshop\admin\images\2.gif

............此处省略280个文件信息

评论

共有 条评论