xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡(jiǎn)介

基于旅游網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)(源碼).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());
????
????
???? }
????
????
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

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

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

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

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


評(píng)論

共有 條評(píng)論