freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

計算機綜合應(yīng)用課程設(shè)計-企業(yè)人事管理系統(tǒng)-資料下載頁

2024-12-15 06:06本頁面

【導(dǎo)讀】企業(yè)人事管理系統(tǒng)。課程計算機綜合應(yīng)用課程設(shè)計。院(系)計算機科學(xué)與工程學(xué)院。專業(yè)年級計算機科學(xué)與技術(shù)084班。****工程學(xué)院教務(wù)處制。隨著現(xiàn)在計算機技術(shù)的不斷完善,以及現(xiàn)代經(jīng)濟的不斷發(fā)展,傳統(tǒng)的管理技。術(shù)不再滿足企業(yè)的需要,越來越多的企業(yè)注重計算機信息管理系統(tǒng),人事信息管。理系統(tǒng)是典型的計算機信息管理系統(tǒng)之一,企業(yè)借助于它進行人力資源管理,達。隨著企業(yè)的雇傭人數(shù)的增加,有效地管理人員信息成為必然。

  

【正文】 tton womenButton=new JRadioButton(女 )。 private JLabel rzzwLabel = new JLabel( 任職職位 : )。 private JTextField rzzwField = new JTextField(10)。 private JLabel srsjLabel = new JLabel( 上任時間 : )。 private JTextField srsjField = new JTextField(10)。 private JLabel xrsjLabel = new JLabel( 卸任時間 : )。 private JTextField xrsjField = new JTextField(10)。 Icon icon = new ImageIcon(./)。 private JLabel photoLabel = new JLabel(icon,)。 private JLabel bzLabel = new JLabel( 備注 : )。 private JTextArea bzArea = new JTextArea(5,25)。 private JButton renovateButton = new JButton(刷新 )。 private JButton selectAllButton = new JButton(查看全部 )。 private JButton selectButton = new JButton(上一任職位 )。 private JButton addButton = new JButton(下一任職位 )。 private JButton updateButton = new JButton(修改 )。 private JButton deleteButton = new JButton(刪除 )。 private JButton saveButton = new JButton(保存 )。 private JButton exitButton = new JButton(退出 )。 private ResultSetTableModel tableModel。 private JTable resultTable。 private String Query_Sql = SELECT As 員工編號 , AS 姓名 , AS 性別 , AS 職位 , AS 上 任 時 間 , AS 下任時間 FROM (employee_Infor INNER JOIN (Department_Infor INNER JOIN Duty_Infor ON = ) ON = ) INNER JOIN Duty_change_Infor ON ( = ) AND ( = )。 public change_Duty() { super()。 try { tableModel = new ResultSetTableModel(Query_Sql)。 Box box = ()。 ( new InforPanel() )。 (new JLabel( ))。 ( OperateBox() )。 (new JLabel( ))。 JTable resultTable = new JTable( tableModel )。 JScrollPane tableScrollPane = new JScrollPane(resultTable)。 Container container = getContentPane()。 ( box, )。 ( new JScrollPane( tableScrollPane ), )。 setSize( 800, 600 )。setResizable(false)。etVisible( true )。 } catch ( ClassNotFoundException classNotFound ) { ( null, Cloudscape driver not found, Driver not found, )。 25 ( 1 )。 } catch( sqlException ) { ( null, (), Database error, )。 ()。 ( 1 )。 } setDefaultCloseOperation( DISPOSE_ON_CLOSE )。 } private class InforPanel extends JPanel { public InforPanel() { super()。 Box box1 = ()。 (idLabel)。(idField)。 Box box10 = ()。 (nameLabel)。(nameField)。 Box box2 = ()。 (sexLabel )。( maleButton)。 (womenButton)。(new JLabel( ))。 Box box3 = ()。 ( sexLabel )。(maleButton)。 (womenButton)。(maleButton)。 (womenButton)。(new JLabel( ))。 Box box4 = ()。 (rzzwLabel)。(rzzwField)。 Box box6 = ()。 (srsjLabel)。(srsjField)。 Box box9 = ()。 (xrsjLabel)。(xrsjField)。 Box box7 = ()。 (bzLabel)。(new JScrollPane(bzArea))。 Box leftBox = ()。 (new JLabel( ))。(new JLabel( ))。 (box1)。(new JLabel( ))。 (box10)。(box2)。(box3)。 (box4)。(new JLabel( ))。 (box4)。(new JLabel( ))。 (box6)。(new JLabel( ))。 (box9)。 Box box8 = ()。 (new JLabel( ))。(new JLabel( ))。 Box photobox = ()。 (new JLabel( ))。(photoLabel)。 (photobox)。(new JLabel( ))。(box7)。 Box mainBox = ()。 (leftBox)。 (new JLabel( ))。(new JLabel( ))。 (new JLabel( ))。(box8)。add(mainBox)。 }} private Box OperateBox() { Box box = ()。 (renovateButton)。 (selectAllButton)。 (selectButton)。 26 (addButton)。 (updateButton)。 (deleteButton)。 (saveButton)。 (exitButton)。 (new select_all_actionAdapter(this))。 (new add_actionAdapter(this))。 (new del_actionAdapter(this))。 (new save_actionAdapter(this))。 (new select_all_actionAdapter(this))。 (new select_actionAdapter(this))。 (new exit_actionAdapter(this))。 return box。 } public void Table1_mouseClicked(MouseEvent e) { String employee_ID = null。 int selectrow = 0。 selectrow = ()。 if (selectrow 0 ) return。 employee_ID = (selectrow,0).toString()。 String query_Sql= Query_Sql + where employee_ID = 39。 + employee_ID +39。 vdata = null。 RetrieveObject retrive = new RetrieveObject()。 vdata = (query_Sql)。 vname = null。 vname = (select Manager_Pwd from Manager_Infor where Manager_Name = 39。 + (0).toString() +39。)。 ((0).toString())。 ((1).toString())。 ((3).toString())。 ((4).toString())。 ((5).toString())。 } public void select_all_actionPerformed(ActionEvent e) { try { (Query_Sql)。 } catch( sqlException ) { ( null, (), Database error, )。 } } public void select_actionPerformed(ActionEvent e) { String sql_String = null。 if (() == ) sql_String = Query_Sql + WHERE = 39。+()+39。 else if (() != ) sql_String = Query_Sql + WHERE = 39。+()+39。 else sql_String = Query_Sql + WHERE = 39。+()+ 39。 OR = 39。+()+39。 try 27 { (sql_String)。 } catch( sqlException ) { ( null, (), Database error, )。 } } public void save_actionPerformed(ActionEvent e) { int
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1