Java Swing 简单的员工管理系统

上传者: w1143408997 | 上传时间: 2021-06-28 10:52:01 | 文件大小: 3.95MB | 文件类型: ZIP
用java swing 做的简单员工管理系统包括对mysql 数据库的增删改查

文件下载

资源详情

[{"title":"( 58 个子文件 3.95MB ) Java Swing 简单的员工管理系统","children":[{"title":"hr.sql <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"staff","children":[{"title":".project <span style='color:#111;'> 380B </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"dao","children":[{"title":"DeptDao.class <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"AdminDao.class <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"DutyDao.class <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"DBUtil.class <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"StaffDao.class <span style='color:#111;'> 3.15KB </span>","children":null,"spread":false}],"spread":true},{"title":"vo","children":[{"title":"Admin.class <span style='color:#111;'> 702B </span>","children":null,"spread":false},{"title":"Duty.class <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"Dept.class <span style='color:#111;'> 863B </span>","children":null,"spread":false},{"title":"Staff.class <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false}],"spread":true},{"title":"common","children":[{"title":"CustomSqlHelper.class <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"AdminService.class <span style='color:#111;'> 430B </span>","children":null,"spread":false},{"title":"DutyService.class <span style='color:#111;'> 3.12KB </span>","children":null,"spread":false},{"title":"DeptService.class <span style='color:#111;'> 3.05KB </span>","children":null,"spread":false},{"title":"StaffService.class <span style='color:#111;'> 4.13KB </span>","children":null,"spread":false}],"spread":true},{"title":"gui","children":[{"title":"Login$CustomActionListener.class <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"DutyManage$CustonWindowListener.class <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"DeptManage$CustonWindowListener.class <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"Login$WindowHandler.class <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"MainManage.class <span style='color:#111;'> 1.58KB </span>","children":null,"spread":false},{"title":"StaffManage$CustonWindowListener.class <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"StaffManage.class <span style='color:#111;'> 4.00KB </span>","children":null,"spread":false},{"title":"StaffManage$ButtonListenerHandler.class <span style='color:#111;'> 4.79KB </span>","children":null,"spread":false},{"title":"Login$keyEventListenner.class <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"DeptManage.class <span style='color:#111;'> 2.94KB </span>","children":null,"spread":false},{"title":"Login.class <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false},{"title":"DutyManage.class <span style='color:#111;'> 3.16KB </span>","children":null,"spread":false},{"title":"DeptManage$ButtonHandler.class <span style='color:#111;'> 3.40KB </span>","children":null,"spread":false},{"title":"MainManage$ButtonHnadler.class <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"DutyManage$ButtonHandler.class <span style='color:#111;'> 3.55KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"staff-20160805014736.xls <span style='color:#111;'> 4.50KB </span>","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 598B </span>","children":null,"spread":false}],"spread":true},{"title":"staff-20160805014715.xls <span style='color:#111;'> 4.50KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"dao","children":[{"title":"DeptDao.java <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"DutyDao.java <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"StaffDao.java <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"DBUtil.java <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"AdminDao.java <span style='color:#111;'> 657B </span>","children":null,"spread":false}],"spread":true},{"title":"vo","children":[{"title":"Duty.java <span style='color:#111;'> 626B </span>","children":null,"spread":false},{"title":"Admin.java <span style='color:#111;'> 434B </span>","children":null,"spread":false},{"title":"Staff.java <span style='color:#111;'> 1022B </span>","children":null,"spread":false},{"title":"Dept.java <span style='color:#111;'> 489B </span>","children":null,"spread":false}],"spread":true},{"title":"common","children":[{"title":"CustomSqlHelper.java <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"DutyService.java <span style='color:#111;'> 2.17KB </span>","children":null,"spread":false},{"title":"StaffService.java <span style='color:#111;'> 3.23KB </span>","children":null,"spread":false},{"title":"DeptService.java <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"AdminService.java <span style='color:#111;'> 243B </span>","children":null,"spread":false}],"spread":true},{"title":"gui","children":[{"title":"MainManage.java <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"DeptManage.java <span style='color:#111;'> 6.68KB </span>","children":null,"spread":false},{"title":"StaffManage.java <span style='color:#111;'> 9.90KB </span>","children":null,"spread":false},{"title":"Login.java <span style='color:#111;'> 4.30KB </span>","children":null,"spread":false},{"title":"DutyManage.java <span style='color:#111;'> 6.98KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'> 548B </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"poi-3.6-20091214.jar <span style='color:#111;'> 1.47MB </span>","children":null,"spread":false},{"title":"zxing.jar <span style='color:#111;'> 322.57KB </span>","children":null,"spread":false},{"title":"ojdbc14.jar <span style='color:#111;'> 1.47MB </span>","children":null,"spread":false},{"title":"mysql-connector-java-5.1.38-bin.jar <span style='color:#111;'> 960.85KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • qq_38751327 :
    分数高了点
    2018-12-26
  • seven_tao :
    比较基础,有参考价值
    2018-08-21
  • dgyr_lin :
    分数高了点,一般吧
    2017-11-07
  • ycl_class :
    没有显示全部员工的功能呀
    2017-10-24
  • zero000sc :
    资源一般呀
    2017-08-28

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明