91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 48.66MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-05
  • 語言: 其他
  • 標簽: web??

資源簡介

基于旅游網站的設計與實現(源碼).zip

資源截圖

代碼片段和文件信息

package?db;
import?java.sql.*;
public?class?db?{
private?String?dbDriver=“com.microsoft.jdbc.sqlserver.SQLServerDriver“;

?private?String?sConnStr?=?“jdbc:microsoft:sqlserver://localhost:1433;databasename=liuyou“;?
??public?Connection?connect?=?null;
??public?ResultSet?rs=null;
??public?db()?{
????try?{
?????
??????Class.forName(dbDriver).newInstance();?
?????
??????connect?=?DriverManager.getConnection(sConnStr“sa““123456“);?
?????
????}
????catch?(Exception?ex)?{
??????System.out.println(“12121“);
????}
??}

??
??public?ResultSet?executeQuery(String?sql)?{
try{
connect=DriverManager.getConnection(sConnStr“sa““123456“);
Statement?stmt=connect.createStatement();
rs=stmt.executeQuery(sql);
}catch(SQLException?ex){
System.err.println(ex.getMessage());
}
return?rs;
}
??public?void?executeUpdate(String?sql)
????{
????
???? Statement?stmt=null;
???? rs=null;
???? try
???? {???connect=DriverManager.getConnection(sConnStr“sa““123456“);
???? stmt=connect.createStatement();
???? stmt.executeUpdate(sql);
???? stmt.close();
???? connect.close();
????
????
???? }
???? catch(SQLException?ex)
???? {
???? System.err.println(ex.getMessage());
????
????
???? }
????
????
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????7587026??2018-11-12?00:31??論文等資料\論文等資料.zip

?????目錄??????????0??2018-11-12?15:53??論文等資料

-----------?---------??----------?-----??----

??????????????7587026????????????????????2


評論

共有 條評論