資源簡介
這是一個基于Java Web的學生信息系統開發的源碼,適合于接觸過Java、HTML、和Java web的新手學習和參考。里面的源碼經過多次驗證和運行,確定可以很好的運行。

代碼片段和文件信息
package?com.ischoolbar.programmer.dao;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?com.ischoolbar.programmer.model.Admin;
import?com.ischoolbar.programmer.model.Clazz;
/**
?*?
?*?@author?llq
?*管理員數據庫操作封裝
?*/
public?class?AdminDao?extends?baseDao?{
public?Admin?login(String?name?String?password){
String?sql?=?“select?*?from?s_admin?where?name?=?‘“?+?name?+?“‘?and?password?=?‘“?+?password?+?“‘“;
ResultSet?resultSet?=?query(sql);
try?{
if(resultSet.next()){
Admin?admin?=?new?Admin();
admin.setId(resultSet.getInt(“id“));
admin.setName(resultSet.getString(“name“));
admin.setPassword(resultSet.getString(“password“));
admin.setStatus(resultSet.getInt(“status“));
return?admin;
}
}?catch?(SQLException?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
}
return?null;
}
public?boolean?editPassword(Admin?adminString?newPassword)?{
//?TODO?Auto-generated?method?stub
String?sql?=?“update?s_admin?set?password?=?‘“+newPassword+“‘?where?id?=?“?+?admin.getId();
return?update(sql);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-12?20:28??學生信息管理系統源碼+數據庫\
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\
?????文件?????????834??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.classpath
?????文件????????1050??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.project
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\
?????文件?????????503??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\.jsdtscope
?????文件?????????364??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\org.eclipse.jdt.core.prefs
?????文件?????????503??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\org.eclipse.wst.common.component
?????文件?????????345??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\
?????文件?????????745??2018-05-30?20:26??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\404.jsp
?????文件?????????712??2018-05-30?20:26??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\500.jsp
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\me
?????文件??????????39??2018-05-30?19:54??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\me
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\
?????目錄???????????0??2019-07-06?21:14??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\
?????文件????????9903??2018-06-07?20:16??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\FilelLoad.jar
?????文件??????231320??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-beanutils-1.8.0.jar
?????文件??????232019??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-beanutils-1.8.3.jar
?????文件??????575389??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-collections-3.2.1.jar
?????文件???????77857??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-dbutils-1.6.jar
?????文件???????57779??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar
?????文件??????109043??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-io-1.4.jar
?????文件??????279193??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-lang-2.5.jar
?????文件???????60841??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar
?????文件???????60841??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\commons-logging.jar
?????文件???????86487??2018-06-03?22:34??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\ezmorph-1.0.6.jar
?????文件??????151839??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\json-lib-2.3-jdk15.jar
?????文件???????47456??2018-06-03?22:31??學生信息管理系統源碼+數據庫\StudentManagerWeb\WebContent\WEB-INF\lib\jsonplugin-0.34.jar
............此處省略283個文件信息
- 上一篇:微信支付包unity可接入
- 下一篇:基于Android的五子棋開發
評論
共有 條評論