Coder Social home page Coder Social logo

jobs-cim's Introduction

招聘信息管理系统

一、系统开发及运行环境

  • 操作系统:Windows10

  • Web服务器:Tomcat8.5

  • Java开发包:JDK8

  • 开发工具:Eclipse

  • 数据库:MySQL5.7

  • 浏览器:Chrome

二、项目结构示意图

  1. 系统结构图

输入图片说明 2. 项目结构图

  • src:java源代码
  • config:配置文件
  • WebContent:前端代码

输入图片说明输入图片说明输入图片说明

  1. 登录界面

输入图片说明

  1. 实现CRUD操作界面

输入图片说明

三、增删改查

  1. 新增招聘信息

输入图片说明

  1. 修改招聘信息

输入图片说明

  1. 删除招聘信息
  • 通过获取id删除
  1. 查找招聘信息

输入图片说明

四、数据表

1.用户表

字段名 类型 长度 是否主键 说明
user_id int 30 用户id
user_name varchar 30 用户名
user_password varchar 30 密码

2.招聘信息表**

字段名 类型 长度 是否主键 说明
com_id int 30 公司编号
com_name varchar 30 公司名称
com_principal varchar 30 负责人
com_source varchar 30 招聘来源
com_industry varchar 30 招聘行业
com_people varchar 30 公司人数
com_money varchar 30 招聘薪酬
com_education varchar 30 学历要求
com_address varchar 30 公司地址

3.字典映射表

字段名** 类型 长度 是否主键 说明
dict_id int 30 字典编号
dict_type_code varchar 30 字典类型编号
dict_type_name varchar 30 字典类型名称
dict_item_name varchar 30 字典目标名

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.