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

資源簡介

Java銷售管理系統(tǒng)源碼+程序 Java銷售管理系統(tǒng)源碼+程序 Java銷售管理系統(tǒng)源碼+程序

資源截圖

代碼片段和文件信息

package?org.rancode.framework.util;

/**
?*?
?*?說明:自定義TabelModel工具類
?*?
?*?@author?LS
?*?
?*?*/
import?java.util.Vector;

import?javax.swing.table.AbstractTableModel;

public?class?baseTableModule?extends?AbstractTableModel?{

Vector?rows;//?定義行
Vector?colums;//?定義列

public?baseTableModule(String[]?params?Vector?vector)?{
//?初始化列
this.colums?=?new?Vector();
for?(String?colum?:?params)?{
colums.add(colum);
}

//?初始化行
this.rows?=?vector;

}

@Override
public?String?getColumnName(int?column)?{
return?this.colums.get(column);
}

@Override
public?int?getColumnCount()?{
return?this.colums.size();
}

@Override
public?int?getRowCount()?{
return?this.rows.size();
}

@Override
public?object?getValueAt(int?rowIndex?int?columnIndex)?{
return?((Vector)?rows.get(rowIndex)).get(columnIndex);
}

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-08-25?09:08??Swing+Mysql銷售管理系統(tǒng)\
?????目錄???????????0??2017-08-23?15:09??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\
?????目錄???????????0??2017-08-23?15:09??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\
?????文件????????3345??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\add.png
?????文件????????3171??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\baseData.png
?????文件????????3529??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\delete.png
?????文件????????3062??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\home.png
?????文件?????1957378??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\indexbackground.png
?????文件??????388025??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\loginbackground.png
?????文件????????4083??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\logo.png
?????文件????????3144??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\male.png
?????文件????????3449??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\modify.png
?????文件????????3158??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\purchase_sale_stock.png
?????文件??????124966??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\userbackground.jpg
?????文件????????3334??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\image\userManager.png
?????目錄???????????0??2017-08-23?15:09??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\
?????文件??????536369??2016-06-06?13:08??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\beautyeye_lnf.jar
?????文件??????309977??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\jcommon-1.0.18.jar
?????文件?????1461633??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\jfreechart-1.0.14.jar
?????文件??????489884??2016-06-06?14:35??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\log4j-1.2.17.jar
?????文件??????989497??2016-06-06?13:27??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\lib\mysql-connector-java-5.1.39-bin.jar
?????文件?????????514??2016-06-20?05:29??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\readme.txt
?????文件???????16597??2016-06-15?19:03??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\salesmanagement.sql
?????目錄???????????0??2017-08-23?17:25??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\
?????文件?????5959555??2016-07-02?05:18??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng).jar
?????文件?????????574??2016-07-02?05:10??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\.classpath
?????文件?????????392??2016-06-06?13:05??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\.project
?????目錄???????????0??2017-08-23?17:25??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\image\
?????文件????????3345??2016-06-16?23:27??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\image\add.png
?????文件????????3171??2016-06-16?23:27??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\image\baseData.png
?????文件????????3529??2016-06-16?23:27??Swing+Mysql銷售管理系統(tǒng)\項(xiàng)目可執(zhí)行文件\銷售管理系統(tǒng)\image\delete.png
............此處省略241個文件信息

評論

共有 條評論

相關(guān)資源