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

資源簡介

畢業(yè)設(shè)計(jì),包含了代碼,資源。里面有詳細(xì)的使用辦法介紹。

資源截圖

代碼片段和文件信息

package?db;
import?java.sql.*;
public?class?db?{
private?String?dbDriver=“com.microsoft.sqlserver.jdbc.SQLServerDriver“;
private?String?username=“sa“;//?數(shù)據(jù)庫的連接名
private?String?usernpw=“111111“;//?數(shù)據(jù)庫的連接密碼,需要改成你自己的
?private?String?sConnStr?=?“jdbc:sqlserver://localhost:1433;databaseName=jspsys“;?
??public?Connection?connect?=?null;
??public?ResultSet?rs=null;
??public?db()?{
????try?{
?????
??????Class.forName(dbDriver).newInstance();?
?????
??????connect?=?DriverManager.getConnection(sConnStrusernameusernpw);?
?????
????}
????catch?(Exception?ex)?{
??????System.out.println(“12121“);
????}
??}

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

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

?????文件??????57899??2018-04-16?21:00??三步\SQL連接不上.png

?????文件?????622930??2018-04-16?20:56??三步\第一步:SQL2005下載地址及安裝說明.docx

?????文件????7967429??2018-04-16?20:58??三步\第三步:java調(diào)試項(xiàng)目.zip

?????文件???16002582??2018-04-16?21:00??三步\第二步:java數(shù)據(jù)庫配置.zip

?????文件????1835008??2018-04-18?22:36??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\數(shù)據(jù)庫\jspsys_Data.MDF

?????文件????3211264??2018-04-18?22:36??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\數(shù)據(jù)庫\jspsys_Log.LDF

?????文件????????362??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.classpath

?????文件????????291??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.mymetadata

?????文件???????1279??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.project

?????文件????????406??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.settings\.jsdtscope

?????文件?????????49??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件???????1452??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\src\db\db.java

?????文件???????1451??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\adminyanzheng.jsp

?????文件????????865??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\center.jsp

?????文件???????2140??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\CSS.css

?????文件????????873??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\del.jsp

?????文件???????1577??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\down.jsp

?????文件???????1763??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\error.jsp

?????文件????????299??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\about.gif

?????文件????????219??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\abspos.gif

?????文件????????237??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\anchor.gif

?????文件????????125??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\art.gif

?????文件????????162??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\backcolor.gif

?????文件????????253??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\backward.gif

?????文件????????285??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\bgcolor.gif

?????文件????????272??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\bgpic.gif

?????文件?????????88??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\blink.gif

?????文件?????????76??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\bold.gif

?????文件????????267??2018-04-18?22:30??基于JSp的實(shí)驗(yàn)室設(shè)備管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-源碼\程序\jspsys\WebRoot\eWebEditor_V4.60\buttonimage\blue\br.gif

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

評論

共有 條評論

相關(guān)資源