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

資源簡介

本程序為數據課程設計---工資管理系統。本程序用java開發,數據庫用mysql.在程序的關鍵地方都有相應的注釋,并且還有表的設計、ER圖、文檔、題目分析等文件,希望對你的學習有所幫助。

資源截圖

代碼片段和文件信息

package?ch12;

import?java.awt.BorderLayout;
import?java.awt.Dimension;
import?java.awt.FlowLayout;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.sql.CallableStatement;
import?java.sql.Connection;
import?java.sql.DriverManager;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?java.sql.Statement;

import?javax.swing.Box;
import?javax.swing.JButton;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JMenu;
import?javax.swing.JMenuBar;
import?javax.swing.JMenuItem;
import?javax.swing.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JScrollPane;
import?javax.swing.JTable;
import?javax.swing.JTextField;

@SuppressWarnings(“serial“)
public?class?adminUser?extends?Jframe?implements?ActionListener?{
JMenuBar?menu;
JMenu?me?me1?me2?me3?me4;
JMenuItem?item?item3?item4?item5?item6?item7;
JMenuItem?item8?item9?item10?item11?item12?item13?item14;
JMenuItem?item15?item16?item17?item18?item19?item21;
JMenuItem?item22?item23;
JLabel?hintLabel;
JTextField?inputNumber;
object?name[]?=?{?“部門編號“?};
object?a[][]?=?new?object[1][1];
JTable?table;
JButton?enterModify;
JLabel?hintLabel3;
JTextField?inputNumber3;
object?name3[]?=?{?“工齡等級“?“技術等級“?};
object?a3[][]?=?new?object[1][2];
JTable?table3;
JButton?enterModify3;
JLabel?hintLabel4;
JTextField?inputnum4;
object?name4[]?=?{?“出勤類別“?“系數“?};
object?a4[][]?=?new?object[1][2];
JTable?table4;
JButton?enter4;
JLabel?hintLabel5;
JTextField?inputnum5;
object?name5[]?=?{?“津貼類別“?“津貼款數“?};
object?a5[][]?=?new?object[1][2];
JTable?table5;
JButton?enter5;
JLabel?hintLabel6;
JTextField?inputnum6;
object?name6[]?=?{?“款數“?};
object?a6[][]?=?new?object[1][1];
JTable?table6;
JButton?enter6;
JLabel?hintLabel7;
JTextField?inputnum7;
object?name7[]?=?{?“款數“?};
object?a7[][]?=?new?object[1][1];
JTable?table7;
JButton?enter7;
JLabel?hintLabel8;
object?name8[]?=?{?“員工號“?“姓名“?“性別“?“出生日期(格式日/月/年)“?“文化程度“?“民族“?“籍貫“
“地址“?“人員級別“?“部門編號“?“技術等級“};
object?a8[][]?=?new?object[1][11];
JTable?table8;
JButton?enterInsert8;
JLabel?hintLabel9;
object?name9[]?=?{?“員工號“?“出勤類別號“?“出勤天數“?};
object?a9[][]?=?new?object[1][3];
JTable?table9;
JButton?enterInsert9;
JLabel?hintLabel10;
object?name10[]?=?{?“員工號“?“津貼類別號“?};
object?a10[][]?=?new?object[1][2];
JTable?table10;
JButton?enterInsert10;
JLabel?hintLabel11;
object?name11[]?=?{?“出勤編號“?“出勤類別“?“計算系數“?};
object?a11[][]?=?new?object[1][3];
JTable?table11;
JButton?enterInsert11;
JLabel?hintLabel12;
object?name12[]?=?{?“津貼編號“?“津貼名稱“?“款數“?};
object?a12[][]?=?new?object[1][3];
JTable?table12;
JButton?enterInsert12;
JLabel?hintLabel13;
object?name13[]?=?{?“工齡等級“?“款數“?};
object?a13[][]?=?new?object[1][2];
JTable?table13;
JButton?enterInsert13;
JLabel?hintLabel14;
object?name14[]?=?{?“職務等級“?“款數“?};
object?a14[][]?=?ne

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

?????文件????????379??2012-06-28?08:52??源代碼\.classpath

?????文件????????384??2012-06-28?08:48??源代碼\.project

?????文件????????629??2012-06-28?08:48??源代碼\.settings\org.eclipse.jdt.core.prefs

?????文件??????31931??2012-07-06?14:36??源代碼\bin\ch12\adminUser.class

?????文件???????4672??2012-06-30?13:42??源代碼\bin\ch12\Login.class

?????文件???????5798??2012-06-30?13:42??源代碼\bin\ch12\norUser.class

?????文件???????4354??2012-06-30?13:42??源代碼\bin\ch12\Zhuce.class

?????文件????????990??2012-06-25?20:32??源代碼\image\clear.gif

?????文件????????868??2012-06-25?20:32??源代碼\image\denglu.gif

?????文件????????900??2012-06-25?20:32??源代碼\image\mm.jpg

?????文件???????1033??2012-06-25?20:32??源代碼\image\qq.gif

?????文件????????860??2012-06-25?20:32??源代碼\image\quxiao.gif

?????文件???????5855??2012-06-25?20:32??源代碼\image\tou.gif

?????文件????????947??2012-06-25?20:32??源代碼\image\xiangdao.gif

?????文件?????789885??2012-06-28?08:52??源代碼\lib\mysql-connector-java-5.1.18-bin.jar

?????文件??????44868??2012-07-06?14:36??源代碼\src\ch12\adminUser.java

?????文件???????3520??2012-06-29?20:58??源代碼\src\ch12\Login.java

?????文件???????4190??2012-06-29?11:23??源代碼\src\ch12\norUser.java

?????文件???????3160??2012-06-29?20:45??源代碼\src\ch12\Zhuce.java

?????目錄??????????0??2012-07-06?08:35??源代碼\bin\ch12

?????目錄??????????0??2012-07-06?08:35??源代碼\src\ch12

?????目錄??????????0??2012-06-28?08:48??源代碼\.settings

?????目錄??????????0??2012-06-30?13:42??源代碼\bin

?????目錄??????????0??2012-06-29?20:42??源代碼\image

?????目錄??????????0??2012-06-28?08:52??源代碼\lib

?????目錄??????????0??2012-06-28?08:49??源代碼\src

?????目錄??????????0??2012-06-29?20:42??源代碼

?????文件???????3922??2012-06-29?10:27??數據庫課程設計?分析\Salary表的數據填充.sql

?????文件???????3378??2012-06-29?17:16??數據庫課程設計?分析\Salary表設計.sql

?????文件????????949??2009-07-06?17:02??數據庫課程設計?分析\數據庫?課程設計題目.txt

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

評論

共有 條評論