資源簡介
里面附上了可執行的完整程序,還有數據庫數據池驅動包,DBUutils工具包跟使用教程
代碼片段和文件信息
package?com.shao.DAO;
import?java.sql.SQLException;
import?com.shao.model.user;
public?interface?accountDAO?{
/**
?*?登錄檢驗
?*?@param?name
?*?@param?password
?*?@return
?*?@throws?SQLException?
?*/
public??user?query(String?nameString?password)?throws?SQLException;
/**
?*?添加賬戶
?*?@throws?SQLException?
?*/
public?void?addUser(String?nameString?password)?throws?SQLException;
/**
?*?更新用戶賬戶信息
?*?@throws?SQLException?
?*/
public?void?updateAccount(String?FromNameString?ToNamedouble?balance)?throws?SQLException;
/**
?*?查詢賬戶
?*?@param?name
?*?@return
?*?@throws?SQLException?
?*/
???public?user?findUserByName(String?name)?throws?SQLException;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1277??2017-07-17?11:14??ATM3+Mysql改進版\atm.sql
?????文件????????719??2017-07-15?17:01??ATM3+Mysql改進版\ATM_MySql3\.classpath
?????文件????????386??2017-07-15?16:57??ATM3+Mysql改進版\ATM_MySql3\.project
?????文件????????598??2017-06-16?21:06??ATM3+Mysql改進版\ATM_MySql3\.settings\org.eclipse.jdt.core.prefs
?????文件????????468??2017-07-16?10:14??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\DAO\accountDAO.class
?????文件???????2581??2017-07-17?09:42??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\DAO\impl\accountDAO_impl.class
?????文件????????781??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????1790??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????923??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????925??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????925??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2707??2017-07-16?10:46??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2401??2017-07-16?15:57??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????939??2017-07-16?15:57??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2886??2017-07-16?15:57??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????761??2017-07-16?10:45??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2141??2017-07-16?10:45??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????825??2017-07-16?10:45??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2956??2017-07-16?10:45??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2176??2017-07-17?11:11??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2831??2017-07-17?11:11??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????3006??2017-07-16?16:18??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????945??2017-07-16?16:18??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????3148??2017-07-16?16:18??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2636??2017-07-16?14:39??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????945??2017-07-16?14:39??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件???????2884??2017-07-16?14:39??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\if
?????文件????????923??2017-07-15?17:01??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\model\user.class
?????文件????????428??2017-07-16?10:20??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\Service\AccountService.class
?????文件???????2502??2017-07-17?09:41??ATM3+Mysql改進版\ATM_MySql3\bin\com\shao\Service\impl\AccountServiceImpl.class
............此處省略52個文件信息
評論
共有 條評論