《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程序设计实训与案例教程源代码源代码ch01hello.jsp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)