下载资源后端资源详情
ManageSystem-master.zip
大小:2.02MB
价格:30积分
下载量:0
评分:
5.0
上传者:2401_86268542
更新日期:2024-07-23

基于javaWeb企业人员管理与任务分配系统

资源文件列表(大概)

文件名
大小
ManageSystem-master/
-
ManageSystem-master/.gitignore
261B
ManageSystem-master/ER图 ver1.5.png
120.82KB
ManageSystem-master/ER图 ver2.0.png
123.54KB
ManageSystem-master/RAP-企业人员管理与任务分配系统.json
15.75KB
ManageSystem-master/RAP.md
15.67KB
ManageSystem-master/README.md
2.09KB
ManageSystem-master/create table.sql
7.06KB
ManageSystem-master/pom.xml
2.7KB
ManageSystem-master/src/
-
ManageSystem-master/src/main/
-
ManageSystem-master/src/main/java/
-
ManageSystem-master/src/main/java/com/
-
ManageSystem-master/src/main/java/com/lonelySnow/
-
ManageSystem-master/src/main/java/com/lonelySnow/mapper/
-
ManageSystem-master/src/main/java/com/lonelySnow/mapper/DepartmentMapper.java
3.05KB
ManageSystem-master/src/main/java/com/lonelySnow/mapper/UserMapper.java
4.62KB
ManageSystem-master/src/main/java/com/lonelySnow/pojo/
-
ManageSystem-master/src/main/java/com/lonelySnow/pojo/Department.java
1.36KB
ManageSystem-master/src/main/java/com/lonelySnow/pojo/Notice.java
1.04KB
ManageSystem-master/src/main/java/com/lonelySnow/pojo/PersonTask.java
1.7KB
ManageSystem-master/src/main/java/com/lonelySnow/pojo/User.java
1.55KB
ManageSystem-master/src/main/java/com/lonelySnow/service/
-
ManageSystem-master/src/main/java/com/lonelySnow/service/DepartmentService.java
1.16KB
ManageSystem-master/src/main/java/com/lonelySnow/service/UserService.java
1.33KB
ManageSystem-master/src/main/java/com/lonelySnow/service/impl/
-
ManageSystem-master/src/main/java/com/lonelySnow/service/impl/DepartmentServiceImpl.java
5.97KB
ManageSystem-master/src/main/java/com/lonelySnow/service/impl/UserServiceImpl.java
9.12KB
ManageSystem-master/src/main/java/com/lonelySnow/util/
-
ManageSystem-master/src/main/java/com/lonelySnow/util/SendMailUtils.java
1.21KB
ManageSystem-master/src/main/java/com/lonelySnow/util/SqlSessionFactoryUtils.java
845B
ManageSystem-master/src/main/java/com/lonelySnow/web/
-
ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/
-
ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/BaseServlet.java
1.75KB
ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/DepartmentServlet.java
14.07KB
ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/UserServlet.java
21.08KB
ManageSystem-master/src/main/java/main.java
1.21KB
ManageSystem-master/src/main/resources/
-
ManageSystem-master/src/main/resources/com/
-
ManageSystem-master/src/main/resources/com/lonelySnow/
-
ManageSystem-master/src/main/resources/com/lonelySnow/mapper/
-
ManageSystem-master/src/main/resources/com/lonelySnow/mapper/DepartmentMapper.xml
2.87KB
ManageSystem-master/src/main/resources/com/lonelySnow/mapper/UserMapper.xml
2.8KB
ManageSystem-master/src/main/resources/mybatis-config.xml
957B
ManageSystem-master/src/main/webapp/
-
ManageSystem-master/src/main/webapp/Boss/
-
ManageSystem-master/src/main/webapp/Boss/assignment.html
10.37KB
ManageSystem-master/src/main/webapp/Boss/center.html
10.63KB
ManageSystem-master/src/main/webapp/Boss/contact.html
8.29KB
ManageSystem-master/src/main/webapp/Boss/issueNotice.html
4.5KB
ManageSystem-master/src/main/webapp/Boss/main.html
13.89KB
ManageSystem-master/src/main/webapp/Boss/notice.html
7.17KB
ManageSystem-master/src/main/webapp/Boss/taskArchive.html
11.91KB
ManageSystem-master/src/main/webapp/Department/
-
ManageSystem-master/src/main/webapp/Department/assignment.html
10.64KB
ManageSystem-master/src/main/webapp/Department/center.html
10.61KB
ManageSystem-master/src/main/webapp/Department/contact.html
7.97KB
ManageSystem-master/src/main/webapp/Department/main.html
13.64KB
ManageSystem-master/src/main/webapp/Department/notice.html
7.1KB
ManageSystem-master/src/main/webapp/Department/taskArchive.html
11.84KB
ManageSystem-master/src/main/webapp/WEB-INF/
-
ManageSystem-master/src/main/webapp/WEB-INF/web.xml
681B
ManageSystem-master/src/main/webapp/js/
-
ManageSystem-master/src/main/webapp/js/axios-0.18.0.js
12.64KB
ManageSystem-master/src/main/webapp/js/vue.js
333.46KB
ManageSystem-master/src/main/webapp/login.html
5.74KB
ManageSystem-master/src/main/webapp/profilephoto/
-
ManageSystem-master/src/main/webapp/profilephoto/1.jpg
210.32KB
ManageSystem-master/src/main/webapp/profilephoto/11.jpg
65.13KB
ManageSystem-master/src/main/webapp/profilephoto/2.jpg
815.36KB
ManageSystem-master/src/main/webapp/profilephoto/6.jpg
210.32KB
ManageSystem-master/src/main/webapp/profilephoto/default.jpg
99.33KB
ManageSystem-master/src/main/webapp/reset_Password.html
3.12KB
ManageSystem-master/src/main/webapp/sign-up.html
4.99KB
ManageSystem-master/src/main/webapp/user_home/
-
ManageSystem-master/src/main/webapp/user_home/center.html
10.23KB
ManageSystem-master/src/main/webapp/user_home/contact.html
5.32KB
ManageSystem-master/src/main/webapp/user_home/main.html
14.29KB
ManageSystem-master/src/main/webapp/user_home/notice.html
6.72KB
ManageSystem-master/src/main/webapp/user_home/taskArchive.html
11.45KB
ManageSystem-master/需求分析 ver1.5.pdf
550.84KB

资源内容介绍

一.版本问题(Version):当前网站版本:Ver 1.5版本说明:实现了网页的基本功能,对网站进行了许多问题的勘误和修改,进行了部分功能的调整下一版本预告:进一步完善页面的美观性,及更多功能的实现本项目还包含以下内容,有需要可自行查看1.项目需求文档2.SQL建表语句3.ER图4.前后端接口文档Current website version: Ver 1.5Version description: To achieve the basic functions of the web page, many problems of the website errata and modification, the adjustment of some functionsNext version preview: Further improve the aesthetics of the page, and more functionsThis project also contains the following content, which

用户评论 (0)

发表评论

captcha

相关资源

Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.zip

Dev-C++ 5.11 TDM-GCC 4.9.2 是一个开源集成开发环境(IDE),专门用于C和C++编程。以下是该版本的一些主要特点和描述:集成开发环境:Dev-C++ 提供一个用户友好的界面,使得开发和管理C/C++项目更加方便。它集成了代码编辑器、编译器和调试器,适合初学者和中级用户。TDM-GCC 4.9.2:该版本附带了 TDM-GCC 编译器,支持 C 和 C++ 的编译。GCC(GNU Compiler Collection)是一个广泛使用的开源编译器,TDM-GCC 是其为 Windows 平台优化的版本。代码高亮和自动补全:Dev-C++ 提供语法高亮、代码自动补全等功能,有助于开发者快速编写和理解代码。项目管理:用户可以轻松创建、管理和组织多个项目,支持项目文件的导入和导出。调试支持:内置的调试器允许程序员在代码中设置断点、查看变量值,从而帮助识别和修复错误。简单易用:安装和设置过程相对简单,即使是初学者也能快速上手。多种编译选项:提供灵活的编译选项,支持编译为控制台应用或 Windows 窗体应用。开源和免费:Dev-C++ 是

48.09MB27积分

python-3.12.1-amd64.zip

Python 3.12.1 是 Python 编程语言的一个版本,针对 64 位的 AMD 架构进行了优化和构建。以下是有关 Python 3.12.1 及其特性的概述:1. 版本信息:版本号:3.12.1架构:amd64(即针对 64 位系统的版本)2. 新特性和改进:性能提升:Python 3.12 在性能上进行了改进,使得某些代码的执行速度更快。语法改进:增加了对新语法特性的支持,例如更新的模式匹配、类型提示等。标准库更新:许多标准库得到了改进和优化,增加了新的功能和模块,修复了已知的 bugs。错误处理改进:提供了更好的错误信息和诊断工具,帮助开发者更快速地定位问题。3. 向后兼容性:Python 3.12.1 与 3.x 系列之间保持较高的兼容性,但某些不推荐使用的特性可能会被移除,因此建议开发者在迁移代码时进行充分测试。4. 依赖和支持:需要确保操作系统有适当的库和依赖支持,以便顺利安装和运行 Python 3.12.1,常见的依赖项包括 libssl 和 libffi 等库。5. 安装和使用:可以通过官方 Python 网站(python.o

25.09MB19积分

基于SpringBoot实现的类似于闲鱼二手交易应用

介绍一、登陆界面 需要注册功能、登录功能和学生、管理员身份选择功能 学生注册:学生学号、姓名、年级选择(大一到大四)、电话号码、宿舍楼选择、密码、再次确认密码 管理员无需注册,数据库内存档几个帐号密码,登陆时输入二、学生端 个人主页:进行个人信息的查看、已上架物品的审核与售出情况和购入物品的查看、留言的查看(在这里可以对留言进行回复) 闲置查询:用户可以从搜索框内输入想要的东西关键词,选择寄放或者普通闲置通道进行查询(也可以全选),系统将物品展出(最好可以寄放物品优先显示);用户看到想要的东西后点击进入可以查看详情,并进行留言,有确定购买的物品可以选择加入购物车并进行结算 购买通道:即购物车,用户在这里进行购买,购买时直接连接支付宝/微信。 闲置上架:用户可以上架自己的闲置物品,要求填写物品信息:物品图片、物品名称、规格、新旧程度、价格、简介(除简介外为必填项) 寄放上架:点击这里弹出须知,用户点击确定后可以上传闲置物品,填写物品信息:除了闲置上架所需要的信息还有联系方式(电话号码)、寄放时间(三月或半年)、后续处理选择(进行捐赠、卖出或寄送回家);用户可以在这里查看寄存物品审核

41.71MB19积分

Python数据分析与可视化大作业.zip

Python数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业.zipPython数据分析与可视化大作业

1.31MB36积分