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

  • 大小: 4.42MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2023-09-18
  • 語(yǔ)言: Java
  • 標(biāo)簽: Java項(xiàng)目??

資源簡(jiǎn)介

本程序使用Sql Server數(shù)據(jù)庫(kù)開發(fā),導(dǎo)入項(xiàng)目以后需要再對(duì)數(shù)據(jù)庫(kù)進(jìn)行配置,詳細(xì)配置方式請(qǐng)見光盤使用說明,配置完數(shù)據(jù)庫(kù)運(yùn)行項(xiàng)目啟動(dòng)文件src/com/zzk/frame/LoginFrame.java就可以運(yùn)行程序了。

資源截圖

代碼片段和文件信息

package?com.zzk.bean;

public?class?ExpressMessage?{
????private?int?id?=?0;
????private?String?sendName?=?null;
????private?String?sendTelephone?=?null;
????private?String?sendCompary?=?null;
????private?String?sendAddress?=?null;
????private?String?sendPostcode?=?null;
????private?String?receiveName?=?null;
????private?String?receiveTelephone?=?null;
????private?String?receiveCompary?=?null;
????private?String?receiveAddress?=?null;
????private?String?receivePostcode?=?null;
????private?String?ControlPosition?=?null;?//?快遞單上添加信息的組件位置(坐標(biāo))
????private?String?expressSize?=?null;?//?快遞單的尺寸(大小)
????
????public?int?getId()?{
????????return?id;
????}
????
????public?void?setId(int?id)?{
????????this.id?=?id;
????}
????
????public?String?getSendName()?{
????????return?sendName;
????}
????
????public?void?setSendName(String?sendName)?{
????????this.sendName?=?sendName;
????}
????
????public?String?getSendTelephone()?{
????????return?sendTelephone;
????}
????
????public?void?setSendTelephone(String?sendTelephone)?{
????????this.sendTelephone?=?sendTelephone;
????}
????
????public?String?getSendCompary()?{
????????return?sendCompary;
????}
????
????public?void?setSendCompary(String?sendCompary)?{
????????this.sendCompary?=?sendCompary;
????}
????
????public?String?getSendAddress()?{
????????return?sendAddress;
????}
????
????public?void?setSendAddress(String?sendAddress)?{
????????this.sendAddress?=?sendAddress;
????}
????
????public?String?getSendPostcode()?{
????????return?sendPostcode;
????}
????
????public?void?setSendPostcode(String?sendPostcode)?{
????????this.sendPostcode?=?sendPostcode;
????}
????
????public?String?getReceiveName()?{
????????return?receiveName;
????}
????
????public?void?setReceiveName(String?receiveName)?{
????????this.receiveName?=?receiveName;
????}
????
????public?String?getReceiveTelephone()?{
????????return?receiveTelephone;
????}
????
????public?void?setReceiveTelephone(String?recieveTelephone)?{
????????this.receiveTelephone?=?recieveTelephone;
????}
????
????public?String?getReceiveCompary()?{
????????return?receiveCompary;
????}
????
????public?void?setReceiveCompary(String?recieveCompary)?{
????????this.receiveCompary?=?recieveCompary;
????}
????
????public?String?getReceiveAddress()?{
????????return?receiveAddress;
????}
????
????public?void?setReceiveAddress(String?receiveAddress)?{
????????this.receiveAddress?=?receiveAddress;
????}
????
????public?String?getReceivePostcode()?{
????????return?receivePostcode;
????}
????
????public?void?setReceivePostcode(String?receivePostcode)?{
????????this.receivePostcode?=?receivePostcode;
????}
????
????public?String?getControlPosition()?{
????????return?ControlPosition;
????}
????
????public?void?setControlPosition(String?controlPosition)?{
????????ControlPosition?=?controlPosition;
????}
????
????public?String?getExpressSize()?{
????????return?expressSize;
????}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\
?????文件?????????358??2011-02-18?16:46??藍(lán)宇快遞打印系統(tǒng)\.classpath
?????文件?????????433??2011-02-25?08:50??藍(lán)宇快遞打印系統(tǒng)\.project
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\.settings\
?????文件?????????629??2011-02-18?16:45??藍(lán)宇快遞打印系統(tǒng)\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\com\
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\bean\
?????文件????????3222??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\bean\ExpressMessage.class
?????文件?????????908??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\bean\User.class
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\dao\
?????文件????????1690??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\dao\DAO.class
?????文件????????7356??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\dao\ExpressMessageDao.class
?????文件????????4359??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\dao\UserDao.class
?????目錄???????????0??2017-12-26?23:46??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\
?????文件????????1419??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddExpressframe$1.class
?????文件????????3611??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddExpressframe$2.class
?????文件?????????772??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddExpressframe$3.class
?????文件????????7349??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddExpressframe.class
?????文件????????1519??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddUserframe$1.class
?????文件?????????754??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddUserframe$2.class
?????文件????????3523??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\AddUserframe.class
?????文件?????????866??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$1.class
?????文件????????2071??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$2.class
?????文件????????2062??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$3.class
?????文件????????1052??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$4.class
?????文件?????????763??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$5.class
?????文件????????1057??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe$6.class
?????文件????????5031??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Loginframe.class
?????文件????????1300??2017-12-04?16:32??藍(lán)宇快遞打印系統(tǒng)\bin\com\zzk\frame\Mainframe$1.class
............此處省略79個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源