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

  • 大小: 10.71MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-09
  • 語言: 數據庫
  • 標簽: SSM,銀行??

資源簡介

這是在whut上軟件實訓時自己寫的一個簡單的基于SSM+Mysql開發技術的銀行用戶管理系統,主要實現了注冊、查詢、修改、注銷、取款、存款以及轉賬等功能,類似于一個小型的功能特別簡單的ATM機。

資源截圖

代碼片段和文件信息

package?com.lyb.bean;

public?class?User?{

private?int?id;
private?String?name;
private?String?password;
private?String?sex;
private?String?birthday;
private?float?price;

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?String?getPassword()?{
return?password;
}

public?void?setPassword(String?password)?{
this.password?=?password;
}

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

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

public?String?getBirthday()?{
return?birthday;
}

public?void?setBirthday(String?birthday)?{
this.birthday?=?birthday;
}

public?float?getPrice()?{
return?price;
}

public?void?setPrice(float?price)?{
this.price?=?price;
}

@Override
public?String?toString()?{
return?“User?[id=“?+?id?+?“?name=“?+?name?+?“?password=“?+?password?+?“?sex=“?+?sex?+?“?birthday=“
+?birthday?+?“?price=“?+?price?+?“]“;
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\test\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\service\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\.settings\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\dao\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\controller\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\bean\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\lyb\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\com\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\src\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\meta-INF\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\test\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\service\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\dao\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\controller\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\bean\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\lang\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\lyb\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\com\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\classes\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\skin\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\build\
?????文件?????????666??2016-10-12?19:08??qcdata.txt
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\skin\default\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\WEB-INF\lib\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\WEB-INF\jsp\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\skin\whyGreen\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\WEB-INF\
?????目錄???????????0??2016-10-12?19:08??ShiXunSSM\WebContent\My97DatePicker\開發包\skin\whyGreen\
............此處省略107個文件信息

評論

共有 條評論

相關資源