資源簡介
《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個文件信息
評論
共有 條評論