資源簡介
這是用JAVA編寫完整的《企業進銷存管理系統》源程序
【調試說明】
1. 在sql server 附加數據庫db_database28
2. 修改數據庫連接串,如下圖(最后一圖)
3. 登錄賬號:tsoft 密碼:111
代碼片段和文件信息
package?com.lzw;
import?java.awt.*;
import?java.net.URL;
import?javax.swing.*;
public?class?DesktopPanel?extends?JDesktopPane?{
private?static?final?long?serialVersionUID?=?1L;
private?final?Image?backImage;
/**
?*?默認的構造方法
?*/
public?DesktopPanel()?{
super();
URL?url?=?DesktopPanel.class.getResource(“/res/back.jpg“);
backImage?=?new?ImageIcon(url).getImage();
}
@Override
protected?void?paintComponent(Graphics?g)?{
// super.paintComponent(g);
int?width?=?getWidth();
int?height?=?this.getHeight();
g.drawImage(backImage?0?0?width?height?this);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????390??2014-06-18?10:36??企業進銷存管理系統\.classpath
?????文件????????517??2009-12-10?21:00??企業進銷存管理系統\.project
?????文件????????635??2009-12-07?14:17??企業進銷存管理系統\.settings\org.eclipse.jdt.core.prefs
?????文件????2052608??2014-06-18?11:17??企業進銷存管理系統\123
?????文件??????21860??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\Dao.class
?????文件???????2951??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbGysinfo.class
?????文件???????1088??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbJsr.class
?????文件???????3192??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbKhinfo.class
?????文件???????2700??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbKucun.class
?????文件???????1667??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbRkthDetail.class
?????文件???????2785??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbRkthMain.class
?????文件???????1689??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbRukuDetail.class
?????文件???????3027??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbRukuMain.class
?????文件???????1667??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbSellDetail.class
?????文件???????2794??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbSellMain.class
?????文件???????4074??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbSpinfo.class
?????文件???????1667??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbXsthDetail.class
?????文件???????2782??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\dao\model\TbXsthMain.class
?????文件???????1028??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\DesktopPanel.class
?????文件???????1952??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????1333??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????1333??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????2023??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????4945??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????3610??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????1359??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????1787??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????1612??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件????????938??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
?????文件???????5039??2014-09-06?00:33??企業進銷存管理系統\bin\com\lzw\if
............此處省略284個文件信息
評論
共有 條評論