• 大小: 17.46MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: Java
  • 标签: JSP  源代码  

资源简介

《JSP程序设计实训与案例教程》完整PPT及源代码

资源截图

代码片段和文件信息

package com.db;
import java.sql.*;
public class DBConn {
    Connection conn=null;
    public Connection getConnection() {
       String url=“jdbc:sqlserver://localhost:1434;databaseName=SCMS“; 
       String user=“JSP“;
       String password=“123456“; 
       try {
            Class.forName(“com.microsoft.sqlserver.jdbc.SQLServerDriver“);
            conn=DriverManager.getConnection(url user password);
            return conn;
       } catch (Exception e) {
            e.printStackTrace();
            return null;
      }
    } 
    public void close(){
      try{
         if(conn!=null) conn.close(); 
      }catch(Exception e){}
    }
}

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

     文件    2014720  2014-05-02 11:33  JSP程序设计实训与案例教程源代码\PPT\第10章 AJAX技术.ppt

     文件     462336  2014-05-04 14:07  JSP程序设计实训与案例教程源代码\PPT\第1章 JSP概述.ppt

     文件    2112000  2014-05-04 13:16  JSP程序设计实训与案例教程源代码\PPT\第2章 Web客户端编程.ppt

     文件     760320  2014-04-29 17:04  JSP程序设计实训与案例教程源代码\PPT\第3章 JSP基础知识.ppt

     文件    3275776  2014-04-29 10:39  JSP程序设计实训与案例教程源代码\PPT\第4章 JSP内置对象.ppt

     文件    2001408  2014-04-29 13:05  JSP程序设计实训与案例教程源代码\PPT\第5章 JSP数据库应用开发.ppt

     文件     393728  2014-04-27 15:53  JSP程序设计实训与案例教程源代码\PPT\第6章 网上选课系统项目实训.ppt

     文件     551424  2014-04-29 10:34  JSP程序设计实训与案例教程源代码\PPT\第7章 JavaBean技术.ppt

     文件     756224  2014-05-01 12:17  JSP程序设计实训与案例教程源代码\PPT\第8章 Servlet技术.ppt

     文件     661504  2014-05-02 10:43  JSP程序设计实训与案例教程源代码\PPT\第9章 自定义标签.ppt

     文件        336  2014-03-19 22:40  JSP程序设计实训与案例教程源代码\源代码\ch01\hello.jsp

     文件        631  2014-03-21 11:30  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-1.html

     文件        672  2014-03-23 10:54  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-2.html

     文件        216  2014-03-25 14:25  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-3-1.html

     文件        610  2014-03-25 13:32  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-3.html

     文件        681  2014-04-05 11:02  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-4.html

     文件        944  2014-04-05 11:44  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-5.html

     文件       1875  2014-04-05 12:07  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-6.html

     文件        514  2014-03-21 14:31  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\center.html

     文件        377  2014-03-21 14:29  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\ex2-7.html

     文件        376  2014-03-21 14:30  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\left.html

     文件      10004  2012-04-05 13:03  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\libai.jpg

     文件        150  2014-03-21 14:31  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\right.html

     文件        111  2014-03-21 14:30  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\top.html

     文件        191  2013-11-05 12:25  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\望天门山.html

     文件        193  2013-11-05 12:26  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\望庐山瀑布.html

     文件        189  2013-11-05 12:26  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\赠汪伦.html

     文件        188  2014-03-21 14:32  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-7\静夜思.html

     文件        993  2014-03-25 09:20  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-8.html

     文件       1114  2014-03-25 09:59  JSP程序设计实训与案例教程源代码\源代码\ch02\ex2-9-change.html

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

评论

共有 条评论