freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

課程設(shè)計(jì)--圖片管理與分享系統(tǒng)-資料下載頁

2025-09-26 09:52本頁面

【導(dǎo)讀】要求論文完整、內(nèi)容詳細(xì),格式規(guī)范。程序1、系統(tǒng)運(yùn)行正確;詢、模糊查詢、分組查詢等。數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì)規(guī)范化;數(shù)據(jù)庫物理設(shè)計(jì)合理。模塊還有圖片鏈接模塊等功能;

  

【正文】 比較緊迫,還有很多地方不夠完善,例如表的設(shè)計(jì)不夠好,很多功能沒做出來,功能可能比較單一等問題,在這次數(shù)據(jù)庫的課程設(shè)計(jì)的訓(xùn)練中,讓我更好的了解了一個(gè)網(wǎng)站的基本流程,更加熟練的使用 SQL 語句,了解數(shù)據(jù) 庫的設(shè)計(jì)方案,熟悉數(shù)據(jù)庫等,對我的學(xué)習(xí)和理論實(shí)踐方面有了一定的提高。 參 考 文 獻(xiàn) [1] JSP 開發(fā)大全,瘋狂 Java 講義 項(xiàng)目結(jié)構(gòu)與部分源代碼 本項(xiàng)目采用 MVC 結(jié)構(gòu)模型,這種模型類似于代碼分層,不同層負(fù)責(zé)不同功能的代碼, 其項(xiàng)目結(jié)構(gòu)如下截圖: 與數(shù)據(jù)庫的連接的類為: public class ConnectDBDaoImpl implements ConnectDBDao { 16 – private String url = jdbc:8。 private String user = root。 private String pwd = 1。 public ConnectDBDaoImpl() { try { ()。 } catch (ClassNotFoundException e) { ()。 } } public Connection getConnection() { try { return (url, user, pwd)。 } catch (SQLException e) { ()。 } return null。 } public void closeConnection(Connection conn) { if (conn != null) { try { ()。 } catch (SQLException e) { ()。 17 – } } } public void closePrepStmt(PreparedStatement preStmt) { if (preStmt != null) { try { ()。 } catch (SQLException e) { ()。 } } } public void closeStmt(Statement Stmt) { if (Stmt != null) { try { ()。 } catch (SQLException e) { ()。 } } } public void closeResultSet(ResultSet rs) { if (rs != null) { try { ()。 } catch (SQLException e) { 18 – ()。 } } } } public class AdminDaoImpl implements AdminDao { private ConnectDBDao connectDBDao = new ConnectDBDaoImpl()。 public boolean check(String name, String passWord) { Connection conn = null。 PreparedStatement preStmt = null。 ResultSet rs = null。 String pwd=。 //存儲數(shù)據(jù)庫中已加密的密碼 try { conn = ()。 String sql = SELECT * FROM admin WHERE name = name = 39。+ name +39。 preStmt = (sql)。 rs = ()。 while(()){ passWord = passWord + ((id)+2678,3)。 //加鹽 //(驗(yàn)證密碼是否下確 :)。 pwd = (pass_word)。 19 – if((pwd,passWord)) { (name:+name +\n+passWord:+passWord+\n +encodepassword:+pwd)。 (True)。 return true。 } } } catch (Exception e) { ()。 } finally { (conn)。 (preStmt)。 (rs)。 } (name:+name +\n+passWord:+passWord+\n +encodepassword:+pwd)。 (False)。 return false。 } 更詳細(xì)的代碼請參見附帶的源碼目錄。
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1