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

2401_86268542

资源文件列表:

ManageSystem-master.zip 大约有81个文件
  1. ManageSystem-master/
  2. ManageSystem-master/.gitignore 261B
  3. ManageSystem-master/ER图 ver1.5.png 120.82KB
  4. ManageSystem-master/ER图 ver2.0.png 123.54KB
  5. ManageSystem-master/RAP-企业人员管理与任务分配系统.json 15.75KB
  6. ManageSystem-master/RAP.md 15.67KB
  7. ManageSystem-master/README.md 2.09KB
  8. ManageSystem-master/create table.sql 7.06KB
  9. ManageSystem-master/pom.xml 2.7KB
  10. ManageSystem-master/src/
  11. ManageSystem-master/src/main/
  12. ManageSystem-master/src/main/java/
  13. ManageSystem-master/src/main/java/com/
  14. ManageSystem-master/src/main/java/com/lonelySnow/
  15. ManageSystem-master/src/main/java/com/lonelySnow/mapper/
  16. ManageSystem-master/src/main/java/com/lonelySnow/mapper/DepartmentMapper.java 3.05KB
  17. ManageSystem-master/src/main/java/com/lonelySnow/mapper/UserMapper.java 4.62KB
  18. ManageSystem-master/src/main/java/com/lonelySnow/pojo/
  19. ManageSystem-master/src/main/java/com/lonelySnow/pojo/Department.java 1.36KB
  20. ManageSystem-master/src/main/java/com/lonelySnow/pojo/Notice.java 1.04KB
  21. ManageSystem-master/src/main/java/com/lonelySnow/pojo/PersonTask.java 1.7KB
  22. ManageSystem-master/src/main/java/com/lonelySnow/pojo/User.java 1.55KB
  23. ManageSystem-master/src/main/java/com/lonelySnow/service/
  24. ManageSystem-master/src/main/java/com/lonelySnow/service/DepartmentService.java 1.16KB
  25. ManageSystem-master/src/main/java/com/lonelySnow/service/UserService.java 1.33KB
  26. ManageSystem-master/src/main/java/com/lonelySnow/service/impl/
  27. ManageSystem-master/src/main/java/com/lonelySnow/service/impl/DepartmentServiceImpl.java 5.97KB
  28. ManageSystem-master/src/main/java/com/lonelySnow/service/impl/UserServiceImpl.java 9.12KB
  29. ManageSystem-master/src/main/java/com/lonelySnow/util/
  30. ManageSystem-master/src/main/java/com/lonelySnow/util/SendMailUtils.java 1.21KB
  31. ManageSystem-master/src/main/java/com/lonelySnow/util/SqlSessionFactoryUtils.java 845B
  32. ManageSystem-master/src/main/java/com/lonelySnow/web/
  33. ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/
  34. ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/BaseServlet.java 1.75KB
  35. ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/DepartmentServlet.java 14.07KB
  36. ManageSystem-master/src/main/java/com/lonelySnow/web/servlet/UserServlet.java 21.08KB
  37. ManageSystem-master/src/main/java/main.java 1.21KB
  38. ManageSystem-master/src/main/resources/
  39. ManageSystem-master/src/main/resources/com/
  40. ManageSystem-master/src/main/resources/com/lonelySnow/
  41. ManageSystem-master/src/main/resources/com/lonelySnow/mapper/
  42. ManageSystem-master/src/main/resources/com/lonelySnow/mapper/DepartmentMapper.xml 2.87KB
  43. ManageSystem-master/src/main/resources/com/lonelySnow/mapper/UserMapper.xml 2.8KB
  44. ManageSystem-master/src/main/resources/mybatis-config.xml 957B
  45. ManageSystem-master/src/main/webapp/
  46. ManageSystem-master/src/main/webapp/Boss/
  47. ManageSystem-master/src/main/webapp/Boss/assignment.html 10.37KB
  48. ManageSystem-master/src/main/webapp/Boss/center.html 10.63KB
  49. ManageSystem-master/src/main/webapp/Boss/contact.html 8.29KB
  50. ManageSystem-master/src/main/webapp/Boss/issueNotice.html 4.5KB
  51. ManageSystem-master/src/main/webapp/Boss/main.html 13.89KB
  52. ManageSystem-master/src/main/webapp/Boss/notice.html 7.17KB
  53. ManageSystem-master/src/main/webapp/Boss/taskArchive.html 11.91KB
  54. ManageSystem-master/src/main/webapp/Department/
  55. ManageSystem-master/src/main/webapp/Department/assignment.html 10.64KB
  56. ManageSystem-master/src/main/webapp/Department/center.html 10.61KB
  57. ManageSystem-master/src/main/webapp/Department/contact.html 7.97KB
  58. ManageSystem-master/src/main/webapp/Department/main.html 13.64KB
  59. ManageSystem-master/src/main/webapp/Department/notice.html 7.1KB
  60. ManageSystem-master/src/main/webapp/Department/taskArchive.html 11.84KB
  61. ManageSystem-master/src/main/webapp/WEB-INF/
  62. ManageSystem-master/src/main/webapp/WEB-INF/web.xml 681B
  63. ManageSystem-master/src/main/webapp/js/
  64. ManageSystem-master/src/main/webapp/js/axios-0.18.0.js 12.64KB
  65. ManageSystem-master/src/main/webapp/js/vue.js 333.46KB
  66. ManageSystem-master/src/main/webapp/login.html 5.74KB
  67. ManageSystem-master/src/main/webapp/profilephoto/
  68. ManageSystem-master/src/main/webapp/profilephoto/1.jpg 210.32KB
  69. ManageSystem-master/src/main/webapp/profilephoto/11.jpg 65.13KB
  70. ManageSystem-master/src/main/webapp/profilephoto/2.jpg 815.36KB
  71. ManageSystem-master/src/main/webapp/profilephoto/6.jpg 210.32KB
  72. ManageSystem-master/src/main/webapp/profilephoto/default.jpg 99.33KB
  73. ManageSystem-master/src/main/webapp/reset_Password.html 3.12KB
  74. ManageSystem-master/src/main/webapp/sign-up.html 4.99KB
  75. ManageSystem-master/src/main/webapp/user_home/
  76. ManageSystem-master/src/main/webapp/user_home/center.html 10.23KB
  77. ManageSystem-master/src/main/webapp/user_home/contact.html 5.32KB
  78. ManageSystem-master/src/main/webapp/user_home/main.html 14.29KB
  79. ManageSystem-master/src/main/webapp/user_home/notice.html 6.72KB
  80. ManageSystem-master/src/main/webapp/user_home/taskArchive.html 11.45KB
  81. ManageSystem-master/需求分析 ver1.5.pdf 550.84KB

资源介绍:

一.版本问题(Version): 当前网站版本:Ver 1.5 版本说明:实现了网页的基本功能,对网站进行了许多问题的勘误和修改,进行了部分功能的调整 下一版本预告:进一步完善页面的美观性,及更多功能的实现 本项目还包含以下内容,有需要可自行查看 1.项目需求文档 2.SQL建表语句 3.ER图 4.前后端接口文档 Current website version: Ver 1.5 Version description: To achieve the basic functions of the web page, many problems of the website errata and modification, the adjustment of some functions Next version preview: Further improve the aesthetics of the page, and more functions This project also contains the following content, which
100+评论
captcha
    类型标题大小时间
    ZIPDev-Cpp 5.11 TDM-GCC 4.9.2 Setup.zip48.09MB9月前
    ZIPpython-3.12.1-amd64.zip25.09MB9月前
    ZIP基于SpringBoot实现的类似于闲鱼二手交易应用41.71MB9月前
    ZIPPython数据分析与可视化大作业.zip1.31MB9月前
    ZIPglfw cmake测试工程,内含已编译glfw文件,可直接运行app.exe测试或重新编译325.1KB9月前
    ZIPwindows nginx,前端项目部署,已配置,解压后使用1.99MB9月前
    ZIP电影推荐微信小程序源码1.22MB9月前
    ZIP使用DslTabLayout的简单的demo,具体的使用方法可以看官方文档5.09MB9月前