首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

基于SpringBoot-Web平台的学生综合素质测评系统

后端 11.54MB 16 需要积分: 1
立即下载

资源介绍:

项目背景: 为解决华软每年综测评定的复杂操作,以及效率低的问题,冲鸭小组决定开发一个无纸化线上综测评定系统。 项目说明: 用户角色分为管理员、辅导员、测评小组、学生,系统主要对学生的综合测评进行管理。实现线上一体化的综测测评评定方式,提高效率。 image-20210525183546252 相关功能如下: 学生端 学生资料:学生资料是系统的灵魂所在,此模块用来对学生资料进行管理,主要功能是对综测信息的上传提交,以及对提交的材料进行查看和修正。 主要功能点: \1. 个人信息的编辑。 \2. 查看期末考试成绩信息(绩点)。 \3. 上传综测证明材料 \4. 查看综测审核记录 \5. 修改综测材料信息 \6. 查看班级综测排名 测评小组 综测小组是审核班级学生的第一关,测评小组的本身是学生账户,只不过在综测评定阶段,辅导员可以指定班级的某些同学位测评小组成员,该学生将拥有审核本班综测信息的权力。 主要功能点: \1. 审核班级综测信息 辅导员老师 辅导员分管多个班级,是审核班级综测表的第二关,对测评小组审核提交后的班级综测信息进行第二次的进一步审核,最后再把
# 基于SpringBoot-Web平台的学生综合素质测评系统 (截止2022年3月10日 停止更新) #### 项目背景: 为解决华软每年综测评定的复杂操作,以及效率低的问题,冲鸭小组决定开发一个无纸化线上综测评定系统。 #### 项目说明: 用户角色分为管理员、辅导员、测评小组、学生,系统主要对学生的综合测评进行管理。实现线上一体化的综测测评评定方式,提高效率。 ![image-20210525183546252](C:\Users\lenovo\AppData\Roaming\Typora\typora-user-images\image-20210525183546252.png) 相关功能如下: ## 学生端 学生资料:学生资料是系统的灵魂所在,此模块用来对学生资料进行管理,主要功能是对综测信息的上传提交,以及对提交的材料进行查看和修正。 主要功能点: \1. 个人信息的编辑。 \2. 查看期末考试成绩信息(绩点)。 \3. 上传综测证明材料 \4. 查看综测审核记录 \5. 修改综测材料信息 \6. 查看班级综测排名 ## 测评小组 综测小组是审核班级学生的第一关,测评小组的本身是学生账户,只不过在综测评定阶段,辅导员可以指定班级的某些同学位测评小组成员,该学生将拥有审核本班综测信息的权力。 主要功能点: \1. 审核班级综测信息 ## 辅导员老师 辅导员分管多个班级,是审核班级综测表的第二关,对测评小组审核提交后的班级综测信息进行第二次的进一步审核,最后再把班级审核结果提交给系管理员。待所有班级综测结果经系管理员审核通过后,可以就班级综测排名进行评定学生奖学金等级。 主要功能点: \1. 查看所带班级的学生成绩信息(绩点) \2. 审核班级综测信息 \3. 查看所带班级的各类综测汇总情况 \4. 评定班级学生奖学金等级 \5. 管理测评小组成员 ## 系管理员 系辅导员是可以管理辅导员分管的班级,进行对本系辅导员进行增删改,对辅导员分管的班级进行增删改。可以对本系所有班级的综测进行最终的审核,审核完毕后并可生成各班级对应的班级综测排名后,辅导员和学生端才可以查看综测排名情况。最后系统可以生成本系综测表现的分析,供系管理员参考,并可以为下一年的布置工作做调整和准备。 主要功能点: \1. 审核各班综测信息 \2. 查看各班综测记录 \3. 查看本系总综测排名 \4. 审核各班获奖信息 \5. 管理辅导员信息

资源文件列表:

student-info-system-master.zip 大约有290个文件
  1. student-info-system-master/
  2. student-info-system-master/README.md 2.61KB
  3. student-info-system-master/StudentInfoSystem.iml 80B
  4. student-info-system-master/pom.xml 3.86KB
  5. student-info-system-master/src/
  6. student-info-system-master/src/main/
  7. student-info-system-master/src/main/java/
  8. student-info-system-master/src/main/java/com/
  9. student-info-system-master/src/main/java/com/sise/
  10. student-info-system-master/src/main/java/com/sise/studentInfoSystem/
  11. student-info-system-master/src/main/java/com/sise/studentInfoSystem/StudentInfoSystemApplication.java 498B
  12. student-info-system-master/src/main/java/com/sise/studentInfoSystem/config/
  13. student-info-system-master/src/main/java/com/sise/studentInfoSystem/config/DruidConfig.java 1.81KB
  14. student-info-system-master/src/main/java/com/sise/studentInfoSystem/config/MyBatisConfig.java 702B
  15. student-info-system-master/src/main/java/com/sise/studentInfoSystem/config/UploadConfig.java 518B
  16. student-info-system-master/src/main/java/com/sise/studentInfoSystem/controller/
  17. student-info-system-master/src/main/java/com/sise/studentInfoSystem/controller/AdminController.java 197B
  18. student-info-system-master/src/main/java/com/sise/studentInfoSystem/controller/IndexController.java 6.67KB
  19. student-info-system-master/src/main/java/com/sise/studentInfoSystem/controller/StudentController.java 17.42KB
  20. student-info-system-master/src/main/java/com/sise/studentInfoSystem/controller/SurveyTeamController.java 18.03KB
  21. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/
  22. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/Prehensive.java 282B
  23. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/ProfrssionalSkills.java 268B
  24. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/TAcademic.java 807B
  25. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/TExtraPoint.java 266B
  26. student-info-system-master/src/main/java/com/sise/studentInfoSystem/domain/TStudent.java 2.09KB
  27. student-info-system-master/src/main/java/com/sise/studentInfoSystem/filter/
  28. student-info-system-master/src/main/java/com/sise/studentInfoSystem/filter/RoleFilter.java 4.76KB
  29. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/
  30. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/AcademicMapper.java 395B
  31. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/ExtraPointsMapper.java 436B
  32. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/PrehensiveMapper.java 1.02KB
  33. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/ProfrssionalSkillsMapper.java 1.13KB
  34. student-info-system-master/src/main/java/com/sise/studentInfoSystem/mapper/StudentMapper.java 2.99KB
  35. student-info-system-master/src/main/java/com/sise/studentInfoSystem/template/
  36. student-info-system-master/src/main/java/com/sise/studentInfoSystem/template/OssTemplate.java 1.74KB
  37. student-info-system-master/src/main/java/com/sise/studentInfoSystem/util/
  38. student-info-system-master/src/main/java/com/sise/studentInfoSystem/util/AppDateUtils.java 871B
  39. student-info-system-master/src/main/java/com/sise/studentInfoSystem/util/CheckCodeUtil.java 1.21KB
  40. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/
  41. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/BehaviorInfoVo.java 322B
  42. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/CharVo.java 193B
  43. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/CheckAcademicVo.java 319B
  44. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/CheckBehaviorVo.java 233B
  45. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/ProfessionalInfoVo.java 291B
  46. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/ProfessionalItemVo.java 240B
  47. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/ProfessionalVo.java 309B
  48. student-info-system-master/src/main/java/com/sise/studentInfoSystem/vo/ProfrssionalSkillsVO.java 320B
  49. student-info-system-master/src/main/resources/
  50. student-info-system-master/src/main/resources/application.properties 403B
  51. student-info-system-master/src/main/resources/application.yml 1.48KB
  52. student-info-system-master/src/main/resources/static/
  53. student-info-system-master/src/main/resources/static/assets/
  54. student-info-system-master/src/main/resources/static/assets/fonts/
  55. student-info-system-master/src/main/resources/static/assets/fonts/dripicons-v2.eot 39.57KB
  56. student-info-system-master/src/main/resources/static/assets/fonts/dripicons-v2.svg 97.04KB
  57. student-info-system-master/src/main/resources/static/assets/fonts/dripicons-v2.ttf 39.4KB
  58. student-info-system-master/src/main/resources/static/assets/fonts/dripicons-v2.woff 25.39KB
  59. student-info-system-master/src/main/resources/static/assets/fonts/feather.eot 60.63KB
  60. student-info-system-master/src/main/resources/static/assets/fonts/feather.svg 208.91KB
  61. student-info-system-master/src/main/resources/static/assets/fonts/feather.ttf 60.47KB
  62. student-info-system-master/src/main/resources/static/assets/fonts/feather.woff 28.81KB
  63. student-info-system-master/src/main/resources/static/assets/fonts/materialdesignicons-webfont.eot 330.86KB
  64. student-info-system-master/src/main/resources/static/assets/fonts/materialdesignicons-webfont.svg 2.47MB
  65. student-info-system-master/src/main/resources/static/assets/fonts/materialdesignicons-webfont.ttf 330.64KB
  66. student-info-system-master/src/main/resources/static/assets/fonts/materialdesignicons-webfont.woff 163.02KB
  67. student-info-system-master/src/main/resources/static/assets/fonts/materialdesignicons-webfont.woff2 122.45KB
  68. student-info-system-master/src/main/resources/static/assets/images/
  69. student-info-system-master/src/main/resources/static/assets/images/error.svg 3.79KB
  70. student-info-system-master/src/main/resources/static/assets/images/favicon.ico 102.06KB
  71. student-info-system-master/src/main/resources/static/assets/images/logo-light.png 9.21KB
  72. student-info-system-master/src/main/resources/static/assets/images/logo-sm.png 3.15KB
  73. student-info-system-master/src/main/resources/static/assets/images/logo.png 9.18KB
  74. student-info-system-master/src/main/resources/static/assets/images/small/
  75. student-info-system-master/src/main/resources/static/assets/images/small/small-1.jpg 18.55KB
  76. student-info-system-master/src/main/resources/static/assets/images/small/small-2.jpg 18.55KB
  77. student-info-system-master/src/main/resources/static/assets/images/small/small-3.jpg 18.55KB
  78. student-info-system-master/src/main/resources/static/assets/images/small/small-4.jpg 18.55KB
  79. student-info-system-master/src/main/resources/static/assets/images/users/
  80. student-info-system-master/src/main/resources/static/assets/images/users/avatar-1.jpg 2.36KB
  81. student-info-system-master/src/main/resources/static/assets/images/users/avatar-10.jpg 2.36KB
  82. student-info-system-master/src/main/resources/static/assets/images/users/avatar-2.jpg 2.36KB
  83. student-info-system-master/src/main/resources/static/assets/images/users/avatar-3.jpg 2.36KB
  84. student-info-system-master/src/main/resources/static/assets/images/users/avatar-4.jpg 2.36KB
  85. student-info-system-master/src/main/resources/static/assets/images/users/avatar-5.jpg 2.36KB
  86. student-info-system-master/src/main/resources/static/assets/images/users/avatar-6.jpg 2.36KB
  87. student-info-system-master/src/main/resources/static/assets/images/users/avatar-7.jpg 2.36KB
  88. student-info-system-master/src/main/resources/static/assets/images/users/avatar-8.jpg 2.36KB
  89. student-info-system-master/src/main/resources/static/assets/images/users/avatar-9.jpg 2.36KB
  90. student-info-system-master/src/main/resources/static/css/
  91. student-info-system-master/src/main/resources/static/css/app.css 77.74KB
  92. student-info-system-master/src/main/resources/static/css/bootstrap.min.css 172.58KB
  93. student-info-system-master/src/main/resources/static/css/default.css 5.72KB
  94. student-info-system-master/src/main/resources/static/css/form.css 2.75KB
  95. student-info-system-master/src/main/resources/static/css/htmleaf-demo.css 5.5KB
  96. student-info-system-master/src/main/resources/static/css/icons.min.css 116.96KB
  97. student-info-system-master/src/main/resources/static/css/normalize.css 1.78KB
  98. student-info-system-master/src/main/resources/static/css/rotation/
  99. student-info-system-master/src/main/resources/static/css/rotation/960.css 5.47KB
  100. student-info-system-master/src/main/resources/static/css/rotation/img/
  101. student-info-system-master/src/main/resources/static/css/rotation/img/bg_tile.jpg 482B
  102. student-info-system-master/src/main/resources/static/css/rotation/img/bg_tile_02.jpg 418B
  103. student-info-system-master/src/main/resources/static/css/rotation/img/bg_tile_dark_01.jpg 413B
  104. student-info-system-master/src/main/resources/static/css/rotation/img/bg_tile_neutral_light1.jpg 401B
  105. student-info-system-master/src/main/resources/static/css/rotation/img/blank.png 110B
  106. student-info-system-master/src/main/resources/static/css/rotation/img/bullet.png 137B
  107. student-info-system-master/src/main/resources/static/css/rotation/img/buttons.png 6.33KB
  108. student-info-system-master/src/main/resources/static/css/rotation/img/close_video_bg.png 185B
  109. student-info-system-master/src/main/resources/static/css/rotation/img/close_video_bg_ie.png 515B
  110. student-info-system-master/src/main/resources/static/css/rotation/img/controls_bg.png 179B
  111. student-info-system-master/src/main/resources/static/css/rotation/img/controls_bg_ie.png 182B
  112. student-info-system-master/src/main/resources/static/css/rotation/img/controls_bg_left.png 397B
  113. student-info-system-master/src/main/resources/static/css/rotation/img/controls_bg_right.png 371B
  114. student-info-system-master/src/main/resources/static/css/rotation/img/inner_vid_close.png 2.04KB
  115. student-info-system-master/src/main/resources/static/css/rotation/img/logo.png 1.17KB
  116. student-info-system-master/src/main/resources/static/css/rotation/img/logo_bg_ie.png 1.09KB
  117. student-info-system-master/src/main/resources/static/css/rotation/img/menu1aw_new.png 4.27KB
  118. student-info-system-master/src/main/resources/static/css/rotation/img/menu1w.png 2.15KB
  119. student-info-system-master/src/main/resources/static/css/rotation/img/menu2w.png 2.59KB
  120. student-info-system-master/src/main/resources/static/css/rotation/img/menu3w.png 1.85KB
  121. student-info-system-master/src/main/resources/static/css/rotation/img/menu5w.png 1.58KB
  122. student-info-system-master/src/main/resources/static/css/rotation/img/menu_title1.png 1.2KB
  123. student-info-system-master/src/main/resources/static/css/rotation/img/menu_title2.png 1.2KB
  124. student-info-system-master/src/main/resources/static/css/rotation/img/menu_title3.png 1.2KB
  125. student-info-system-master/src/main/resources/static/css/rotation/img/menu_title4.png 1.2KB
  126. student-info-system-master/src/main/resources/static/css/rotation/img/menu_title5.png 1.2KB
  127. student-info-system-master/src/main/resources/static/css/rotation/img/selected_blk.png 1.73KB
  128. student-info-system-master/src/main/resources/static/css/rotation/img/shad_lhs.png 4.56KB
  129. student-info-system-master/src/main/resources/static/css/rotation/img/shad_rhs.png 5.21KB
  130. student-info-system-master/src/main/resources/static/css/rotation/img/shad_tile.png 305B
  131. student-info-system-master/src/main/resources/static/css/rotation/img/spinner.gif 723B
  132. student-info-system-master/src/main/resources/static/css/rotation/img/thumb_bg.png 1.4KB
  133. student-info-system-master/src/main/resources/static/css/rotation/img/time_sprite.png 1.23KB
  134. student-info-system-master/src/main/resources/static/css/rotation/img/title1.png 1.83KB
  135. student-info-system-master/src/main/resources/static/css/rotation/img/title2.png 1.83KB
  136. student-info-system-master/src/main/resources/static/css/rotation/img/title3.png 1.84KB
  137. student-info-system-master/src/main/resources/static/css/rotation/img/title4.png 1.83KB
  138. student-info-system-master/src/main/resources/static/css/rotation/img/title5.png 1.84KB
  139. student-info-system-master/src/main/resources/static/css/rotation/img/video.png 2.27KB
  140. student-info-system-master/src/main/resources/static/css/rotation/preview.css 9.11KB
  141. student-info-system-master/src/main/resources/static/css/rotation/reset.css 648B
  142. student-info-system-master/src/main/resources/static/css/rotation/skin.min.css 10.58KB
  143. student-info-system-master/src/main/resources/static/css/rotation/text.css 418B
  144. student-info-system-master/src/main/resources/static/css/styles.css 5.03KB
  145. student-info-system-master/src/main/resources/static/css/vendor/
  146. student-info-system-master/src/main/resources/static/css/vendor/buttons.bootstrap4.css 4.74KB
  147. student-info-system-master/src/main/resources/static/css/vendor/dataTables.bootstrap4.css 5.66KB
  148. student-info-system-master/src/main/resources/static/css/vendor/fullcalendar.min.css 15.69KB
  149. student-info-system-master/src/main/resources/static/css/vendor/ion.rangeSlider.css 3.35KB
  150. student-info-system-master/src/main/resources/static/css/vendor/ion.rangeSlider.skinModern.css 2.25KB
  151. student-info-system-master/src/main/resources/static/css/vendor/jquery-jvectormap-1.2.2.css 692B
  152. student-info-system-master/src/main/resources/static/css/vendor/responsive.bootstrap4.css 4.63KB
  153. student-info-system-master/src/main/resources/static/css/vendor/select.bootstrap4.css 4.52KB
  154. student-info-system-master/src/main/resources/static/css/vendor/sweetalert2.min.css 26.11KB
  155. student-info-system-master/src/main/resources/static/css/vendor/switchery.min.css 682B
  156. student-info-system-master/src/main/resources/static/css/vendor/toastr.min.css 6.3KB
  157. student-info-system-master/src/main/resources/static/fonts/
  158. student-info-system-master/src/main/resources/static/fonts/icomoon.eot 1.5KB
  159. student-info-system-master/src/main/resources/static/fonts/icomoon.svg 1.82KB
  160. student-info-system-master/src/main/resources/static/fonts/icomoon.ttf 1.34KB
  161. student-info-system-master/src/main/resources/static/fonts/icomoon.woff 1.42KB
  162. student-info-system-master/src/main/resources/static/images/
  163. student-info-system-master/src/main/resources/static/images/admin_LoginUi.jpg 229.87KB
  164. student-info-system-master/src/main/resources/static/images/baobao.png 29.68KB
  165. student-info-system-master/src/main/resources/static/images/icon.png 25.17KB
  166. student-info-system-master/src/main/resources/static/images/stu_bg.jpg 418.9KB
  167. student-info-system-master/src/main/resources/static/img/
  168. student-info-system-master/src/main/resources/static/img/blank.png 110B
  169. student-info-system-master/src/main/resources/static/img/jt1.jpg 2.13MB
  170. student-info-system-master/src/main/resources/static/img/jt2.jpg 218.5KB
  171. student-info-system-master/src/main/resources/static/img/jt3.jpg 655.71KB
  172. student-info-system-master/src/main/resources/static/img/jt4.jpg 121.25KB
  173. student-info-system-master/src/main/resources/static/img/jt5.jpg 309.23KB
  174. student-info-system-master/src/main/resources/static/img/jt6.jpg 323.11KB
  175. student-info-system-master/src/main/resources/static/img/jt7.jpg 244.71KB
  176. student-info-system-master/src/main/resources/static/img/jt8.jpg 261.55KB
  177. student-info-system-master/src/main/resources/static/img/thumbs/
  178. student-info-system-master/src/main/resources/static/img/thumbs/jt1.jpg 2.13MB
  179. student-info-system-master/src/main/resources/static/img/thumbs/jt2.jpg 218.5KB
  180. student-info-system-master/src/main/resources/static/img/thumbs/jt3.jpg 655.71KB
  181. student-info-system-master/src/main/resources/static/img/thumbs/jt4.jpg 121.25KB
  182. student-info-system-master/src/main/resources/static/img/thumbs/jt5.jpg 309.23KB
  183. student-info-system-master/src/main/resources/static/img/thumbs/jt6.jpg 323.11KB
  184. student-info-system-master/src/main/resources/static/img/thumbs/jt7.jpg 244.71KB
  185. student-info-system-master/src/main/resources/static/img/thumbs/jt8.jpg 261.55KB
  186. student-info-system-master/src/main/resources/static/js/
  187. student-info-system-master/src/main/resources/static/js/app.js 8.36KB
  188. student-info-system-master/src/main/resources/static/js/carousel.js 6.93KB
  189. student-info-system-master/src/main/resources/static/js/jquery-2.1.1.min.js 82.3KB
  190. student-info-system-master/src/main/resources/static/js/layer/
  191. student-info-system-master/src/main/resources/static/js/layer/layer.js 21.6KB
  192. student-info-system-master/src/main/resources/static/js/layer/mobile/
  193. student-info-system-master/src/main/resources/static/js/layer/mobile/layer.js 3.22KB
  194. student-info-system-master/src/main/resources/static/js/layer/mobile/need/
  195. student-info-system-master/src/main/resources/static/js/layer/mobile/need/layer.css 5.14KB
  196. student-info-system-master/src/main/resources/static/js/layer/theme/
  197. student-info-system-master/src/main/resources/static/js/layer/theme/default/
  198. student-info-system-master/src/main/resources/static/js/layer/theme/default/icon-ext.png 5.77KB
  199. student-info-system-master/src/main/resources/static/js/layer/theme/default/icon.png 11.22KB
  200. student-info-system-master/src/main/resources/static/js/layer/theme/default/layer.css 14.03KB
  201. student-info-system-master/src/main/resources/static/js/layer/theme/default/loading-0.gif 5.66KB
  202. student-info-system-master/src/main/resources/static/js/layer/theme/default/loading-1.gif 701B
  203. student-info-system-master/src/main/resources/static/js/layer/theme/default/loading-2.gif 1.75KB
  204. student-info-system-master/src/main/resources/static/js/outstands/
  205. student-info-system-master/src/main/resources/static/js/outstands/OrganizationManagementSelectLinkage.js 13.49KB
  206. student-info-system-master/src/main/resources/static/js/outstands/SocialPracticeSelectLinkage.js 4.21KB
  207. student-info-system-master/src/main/resources/static/js/outstands/creativeAbilitySelectLinkage.js 5.01KB
  208. student-info-system-master/src/main/resources/static/js/outstands/professionalSelectLinkage.js 4.6KB
  209. student-info-system-master/src/main/resources/static/js/outstands/stylisticAbilitySelectLinkage.js 4.91KB
  210. student-info-system-master/src/main/resources/static/js/pages/
  211. student-info-system-master/src/main/resources/static/js/pages/calendar.init.js 4.4KB
  212. student-info-system-master/src/main/resources/static/js/pages/chartjs.init.js 3.26KB
  213. student-info-system-master/src/main/resources/static/js/pages/dashboard.init.js 2.69KB
  214. student-info-system-master/src/main/resources/static/js/pages/datatables.init.js 1.12KB
  215. student-info-system-master/src/main/resources/static/js/pages/form-advanced.init.js 1.09KB
  216. student-info-system-master/src/main/resources/static/js/pages/knob.init.js
  217. student-info-system-master/src/main/resources/static/js/pages/maps.init.js 3.5KB
  218. student-info-system-master/src/main/resources/static/js/pages/range-sliders.init.js 1.15KB
  219. student-info-system-master/src/main/resources/static/js/pages/sparkline.init.js 2.12KB
  220. student-info-system-master/src/main/resources/static/js/pages/sweet-alerts.init.js 4.25KB
  221. student-info-system-master/src/main/resources/static/js/pages/toastr.init.js 2.29KB
  222. student-info-system-master/src/main/resources/static/js/professionalSelectLinkage.js 3.7KB
  223. student-info-system-master/src/main/resources/static/js/rotation/
  224. student-info-system-master/src/main/resources/static/js/rotation/jquery-1.5.2.min.js 83.91KB
  225. student-info-system-master/src/main/resources/static/js/rotation/jquery.pixelentity.kenburnsSlider.min.js 35.05KB
  226. student-info-system-master/src/main/resources/static/js/rotation/preview.js 507B
  227. student-info-system-master/src/main/resources/static/js/vendor.js 764.62KB
  228. student-info-system-master/src/main/resources/static/js/vendor/
  229. student-info-system-master/src/main/resources/static/js/vendor/Chart.bundle.js 522.79KB
  230. student-info-system-master/src/main/resources/static/js/vendor/bootstrap-maxlength.min.js 4.86KB
  231. student-info-system-master/src/main/resources/static/js/vendor/buttons.bootstrap4.min.js 899B
  232. student-info-system-master/src/main/resources/static/js/vendor/buttons.flash.min.js 25.43KB
  233. student-info-system-master/src/main/resources/static/js/vendor/buttons.html5.min.js 23.45KB
  234. student-info-system-master/src/main/resources/static/js/vendor/buttons.print.min.js 2.04KB
  235. student-info-system-master/src/main/resources/static/js/vendor/dataTables.bootstrap4.js 4.58KB
  236. student-info-system-master/src/main/resources/static/js/vendor/dataTables.buttons.min.js 17.83KB
  237. student-info-system-master/src/main/resources/static/js/vendor/dataTables.keyTable.min.js 9.4KB
  238. student-info-system-master/src/main/resources/static/js/vendor/dataTables.responsive.min.js 12.73KB
  239. student-info-system-master/src/main/resources/static/js/vendor/dataTables.select.min.js 11.49KB
  240. student-info-system-master/src/main/resources/static/js/vendor/fullcalendar.min.js 208.76KB
  241. student-info-system-master/src/main/resources/static/js/vendor/gmaps.min.js 31.05KB
  242. student-info-system-master/src/main/resources/static/js/vendor/ion.rangeSlider.min.js 39.94KB
  243. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-1.2.2.min.js 32.54KB
  244. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-au-mill-en.js 33.06KB
  245. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-in-mill-en.js 137.9KB
  246. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-us-il-chicago-mill-en.js 37.72KB
  247. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-us-merc-en.js 127.71KB
  248. student-info-system-master/src/main/resources/static/js/vendor/jquery-jvectormap-world-mill-en.js 140.93KB
  249. student-info-system-master/src/main/resources/static/js/vendor/jquery-ui.min.js 234.79KB
  250. student-info-system-master/src/main/resources/static/js/vendor/jquery.dataTables.js 435.34KB
  251. student-info-system-master/src/main/resources/static/js/vendor/jquery.knob.min.js 10.55KB
  252. student-info-system-master/src/main/resources/static/js/vendor/jquery.sparkline.min.js 61.2KB
  253. student-info-system-master/src/main/resources/static/js/vendor/responsive.bootstrap4.min.js 1.21KB
  254. student-info-system-master/src/main/resources/static/js/vendor/sweetalert2.min.js 32.86KB
  255. student-info-system-master/src/main/resources/static/js/vendor/switchery.min.js 24.04KB
  256. student-info-system-master/src/main/resources/static/js/vendor/toastr.min.js 5.13KB
  257. student-info-system-master/src/main/resources/templates/
  258. student-info-system-master/src/main/resources/templates/commons/
  259. student-info-system-master/src/main/resources/templates/commons/footer.html 788B
  260. student-info-system-master/src/main/resources/templates/commons/rotationPicture.html 4.69KB
  261. student-info-system-master/src/main/resources/templates/commons/sideBar.html 3.63KB
  262. student-info-system-master/src/main/resources/templates/commons/surveySideBar.html 3.81KB
  263. student-info-system-master/src/main/resources/templates/commons/surveyTopBar.html 8.39KB
  264. student-info-system-master/src/main/resources/templates/commons/topBar.html 8.35KB
  265. student-info-system-master/src/main/resources/templates/outstands/
  266. student-info-system-master/src/main/resources/templates/outstands/stu_creativeAbility.html 11.38KB
  267. student-info-system-master/src/main/resources/templates/outstands/stu_organizationManagement.html 11.07KB
  268. student-info-system-master/src/main/resources/templates/outstands/stu_professionalAbility.html 18.68KB
  269. student-info-system-master/src/main/resources/templates/outstands/stu_socialPractice.html 11.08KB
  270. student-info-system-master/src/main/resources/templates/outstands/stu_stylisticAbility.html 11.08KB
  271. student-info-system-master/src/main/resources/templates/stu_academicPerformance.html 10.52KB
  272. student-info-system-master/src/main/resources/templates/stu_behaviorPerformance.html 18.65KB
  273. student-info-system-master/src/main/resources/templates/stu_index.html 3.81KB
  274. student-info-system-master/src/main/resources/templates/stu_info.html 16.25KB
  275. student-info-system-master/src/main/resources/templates/stu_login.html 4.25KB
  276. student-info-system-master/src/main/resources/templates/stu_professionalAbility.html 8.98KB
  277. student-info-system-master/src/main/resources/templates/surveyTeam/
  278. student-info-system-master/src/main/resources/templates/surveyTeam/admin_login.html 5.27KB
  279. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/
  280. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/stuSurvey_creativeAbility.html 25.95KB
  281. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/stuSurvey_organizationManagement.html 25.95KB
  282. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/stuSurvey_professionalAbility.html 14.91KB
  283. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/stuSurvey_socialPractice.html 25.95KB
  284. student-info-system-master/src/main/resources/templates/surveyTeam/outstands/stuSurvey_stylisticAbility.html 25.95KB
  285. student-info-system-master/src/main/resources/templates/surveyTeam/stuSurvey_academicPerformance.html 16.48KB
  286. student-info-system-master/src/main/resources/templates/surveyTeam/stuSurvey_behaviorPerformance.html 15.95KB
  287. student-info-system-master/src/main/resources/templates/surveyTeam/stuSurvey_index.html 11.26KB
  288. student-info-system-master/src/main/resources/templates/surveyTeam/stuSurvey_info.html 6.21KB
  289. student-info-system-master/src/main/resources/templates/test.html 2.1KB
  290. student-info-system-master/student_info_system-final.sql 48.28KB
0评论
提交 加载更多评论
其他资源 信息登记系统的设计与实现
信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设计与实现信息登记系统的设
华东师范大学软件工程学院,研究生课程《软件架构设计》课程作业,会议论文投稿系统
1过程需求介绍 论文投稿系统是一个为用户设计的用于投稿的系统,用户主要分为投稿人与审稿人,投稿人可以将自己的论文上传进行投稿,审稿人负责将投稿人所投的稿件进行审批,一篇论文会由多个审稿人进行审稿,以保证审稿的合理性。 2运行环境 2.1硬件条件 计算机: CPU:intel i7-8700K,内存32G,64位操作系统 2.2软件条件 操作系统: Windows 7/10 基本软件: 任一浏览器 3软件详细功能需求 (1)登陆注册功能:审稿人和投稿人分别利用各自的信息完成注册,登陆后会有不同的权限。 (2)个人信息功能:投稿人与审稿人可以编辑自己的个人信息,同时想要修改信息的时候也可以进行修改。 (3)投稿功能:投稿人可将自己想要投稿的论文上传,同时投稿人可以看到自己的上传的论文‘ (4)审稿功能:审稿人可对稿件进行审批,并对不同的论文给出不同的评价。
Python基于OpenCV的实时疲劳检测[源码&演示视频&部署教程]
3.检测方法 1)方法 与用于计算眨眼的传统图像处理方法不同,该方法通常涉及以下几种组合: 1、眼睛定位。 2、阈值找到眼睛的白色。 3、确定眼睛的“白色”区域是否消失了一段时间(表示眨眼)。 相反,眼睛长宽比是一种更为优雅的解决方案,它涉及基于眼睛面部轮廓之间的距离之比的非常简单的计算。 参考该博客,这种眨眼检测方法快速,高效且易于实现。 (2)眼睛纵横比 我们可以应用脸部界标检测来定位脸部重要区域,包括眼睛,眉毛,鼻子,耳朵和嘴巴 这也意味着我们可以通过了解特定面部部分的索引来提取特定面部结构: 在眨眼检测方面,我们只对两套面部结构感兴趣:眼睛。 每只眼睛都由6 (x,y)坐标表示,从坐标的左角开始(就像您在看那个人一样),然后沿该区域的其余部分顺时针旋转: 基于此图像,我们应该取消关键点: 这些坐标的宽度和高度之间存在关系。 根据Soukupová和Čech在2016年的论文《使用面部地标进行实时眼睛眨眼检测》的工作,我们可以得出一个反映这种关系的方程,称为眼睛纵横比(EAR):
品达物流TMS,TMS全称为:Transportation Management System
一、关联仓库 品达物流-通用权限:https://gitee.com/itxinfei/pinda-authority 品达物流-集信达:https://gitee.com/itxinfei/jixinda.git 二、项目介绍 本项目名称为品达物流TMS,TMS全称为:Transportation Management System,即运输管理系统,是对运输作业从运力资源准备到最终货物抵达目的地的全流程管理。 TMS系统适用于运输公司、各企业下面的运输队等,它主要包括订单管理、配载作业、调度分配、行车管理、GPS车辆定位系统、车辆管理、线路管理、车次管理、 人员管理、数据报表、基本信息维护等模块。该系统对车辆、驾驶员、线路等进行全面详细的统计考核,能大大提高运作效率,降低运输成本,使公司能够在激烈的市场竞争中处于领先地位。 本项目从用户层面可以分为四个端:TMS后台系统管理端、客户端App、快递员端App、司机端App。 TMS后台系统管理端:公司内部管理员用户使用,可以进行基础数据维护、订
基于ssm汽车租赁系统实现
系统名称 汽车租赁系统 carRental 系统概要 汽车租赁系统总共分为两个大的模块,分别是系统模块和业务模块。其中系统模块和业务模块底下又有其子模块。 功能模块 一、业务模块 1、客户管理 客户列表 客户分页和模糊查询 客户添加、修改、删除 导出客户数据 2、车辆管理 车辆列表 车辆车辆分页和模糊查询 车辆添加、修改、删除 3、业务管理 汽车出租 1、根据客户身份证查询所有未出租的车辆信息 2、进行出租 出租单管理 1、多条件的模糊查询和分页 2、出租单的修改、删除、导出 汽车入库 检查单管理 1、多条件模糊查询和分页 2、检查单修改 3、导出检查单 4、统计分析 客户男女比例图 月出租量统计 销售员业绩统计 出租车辆类型统计 二、系统模块 1、用户登陆 校验用户名和密码 登陆成功将登陆信息写入登陆日志 未登录进行拦截 2、菜单管理 全查询菜单和根据左边的树查询不同菜单 菜单的添加、修改、删除 3、角色管理 全查询角色和模糊查询 角色的添加、修改、删除 4、用户管理 全查询用户和模糊查询 用户的添加、修改、删除以及重置密码 5、数据源的监控(druid monitor)
云飞机构养老管理平台系统
介绍 ​ 通过该系统,养老机构可将各职能部门、服务单元以及外部市场连成一个有机整体,进行快速、高效的信息收集和业务处理;辅助医疗、康复、护理、供给、消耗、咨询、办公、劳资及财务等多项管理功能,整合内外部环境多方面的信息,为养老机构的管理和服务提供适时、准确、可靠的决策依据,提高经营管理效能,增强养老机构的核心竞争力。 ​ 建立一个计费收费管理、接待咨询管理、老人档案、人事管理、仓库管理、统计分析全面集成、资源共享的信息化管理系统,全面提高经营管理水平。   规范收费管理,实现精准、迅捷的电脑自动化计费、结账,提高收费工作效率,提升财务管理质量。 加强老人档案资料和服务项目的管理,提供多角度的在住老人情况分析功能,辅助管理层,随时全方位掌握老人信息,提升服务质量。   提高仓库物品周转效率,规范仓库管理运作,降低库存和运营成本。   通过系统的实时的数据统计分析,给管理人员提供全面、准确的、科学的决策依据。 适用范围   适用于养老院、老年福利院、老年公寓、敬老院、老年康复中心、大型养老社区等养老机构。   系统特点    操作简单,界面友好:满足客户已有的操作习惯;
基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式
内置功能 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。 岗位管理:配置系统用户所属担任职务。 菜单管理:配置系统菜单,操作权限,按钮权限标识等。 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。 字典管理:对系统中经常使用的一些较为固定的数据进行维护。 参数管理:对系统动态配置常用参数。 通知公告:系统通知公告信息发布维护。 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。 登录日志:系统登录日志记录查询包含登录异常。 在线用户:当前系统中活跃用户状态监控。 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。 代码生成:前后端代码的生成(java、html、xml、sql)支持CRUD下载 。 系统接口:根据业务代码自动生成相关的api接口文档。 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。 在线构建器:拖动表单元素生成相应的HTML代码。 连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式 基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式 基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式
开源的房屋租赁管理系统
简介: 一个开源的房屋租赁管理系统,改变传统租房平台中间商的思路,带来P2P租房新模式,租客和房东直接对接。前期提供房东房源发布和租客求租等功能。建立租赁关系后,提供租客交租和房屋报修等功能,房东管理租客信息,维修房屋等功能。终止租赁关系后,租客对房东进行评价评分,提供给后来租客做参考。 完全基于JavaScrict的应用程序,包含:基于node-js的服务端、基于vue的后台管理系统、基于uni-app的租客端和房东端。 客户端基于uni-app可发布到iOS、Android、Web(响应式)、以及各种小程序(微信/支付宝/百度/头条/飞书/QQ/快手/钉钉/淘宝)、快应用等多个平台。 如果你觉得此项目具有学习价值,请点一个star。如果你觉得此项目具有商业价值,V我$500W,我们上船,启航!