GithubHelp home page GithubHelp logo

javaweb_employee's Introduction

JavaWeb_Employee

简易的员工信息管理系统JavaBean+JSP+JDBC 数据库:MySQL

演示地址:http://maxcj.cn/JavaWeb_Employee/

实现的功能

员工

1、员工注册以及登录(ApplicantDAO)

2、员工信息以及简历的添加、修改(ResumeDAO(信息)、InfoDAO(简历))

3、员工查看自己的工资(可实现全部、一个月查询、全年工资统计)

4、查看管理员发布的通知(可进行留言)

5、查看全部员工填写的通信方式(作为一个通讯录)

管理员

1、查看、修改员工的信息、简历

2、查看、添加员工的工资

3、发布通知、管理留言

4、删除员工

效果图如下

这里写图片描述

附上数据库表结构

用户表:tb_applicant

字段 属性 索引
applicant_id int 主键
applicant_email varchar *
applicant_pwd varchar *

用户简历表:tb_info_basicinfo

字段 属性 索引
info_id int 主键
age int *
job varchar *
experience varchar *
applicant_id int 外键

用户信息表:tb_resume_basicinfo

字段 属性 索引
basicinfo_id int 主键
name varchar *
phone varchar *
email varchar *
sex varchar *
applicant_id int 外键

用户工资表:tb_salary

字段 属性 索引
salary_id int 主键
post_salary varchar *
attendance_salary varchar *
bonus varchar *
total_salary varchar *
date varchar *
applicant_id int 外键

通知信息表:tb_notice

字段 属性 索引
notice_id int 主键
notice_title varchar *
notice_content varchar *
notice_date varchar *

通知留言表:tb_message

字段 属性 索引
notice_id int 主键
message_content varchar *
notice_id int 外键
applicant_id int 外键

PS:初学者,分包没有太明确。

javaweb_employee's People

Contributors

maxcj avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.