資源簡介
和適合剛接觸jdbc的學院進行學習的資源
代碼片段和文件信息
package?cn.wk.library.action;
import?java.sql.SQLException;
import?java.util.List;
import?cn.wk.library.domain.Admin;
import?cn.wk.library.domain.SystemParam;
import?cn.wk.library.services.AdminService;
public?class?AdminAction
{
AdminService?adminService?=?new?AdminService();
//?獲取系統(tǒng)信息
public?SystemParam?getSystemParam()
{
return?adminService.getSystemParam();
}
//?登錄功能
public?Admin?login(String?userName?String?password)?throws?Exception
{
return?adminService.login(userName?password);
}
//?修改上次登錄的時間
public?void?updateLastLoginTime(int?id)?throws?Exception
{
adminService.updateLastLoginTime(id);
}
//?添加用戶
public?boolean?addAdmin(String?userName?String?realName?String?sex
String?password?String?idCard?String?telphone?String?address)
throws?SQLException
{
return?adminService.addAdmin(userName?realName?sex?password?idCard
telphone?address);
}
//?修改個人資料
public?boolean?updateInfo(int?id?String?realName?String?sex
String?idCard?String?telphone?String?address)
{
return?adminService.updateInfo(id?realName?sex?idCard?telphone
address);
}
//?修改個人密碼
public?void?updatePWD(int?id?String?newPassword)
{
adminService.updatePWD(id?newPassword);
}
//?查詢?nèi)坑脩糍Y料
public?List?queryAllAdmin()
{
return?adminService.queryAllAdmin();
}
//根據(jù)id刪除用戶
public?void?deleteAdminById(String[]?ids)
{
adminService.deleteAdminById(ids);
}
//系統(tǒng)初始化
public?void?systemInit()
{
adminService.systemInit();
}
//?修改系統(tǒng)參數(shù)
public?void?updateSystemParam(int?id?int?maxDay?int?maxAmount
float?penalty)
{
adminService.updateSystemParam(idmaxDaymaxAmountpenalty);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\
?????文件?????????852??2014-10-31?16:15??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\.classpath
?????文件?????????388??2014-10-31?16:38??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\.project
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\.settings\
?????文件?????????266??2014-10-31?16:56??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\.settings\org.eclipse.core.resources.prefs
?????文件?????????629??2014-10-31?16:08??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\action\
?????文件????????2380??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\action\AdminAction.class
?????文件????????3525??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\action\BookAction.class
?????文件????????2643??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\action\ReaderAction.class
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\
?????文件?????????897??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MainJPanel.class
?????文件????????1090??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable$1.class
?????文件?????????738??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable.class
?????文件????????1097??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable2$1.class
?????文件?????????743??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable2.class
?????文件????????1154??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable3$1.class
?????文件?????????794??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable3.class
?????文件????????1154??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable4$1.class
?????文件?????????794??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable4.class
?????文件????????1266??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable5$1.class
?????文件?????????762??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyJlable5.class
?????文件?????????529??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyNewJLable.class
?????文件?????????524??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\commonClazz\MyNewJLable2.class
?????目錄???????????0??2014-11-03?09:07??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\dao\
?????文件?????????928??2014-10-31?16:39??圖書管理系統(tǒng)_冠群\LibraryMS_GQ\bin\cn\wk\library\dao\AdminDao.class
............此處省略524個文件信息
評論
共有 條評論