91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

jsp學生信息管理系統(源碼+數據庫腳本)

資源截圖

代碼片段和文件信息

package?com.lizhou.bean;

import?java.util.linkedList;
import?java.util.List;

/**
?*?班級類
?*?@author?bojiangzhou
?*
?*/
public?class?Clazz?{

private?int?id;?//ID

private?String?name;?//名稱

private?Grade?grade;?//班級所屬年級

private?int?gradeid;?//年級ID

private?List?studentList?=?new?linkedList<>();

public?int?getId()?{
return?id;
}

public?void?setId(int?id)?{
this.id?=?id;
}

public?String?getName()?{
return?name;
}

public?void?setName(String?name)?{
this.name?=?name;
}

public?Grade?getGrade()?{
return?grade;
}

public?void?setGrade(Grade?grade)?{
this.grade?=?grade;
}

public?int?getGradeid()?{
return?gradeid;
}

public?void?setGradeid(int?gradeid)?{
Grade?grade?=?new?Grade();
grade.

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????1324491??2019-09-01?12:49??ssms.sql
?????目錄???????????0??2019-10-11?19:17??studentinfo\
?????文件?????????661??2019-12-21?17:47??studentinfo\.classpath
?????文件?????????911??2019-09-01?12:07??studentinfo\.project
?????目錄???????????0??2019-10-11?19:17??studentinfo\.settings\
?????文件?????????567??2019-09-01?12:07??studentinfo\.settings\.jsdtscope
?????文件??????????57??2019-09-01?12:09??studentinfo\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2019-09-01?12:07??studentinfo\.settings\org.eclipse.jdt.core.prefs
?????文件?????????485??2019-09-01?12:07??studentinfo\.settings\org.eclipse.wst.common.component
?????文件?????????345??2019-09-01?12:07??studentinfo\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2019-09-01?12:07??studentinfo\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2019-09-01?12:07??studentinfo\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2019-10-11?19:17??studentinfo\WebContent\
?????文件?????????745??2019-09-01?12:08??studentinfo\WebContent\404.jsp
?????文件?????????712??2019-09-01?12:08??studentinfo\WebContent\500.jsp
?????目錄???????????0??2019-10-11?19:17??studentinfo\WebContent\meta-INF\
?????文件??????????39??2019-09-01?12:08??studentinfo\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2019-10-11?19:17??studentinfo\WebContent\WEB-INF\
?????目錄???????????0??2019-10-11?19:17??studentinfo\WebContent\WEB-INF\lib\
?????文件????????9903??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\FilelLoad.jar
?????文件??????610790??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\c3p0-0.9.1.2.jar
?????文件??????231320??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-beanutils-1.8.0.jar
?????文件??????232019??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-beanutils-1.8.3.jar
?????文件??????575389??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-collections-3.2.1.jar
?????文件???????77857??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-dbutils-1.6.jar
?????文件???????57779??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar
?????文件??????109043??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-io-1.4.jar
?????文件??????279193??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-lang-2.5.jar
?????文件???????60841??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar
?????文件???????60841??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\commons-logging.jar
?????文件???????86487??2019-09-01?12:08??studentinfo\WebContent\WEB-INF\lib\ezmorph-1.0.6.jar
............此處省略377個文件信息

評論

共有 條評論