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

  • 大小: 24.2MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-27
  • 語言: Java
  • 標簽: JAVA??MYSQL??

資源簡介

里面附有源代碼和數(shù)據(jù)庫,有文檔說明,可以作為課設和畢設的參考

資源截圖

代碼片段和文件信息

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);
}

}

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

?????文件??????13824??2016-06-20?20:11??Swing+Mysql銷售管理系統(tǒng)\答辯提問記錄.doc

?????文件??????33280??2016-06-22?12:33??Swing+Mysql銷售管理系統(tǒng)\課程設計任務書.doc

?????文件????1379856??2016-06-27?01:07??Swing+Mysql銷售管理系統(tǒng)\課程設計說明書.doc

?????文件???????3345??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\add.png

?????文件???????3171??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\baseData.png

?????文件???????3529??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\delete.png

?????文件???????3062??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\home.png

?????文件????1957378??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\indexbackground.png

?????文件?????388025??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\loginbackground.png

?????文件???????4083??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\logo.png

?????文件???????3144??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\male.png

?????文件???????3449??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\modify.png

?????文件???????3158??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\purchase_sale_stock.png

?????文件?????124966??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\userbackground.jpg

?????文件???????3334??2016-06-15?20:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\image\userManager.png

?????文件?????536369??2016-06-06?13:08??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\lib\beautyeye_lnf.jar

?????文件?????309977??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\lib\jcommon-1.0.18.jar

?????文件????1461633??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\lib\jfreechart-1.0.14.jar

?????文件?????489884??2016-06-06?14:35??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\lib\log4j-1.2.17.jar

?????文件?????989497??2016-06-06?13:27??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\lib\mysql-connector-java-5.1.39-bin.jar

?????文件????????514??2016-06-20?05:29??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\readme.txt

?????文件??????16597??2016-06-15?19:03??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\salesmanagement.sql

?????文件????5959555??2016-07-02?05:18??Swing+Mysql銷售管理系統(tǒng)\項目可執(zhí)行文件\銷售管理系統(tǒng).jar

?????文件????????574??2016-07-02?05:10??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\.classpath

?????文件????????392??2016-06-06?13:05??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\.project

?????文件?????????93??2016-06-13?16:45??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\.settings\org.eclipse.core.resources.prefs

?????文件????????167??2016-06-07?19:19??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\bin\jdbc.properties

?????文件?????536369??2016-06-06?13:08??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\bin\lib\beautyeye_lnf.jar

?????文件?????309977??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\bin\lib\jcommon-1.0.18.jar

?????文件????1461633??2016-06-08?08:42??Swing+Mysql銷售管理系統(tǒng)\項目源文件\SalesManagerment\bin\lib\jfreechart-1.0.14.jar

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

評論

共有 條評論