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

資源簡介

該SMS是之前的升級版,整合了SpringMVC、Spring和MyBatis,對學習SSM框架的整合大有好處

資源截圖

代碼片段和文件信息

package?cn.edu.ccut.bo;

import?java.io.Serializable;

@SuppressWarnings(“serial“)
public?class?Student?implements?Serializable?{
private?String?id;
private?String?name;
private?String?sex;
private?Integer?age;
private?String?tel;
private?String?loc;

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

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

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

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

public?String?getSex()?{
return?sex;
}

public?void?setSex(String?sex)?{
this.sex?=?sex;
}

public?Integer?getAge()?{
return?age;
}

public?void?setAge(Integer?age)?{
this.age?=?age;
}

public?String?getTel()?{
return?tel;
}

public?void?setTel(String?tel)?{
this.tel?=?tel;
}

public?String?getLoc()?{
return?loc;
}

public?void?setLoc(String?loc)?{
this.loc?=?loc;
}

@Override
public?String?toString()?{
return?“Student?[id=“?+?id?+?“?name=“?+?name?+?“?sex=“?+?sex?+?“?age=“?+?age?+?“?tel=“?+?tel?+?“?loc=“
+?loc?+?“]“;
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-06?15:09??Test\
?????目錄???????????0??2019-01-07?22:00??Test\.idea\
?????文件?????????537??2019-01-07?20:48??Test\.idea\compiler.xml
?????目錄???????????0??2019-01-06?16:15??Test\.idea\dataSources\
?????文件?????????937??2018-12-19?19:58??Test\.idea\dataSources.local.xml
?????文件?????????642??2018-12-18?20:52??Test\.idea\dataSources.xml
?????目錄???????????0??2018-12-18?20:52??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\
?????文件???????12407??2019-01-06?16:15??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28.xml
?????目錄???????????0??2018-12-18?20:52??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\
?????目錄???????????0??2018-12-18?20:52??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\
?????目錄???????????0??2018-12-18?20:52??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\schema\
?????文件??????????72??2019-01-06?16:15??Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\schema\SCOTT.v0axBA.meta
?????文件?????????177??2018-12-16?15:54??Test\.idea\encodings.xml
?????目錄???????????0??2019-01-06?17:59??Test\.idea\fileTemplates\
?????目錄???????????0??2019-01-06?17:59??Test\.idea\fileTemplates\code\
?????目錄???????????0??2019-01-06?17:59??Test\.idea\fileTemplates\includes\
?????目錄???????????0??2019-01-06?17:59??Test\.idea\fileTemplates\internal\
?????目錄???????????0??2019-01-06?17:59??Test\.idea\fileTemplates\j2ee\
?????文件?????????656??2018-12-16?15:54??Test\.idea\misc.xml
?????文件????????8915??2019-01-02?22:27??Test\.idea\uiDesigner.xml
?????文件???????54188??2019-01-07?22:00??Test\.idea\workspace.xml
?????目錄???????????0??2019-01-06?11:45??Test\log\
?????文件????????1418??2019-01-06?11:45??Test\log\test.log
?????文件???????10233??2019-01-02?22:41??Test\log\test.log.2019-01-02
?????文件???????41233??2019-01-03?20:47??Test\log\test.log.2019-01-03
?????文件??????192821??2019-01-04?23:27??Test\log\test.log.2019-01-04
?????文件???????13838??2019-01-05?19:57??Test\log\test.log.2019-01-05
?????文件????????5349??2019-01-06?15:09??Test\pom.xml
?????目錄???????????0??2018-12-16?15:58??Test\src\
?????目錄???????????0??2018-12-16?15:59??Test\src\main\
?????目錄???????????0??2018-12-16?16:09??Test\src\main\java\
............此處省略228個文件信息

評論

共有 條評論