資源簡介
國家人員招考報名系統(tǒng)門戶網(wǎng)站,完整的代碼+數(shù)據(jù)庫資源,僅供學習參考用,不要用作商業(yè)用途,里面有運行說明及要求

代碼片段和文件信息
package?com.cqut.recruitPortal.dao;
import?java.sql.Connection;
import?java.sql.DriverManager;
import?java.sql.ParametermetaData;
import?java.sql.PreparedStatement;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?java.sql.Statement;
import?java.sql.Types;
import?java.util.ArrayList;
import?java.util.Arrays;
import?java.util.List;
import?java.util.Map;
/**
*?項目名稱:recruitPortal
*?類名稱:CommonDAO
*?類描述:封裝?JDBC?的常用操作???
*?@version?1.0
*?Copyright?(c)?2014?ChongQing?University?Of?Technology
?*/
public?class?CommonDAO?{
//數(shù)據(jù)URL
private?static?final?String?url?=?“jdbc:mysql://localhost:3306/recruitportal?Unicode=true&characterEncoding=UTF-8“;
//用戶名
private?static?final?String?username?=?“root“;
//密碼
private?static?final?String?password?=?“671288“;
//數(shù)據(jù)庫驅動
private?static?final?String?jdbcDriver?=?“com.mysql.jdbc.Driver“;
//調用?ParametermetaData.getParameterType(i?+?1)?是否會拋出異常
protected?boolean?pmdKnownBroken?=?false;
public?CommonDAO()?{
}
public?CommonDAO(boolean?pmdKnownBroken)?{
this.pmdKnownBroken?=?pmdKnownBroken;
}
public?Connection?getConnetion(){
Connection?conn?=?null;
try?{
Class.forName(jdbcDriver);
conn?=?DriverManager.getConnection(url?username?password);
}?catch?(SQLException?e)?{
e.printStackTrace();
}?catch?(ClassNotFoundException?e)?{
e.printStackTrace();
}
return?conn;
}
/**
*?@title:?executeQuery?
*?@Description:?
*? 執(zhí)行Sql?查詢語句,把結果集合放在一個?List
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????252??2014-04-20?16:33??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\代碼規(guī)范\.svn\all-wcprops
?????文件????????382??2014-04-20?16:33??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\代碼規(guī)范\.svn\entries
?????文件???????5651??2014-04-20?16:33??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\代碼規(guī)范\.svn\text-ba
?????文件???????5651??2014-04-20?16:33??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\代碼規(guī)范\codetemplates.xm
?????文件???????1206??2013-11-22?01:09??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\chm_start.html
?????文件??????41489??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\data\document.js
?????文件???????5359??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\data\st
?????文件??????32448??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增新聞\data.js
?????文件???????9007??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增新聞\st
?????文件??????25260??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增新聞類型\data.js
?????文件???????6650??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增新聞類型\st
?????文件??????39841??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增用戶\data.js
?????文件??????11888??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增用戶\st
?????文件??????24990??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增用戶類型\data.js
?????文件???????6632??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_新增用戶類型\st
?????文件??????26648??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_權限分配\data.js
?????文件???????6681??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_權限分配\st
?????文件??????30829??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯新聞\data.js
?????文件???????8588??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯新聞\st
?????文件??????25260??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯新聞類型\data.js
?????文件???????6650??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯新聞類型\st
?????文件??????38238??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯用戶\data.js
?????文件??????11437??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯用戶\st
?????文件??????24990??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯用戶類型\data.js
?????文件???????6632??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_編輯用戶類型\st
?????文件??????23852??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_詳細\data.js
?????文件???????5773??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\_詳細\st
?????文件??????33152??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\主題_新增\data.js
?????文件???????8366??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\主題_新增\st
?????文件??????33150??2014-04-20?16:23??國家工作人員招考報名系統(tǒng)門戶網(wǎng)站\原型\files\主題編輯\data.js
............此處省略493個文件信息
評論
共有 條評論