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

  • 大小: 58KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-01
  • 語言: Java
  • 標簽: java??+??SqlServer??

資源簡介

java+SqlServer做的簡單的賓館管理系統

資源截圖

代碼片段和文件信息

package?hotel2;

import?java.awt.*;
import?javax.swing.JLabel;
import?java.util.*;
import?java.text.*;




??public?class?Clocklabel?extends?JLabel?implements?Runnable{
??private?Thread?clockthread=null;
??????public?Clocklabel()
?????{
??????if(clockthread==null)
?????????{
???????????clockthread=new?Thread(this“clock“);
???????????clockthread.start();
??????????}

??????}
???????public?void?run()
????????{
??????????while(true)
????????????{
??????????????Calendar?cal=Calendar.getInstance();
??????????????Date?date=cal.getTime();
??????????????DateFormat?dateformatter=DateFormat.getTimeInstance();
??????????????this.setText(dateformatter.format(date));
??????????????try{
??????????????????Thread.sleep(1000);
?????????????????}
??????????????catch(Exception?e){}
????????????}

?????????}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????目錄??????????0??2006-11-05?06:59??hotel3\bak

?????文件????1048576??2004-01-13?19:53??hotel3\BasicTX_LOGA_0000000000

?????文件???????8192??2004-01-13?19:53??hotel3\BasicTX_LOGA_ANCHOR

?????目錄??????????0??2006-11-05?06:59??hotel3\classes\package?cache

?????文件???????1273??2004-02-20?23:53??hotel3\classes\hotel2\Clocklabel.class

?????文件???????2578??2004-04-18?13:45??hotel3\classes\hotel2\Countdays.class

?????文件????????517??2004-04-18?13:44??hotel3\classes\hotel2\frame1$1.class

?????文件??????20226??2004-04-18?13:44??hotel3\classes\hotel2\frame1.class

?????文件????????563??2004-01-13?00:21??hotel3\classes\hotel2\frame1_jButton1_actionAdapter$1.class

?????文件????????652??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jButton1_actionAdapter.class

?????文件????????652??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jButton2_actionAdapter.class

?????文件????????652??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jButton3_actionAdapter.class

?????文件????????652??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jButton4_actionAdapter.class

?????文件????????652??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jButton5_actionAdapter.class

?????文件????????658??2004-04-18?13:44??hotel3\classes\hotel2\frame1_jMenuItem1_actionAdapter.class

?????目錄??????????0??2006-11-05?06:59??hotel3\classes\hotel2

?????目錄??????????0??2006-11-05?06:59??hotel3\classes

?????目錄??????????0??2006-11-05?06:59??hotel3\bak\Clocklabel

?????目錄??????????0??2006-11-05?06:59??hotel3\doc\hotel2

?????目錄??????????0??2006-11-05?06:59??hotel3\doc

?????目錄??????????0??2006-11-05?06:59??hotel3\bak\hotel2

?????文件????????987??2004-02-14?21:06??hotel3\src\hotel2\hotel2\Clocklabel.class

?????文件???????2004??2004-02-14?21:06??hotel3\src\hotel2\hotel2\Countdays.class

?????文件????????384??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1$1.class

?????文件??????14071??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1.class

?????文件????????492??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1_jButton1_actionAdapter.class

?????文件????????492??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1_jButton2_actionAdapter.class

?????文件????????492??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1_jButton3_actionAdapter.class

?????文件????????492??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1_jButton4_actionAdapter.class

?????文件????????492??2004-02-14?21:06??hotel3\src\hotel2\hotel2\frame1_jButton5_actionAdapter.class

............此處省略54個文件信息

評論

共有 條評論