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

  • 大小: 1.51MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-26
  • 語言: Java
  • 標簽: 題庫組卷??JAVA??JSP??

資源簡介

1.用戶管理;2.專業學科管理;3.題庫管理;4.組卷管理;5.數據管理;

資源截圖

代碼片段和文件信息

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=jsptikuzujuanxns“;?
??public?Connection?connect?=?null;
??public?ResultSet?rs=null;
??public?db()?{
????try?{
?????
??????Class.forName(dbDriver).newInstance();?
?????
??????connect?=?DriverManager.getConnection(sConnStr“sa“““);?
?????
????}
????catch?(Exception?ex)?{
??????System.out.println(“12121“);
????}
??}

??
??public?ResultSet?executeQuery(String?sql)?{
try{
connect=DriverManager.getConnection(sConnStr“sa“““);
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“““);
???? stmt=connect.createStatement();
???? stmt.executeUpdate(sql);
???? stmt.close();
???? connect.close();
????
????
???? }
???? catch(SQLException?ex)
???? {
???? System.err.println(ex.getMessage());
????
????
???? }
????
????
????}
}

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

?????文件????????596??2012-06-10?03:51??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\.classpath

?????文件????????321??2012-06-09?06:46??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\.mymetadata

?????文件???????1234??2012-06-02?21:02??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\.project

?????文件????1048576??2012-06-10?07:20??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\database\jsptikuzujuanxns_Data.MDF

?????文件????1048576??2012-06-07?20:32??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\database\jsptikuzujuanxns_Log.LDF

?????文件???????1320??2012-06-09?03:02??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\src\db\db.java

????..A.SHR?????????9??2012-06-07?16:21??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\src\db\Desktop_1.ini

????..A.SHR?????????9??2012-06-09?23:09??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\src\Desktop_1.ini

????..A.SHR?????????9??2012-06-02?14:36??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\src\upload\Desktop_1.ini

?????文件???????3132??2012-06-07?10:10??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\src\upload\file.java

?????文件???????1664??2012-06-04?06:03??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\adminyanzheng.jsp

?????文件???????2140??2012-06-08?13:12??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\CSS.css

?????文件????????836??2012-06-07?06:51??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\databack.jsp

?????文件????????873??2012-06-07?18:53??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\del.jsp

????..A.SHR?????????9??2012-06-03?12:05??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\Desktop_1.ini

?????文件???????1763??2012-06-10?20:24??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\error.jsp

?????文件???????4508??2012-06-10?23:34??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_10_1.gif

?????文件????????670??2012-06-11?00:39??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_1_1.gif

?????文件???????1653??2012-06-09?10:59??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_1_2.gif

?????文件???????4154??2012-06-05?22:27??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_2_1.gif

?????文件???????5099??2012-06-03?05:50??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_3_4.gif

?????文件???????9148??2012-06-09?04:23??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_4_1.gif

?????文件???????1689??2012-06-06?17:19??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_4_2_1.gif

?????文件???????4235??2012-06-04?01:24??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_4_2_2_1.gif

?????文件???????3385??2012-06-09?08:03??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_4_2_2_2.gif

?????文件????????589??2012-06-08?03:20??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_4_2_2_bg.gif

?????文件???????9781??2012-06-03?07:17??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_5_1.gif

?????文件??????12101??2012-06-05?08:03??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_6_1.gif

?????文件??????11594??2012-06-03?13:54??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_7_1.gif

?????文件??????10961??2012-06-07?08:47??JAVA?086JSP題庫組卷管理系統\jsptikuzujuanxns\WebRoot\images\admin_8_1.gif

............此處省略74個文件信息

評論

共有 條評論