資源簡介
超市收銀系統 JAVA

代碼片段和文件信息
package?com.pb.client;
import?com.pb.entity.UserExt;
import?com.pb.util.InputTools;
import?com.pb.util.Message;
public?class?Client?{
public?static?void?main(String[]?args)?{
System.out.println(Message.OUTPUT_START+Message.APP_WELCOM+Message.APP_NAME+Message.OUTPUT_START);
System.out.println(Message.SELECT_LOGIN+“\n“+Message.OUTPUT_START+“***********請選擇數字1/2***********“+Message.OUTPUT_START);
runClient();
}
public?static?void?runClient(){
int?int_select=0;
int_select=InputTools.getInt(null?Message.ERR_SELECT);
if(int_select==2){
return;
}
if(int_select!=1){
System.out.println(Message.ERR_SELECT);
runClient();
}
UserExt.login();//用戶登錄
System.out.println(Message.OUTPUT_START+Message.OUTPUT_START+Message.OUTPUT_START);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????301??2013-09-24?21:07??JBIT_Unit01_20130924SuperMarket_V2.0\.classpath
?????文件????????420??2013-09-24?21:07??JBIT_Unit01_20130924SuperMarket_V2.0\.project
?????文件????????598??2013-09-24?21:07??JBIT_Unit01_20130924SuperMarket_V2.0\.settings\org.eclipse.jdt.core.prefs
?????文件???????1267??2013-09-28?04:11??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\client\Client.class
?????文件???????1928??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\Datas.class
?????文件???????1320??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\Goods.class
?????文件???????8465??2013-09-28?04:19??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\GoodsExt.class
?????文件????????962??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\Member.class
?????文件???????2874??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\MemberExt.class
?????文件????????467??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\Shop.class
?????文件???????8201??2013-09-28?04:17??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\ShopExt.class
?????文件???????1139??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\User.class
?????文件???????4062??2013-09-28?04:11??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\entity\UserExt.class
?????文件???????1452??2013-09-28?04:11??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\server\Server.class
?????文件???????1838??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\server\ServerThread.class
?????文件???????1315??2013-09-28?04:11??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\DEFINE.class
?????文件???????5373??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\DemoData.class
?????文件???????3523??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\FileTools.class
?????文件???????2407??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\InputTools.class
?????文件???????2877??2013-09-28?04:19??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\Message.class
?????文件???????2101??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\SocketTools.class
?????文件????????991??2013-09-28?03:44??JBIT_Unit01_20130924SuperMarket_V2.0\bin\com\pb\util\Tools.class
?????文件????????113??2013-09-26?01:09??JBIT_Unit01_20130924SuperMarket_V2.0\bin\config.properties
?????文件????????825??2013-09-28?04:01??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\client\Client.java
?????文件???????1063??2013-09-26?14:52??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\Datas.java
?????文件????????907??2013-09-27?02:28??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\Goods.java
?????文件??????10573??2013-09-28?04:11??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\GoodsExt.java
?????文件????????611??2013-09-26?03:39??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\Member.java
?????文件???????2238??2013-09-26?14:34??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\MemberExt.java
?????文件????????268??2013-09-26?03:39??JBIT_Unit01_20130924SuperMarket_V2.0\src\com\pb\entity\Shop.java
............此處省略33個文件信息
評論
共有 條評論