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

正文內(nèi)容

課程設(shè)計(jì)考勤管理系統(tǒng)源代碼-展示頁(yè)

2025-04-18 07:22本頁(yè)面
  

【正文】 JLabel(200)。 f3=new JLabel(17)。 f1=new JLabel(08)。 b1=new JButton(修改)。 k9=new JLabel(每月放假日期:)。 k7=new JLabel(每月工作日期:)。 k5=new JLabel(每月工作總時(shí)間:)。 k3=new JLabel(下班時(shí)間:)。 private void create() { k1=new JLabel(上班時(shí)間:)。 Box box1,box2,box3,box4,box5,box6,box7,box。 } JLabel k1,k2,k3,k4,k5,k6,k7,k8,k9,k10。 (true)。 (400,400)。import .*。import 。import 。import .*。import .*。 return null。 return (,).executeQuery(sql)。 } catch (SQLException e) { ()。i4。 tableSQL[3]=create table everyday_statistics(+ Sno char(9) not null,+ Sname char(10) not null,+ hour char(2),+ minute char(2),+ action char(6),+ time char(4),+ primary key(Sno),+ foreign key(Sno)+ references staff_info(Sno) on delete cascade)。 tableSQL[1]=create table pz_info(+ arrive_hour char(2),+ arrive_minute char(2),+ leave_hour char(2),+ leave_minute char(2),+ everyday_time char(2))。 } catch (SQLException e) { ()。 } public void breakDB(){ try { ()。 } } public Connection getConnection(){ return connection。 } catch (ClassNotFoundException e) { ()。 connection=(sqlURL)。 private String[] tableSQL=new String[4]。 private Statement statement。integratedSecurity=TRUE。 //private String sqlURL=jdbc:sqlserver://localhost:1433。 private String sqlURL=jdbc:odbc:bobo。import 。import 。import 。 } })。 (new ActionListener() //確定 { Override public void actionPerformed(ActionEvent e) { // TODO 自動(dòng)生成的方法存根 AttendFrame frame=new AttendFrame()。 (box5)。 (box4)。 (box3)。 (box2)。 (box1)。 (f6)。 (f5)。 (f4)。 (f3)。 (f2)。 ((20))。 (k1)。 box5=()。 box3=()。 box1=()。 f5=new JTextField(5)。 f3=new JTextField(5)。 f1=new JTextField(5)。 k6=new JLabel(當(dāng)月富余:)。 k4=new JLabel(:)。 k2=new JLabel(姓名:)。 JButton b1。 JTextField f1,f2,f3,f4,f5,f6。 create()。 (new JPanel())。class BoundFrame extends JFrame{ public BoundFrame() { (彈性工作制)。import 。import 。import 。import .*。 }}package kaoqin。 dispose()。 } })。 (new ActionListener() // { Override public void actionPerformed(ActionEvent e) { // TODO 自動(dòng)生成的方法存根 BoundFrame frame=new BoundFrame()。 dispose()。 (box)。 ((30))。 (b3)。 ((20))。 box=()。 box1=()。 b2=new JButton(彈性工作制)。 Box box1,box2,box。 create()。 (new JPanel())。class AttendFrame extends JFrame//工作制類型{ public AttendFrame() { (工作制類型)。import 。import 。import 。import .*。package kaoqin。import .*。import .*。import 。import 。import .*。 (true)。 (300,200)。 } private void create() { JButton b1,b2,b3。 b1=new JButton(非彈性工作制)。 b3=new JButton(返回)。 box2=()。 (b1)。 (b2)。 (box1)。 (box2)。 (new ActionListener() // { Override public void actionPerformed(ActionEvent e) { // TODO 自動(dòng)生成的方法存根 UBoundFrame frame=new UBoundFrame()。 } })。 dispose()。 (new ActionListener() // { Override public void actionPerformed(ActionEvent e) { // TODO 自動(dòng)生成的方法存根 MFrame frame=new MFrame()。 } })。import .*。import .*。import 。import 。import .*。 (true)。 (400,400)。 } JLabel k1,k2,k3,k4,k5,k6。 Box box1,box2,box3,box4,box5,box。 private void create() { k1=new JLabel(工號(hào):)。 k3=new JLabel(當(dāng)月工時(shí):)。 k5=new JLabel(當(dāng)月工作天數(shù))。 b1=new JButton(返回)。 f2=new JTextField(5)。 f4=new JTextField(5)。 f6=new JTextField(5)。 box2=()。 box4=()。 box=()。 (f1)。 (k2)。 (k3)。 (k4)。 (k5)。 (k6)。 (b1)。 ((20))。 ((20))。 ((20))。 ((20))。 (box)。 dispose()。 }}package kaoqin。import 。import 。public class ConnectionDB { private String JDriver=。 //private String JDriver=。DatabaseName=MyTest。 private Connection connection。 private static Connection conn = null。 public ConnectionDB(){ try { (JDriver)。 statement=()。 }catch (SQLException e) { ()。 } public Statement getStatement(){ return statement。 ()。 } } public void createTable(){ tableSQL[0]=create table staff_info(+ Sno char(9) primary key,+ Sname char(10) not null,+ Sage smallint,+ enter_time char(10) not null,+ position char(10) not null,+ sex char(1),+ password char(6))。 tableSQL[2]=create table everymonth_statistics(+ Sno char(9) not null,+ Sname char(10) not null,+ remain_time char(4),+ late_times smallint,+ early_leave smallint,+ work_day smallint,+ primary key(Sno),+ foreign key(Sno)+ references staff_info(Sno) on delete cascade)。 try { for(int i=0。i++) (tableSQL[i])。 } } private static ResultSet executeQuery(String sql) { try { if(conn==null) new ConnectionDB()。 } catch (SQLException e) { ()。 } finally { }}}package kaoqin。import .*。import 。import 。import 。class Equ_Frame extends JFrame //配置信息{ public Equ_Frame() { (配置信息)。 (new JPanel())。 ()。 JLabel f1,f2,f3,f4,f5,f6,f7,f8,f9,f10
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1