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

  • 大小: 7.36MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-26
  • 語言: Java
  • 標(biāo)簽:

資源簡(jiǎn)介

用java編寫一個(gè)簡(jiǎn)易的網(wǎng)吧計(jì)費(fèi)系統(tǒng),用hibernate框架,sql2008數(shù)據(jù)庫或者是2005數(shù)據(jù)庫,用戶sa密碼123456,在數(shù)據(jù)庫中用到觸發(fā)器,在程序中使用線程來計(jì)算錢 實(shí)現(xiàn)的主要功能是練習(xí)線程、hashmap、hibernate、全局變量的靈活掌握

資源截圖

代碼片段和文件信息

package?com.handson.bean;

import?java.io.Serializable;

public?class?CardBean?implements?Serializable?{
private?int?id;???//標(biāo)識(shí)
private?String?cardID;???//卡編號(hào)
private?String?cardName;???//用戶名
private?String?cardPass;???//密碼
private?float?cardBalance;?//卡內(nèi)余額
private?float?cardSpend;??//卡片消耗的錢
private?int?cardStatus;?//卡狀態(tài)
private?int?cardLevel;??//卡等級(jí)
public?CardBean()?{
super();
}
public?int?getId()?{
return?id;
}
public?void?setId(int?id)?{
this.id?=?id;
}
public?String?getCardID()?{
return?cardID;
}
public?void?setCardID(String?cardID)?{
this.cardID?=?cardID;
}
public?String?getCardName()?{
return?cardName;
}
public?void?setCardName(String?cardName)?{
this.cardName?=?cardName;
}
public?String?getCardPass()?{
return?cardPass;
}
public?void?setCardPass(String?cardPass)?{
this.cardPass?=?cardPass;
}
public?float?getCardBalance()?{
return?cardBalance;
}
public?void?setCardBalance(float?cardBalance)?{
this.cardBalance?=?cardBalance;
}
public?float?getCardSpend()?{
return?cardSpend;
}
public?void?setCardSpend(float?cardSpend)?{
this.cardSpend?=?cardSpend;
}
public?int?getCardStatus()?{
return?cardStatus;
}
public?void?setCardStatus(int?cardStatus)?{
this.cardStatus?=?cardStatus;
}
public?int?getCardLevel()?{
return?cardLevel;
}
public?void?setCardLevel(int?cardLevel)?{
this.cardLevel?=?cardLevel;
}
public?String?toString(){
return?this.id+“\t“+this.cardID+“\t“+this.cardName+“\t“+this.cardPass+“\t“+this.cardBalance+“\t“+this.cardSpend+“\t“+this.cardStatus+“\t“+this.cardLevel+“\n“;
}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1169??2010-09-26?21:07??COMPUTERSYSTEM\?(2).classpath

?????文件???????1169??2010-09-26?21:07??COMPUTERSYSTEM\.classpath

?????文件????????390??2010-09-25?21:09??COMPUTERSYSTEM\.project

?????文件????????629??2010-09-25?21:09??COMPUTERSYSTEM\.settings\org.eclipse.jdt.core.prefs

?????文件???????2418??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\bean\CardBean.class

?????文件????????800??2010-09-26?13:03??COMPUTERSYSTEM\bin\com\handson\bean\CardBean.hbm.xml

?????文件???????1573??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\bean\ComputerBean.class

?????文件????????555??2010-09-26?15:02??COMPUTERSYSTEM\bin\com\handson\bean\ComputerBean.hbm.xml

?????文件???????1539??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\bean\MachineBean.class

?????文件????????651??2010-09-26?21:14??COMPUTERSYSTEM\bin\com\handson\bean\MachineBean.hbm.xml

?????文件????????499??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\bo\AdminBo.class

?????文件????????609??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\dao\AdminDao.class

?????文件???????2181??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\dao\CardDao.class

?????文件???????2150??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\dao\ComputerDao.class

?????文件???????2276??2010-09-26?22:37??COMPUTERSYSTEM\bin\com\handson\dao\MachineDao.class

?????文件???????1413??2010-09-26?21:47??COMPUTERSYSTEM\bin\com\handson\text\Text.class

?????文件???????1225??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\util\CompareChoise.class

?????文件???????1140??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\util\Factory.class

?????文件???????1652??2010-09-26?21:56??COMPUTERSYSTEM\bin\com\handson\util\NextAndUp.class

?????文件???????2558??2010-09-26?23:10??COMPUTERSYSTEM\bin\com\handson\util\SpendTime.class

?????文件????????825??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\util\Tools.class

?????文件???????1123??2010-09-26?21:12??COMPUTERSYSTEM\bin\com\handson\view\AdminView.class

?????文件???????3069??2010-09-26?21:43??COMPUTERSYSTEM\bin\com\handson\view\CardView.class

?????文件???????2953??2010-09-26?21:44??COMPUTERSYSTEM\bin\com\handson\view\ComputerView.class

?????文件???????3939??2010-09-26?23:25??COMPUTERSYSTEM\bin\com\handson\view\MachineView.class

?????文件????????939??2010-09-26?17:23??COMPUTERSYSTEM\bin\hibernate.cfg.xml

?????文件?????435593??2010-09-26?13:03??COMPUTERSYSTEM\bin\lib\antlr-2.7.6.jar

?????文件??????16777??2010-09-26?13:03??COMPUTERSYSTEM\bin\lib\asm-attrs.jar

?????文件??????26360??2010-09-26?13:03??COMPUTERSYSTEM\bin\lib\asm.jar

?????文件?????249603??2010-09-26?13:03??COMPUTERSYSTEM\bin\lib\cglib-2.1.3.jar

............此處省略67個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源