ZIP基于JAVA的竞赛项目申报系统(Vue.js+SpringBoot+MySQL) 10.33MB

as230627

资源文件列表:

T332源码.zip 大约有455个文件
  1. T332.sql 18.11KB
  2. back/
  3. back/pom.xml 4.46KB
  4. back/src/
  5. back/src/main/
  6. back/src/main/java/
  7. back/src/main/java/com/
  8. back/src/main/java/com/SpringbootSchemaApplication.java 802B
  9. back/src/main/java/com/annotation/
  10. back/src/main/java/com/annotation/APPLoginUser.java 320B
  11. back/src/main/java/com/annotation/IgnoreAuth.java 196B
  12. back/src/main/java/com/annotation/LoginUser.java 317B
  13. back/src/main/java/com/config/
  14. back/src/main/java/com/config/AlipayConfig.java 534B
  15. back/src/main/java/com/config/InterceptorConfig.java 1.48KB
  16. back/src/main/java/com/config/MybatisPlusConfig.java 523B
  17. back/src/main/java/com/controller/
  18. back/src/main/java/com/controller/ChuangxinchuangyeController.java 7.46KB
  19. back/src/main/java/com/controller/ChuangxinchuangyepingshenController.java 8.27KB
  20. back/src/main/java/com/controller/CommonController.java 7.43KB
  21. back/src/main/java/com/controller/ConfigController.java 3.19KB
  22. back/src/main/java/com/controller/FileController.java 4.08KB
  23. back/src/main/java/com/controller/LuyanxiangmuController.java 7.14KB
  24. back/src/main/java/com/controller/LuyanxiangmupingshenController.java 7.94KB
  25. back/src/main/java/com/controller/UsersController.java 5.18KB
  26. back/src/main/java/com/controller/XueshengController.java 8.94KB
  27. back/src/main/java/com/controller/ZhuanjiaController.java 9.02KB
  28. back/src/main/java/com/dao/
  29. back/src/main/java/com/dao/ChuangxinchuangyeDao.java 1.08KB
  30. back/src/main/java/com/dao/ChuangxinchuangyepingshenDao.java 1.2KB
  31. back/src/main/java/com/dao/CommonDao.java 701B
  32. back/src/main/java/com/dao/ConfigDao.java 199B
  33. back/src/main/java/com/dao/LuyanxiangmuDao.java 1KB
  34. back/src/main/java/com/dao/LuyanxiangmupingshenDao.java 1.13KB
  35. back/src/main/java/com/dao/TokenDao.java 560B
  36. back/src/main/java/com/dao/UsersDao.java 561B
  37. back/src/main/java/com/dao/XueshengDao.java 963B
  38. back/src/main/java/com/dao/ZhuanjiaDao.java 963B
  39. back/src/main/java/com/entity/
  40. back/src/main/java/com/entity/ChuangxinchuangyeEntity.java 4.21KB
  41. back/src/main/java/com/entity/ChuangxinchuangyepingshenEntity.java 4.91KB
  42. back/src/main/java/com/entity/ConfigEntity.java 851B
  43. back/src/main/java/com/entity/EIException.java 845B
  44. back/src/main/java/com/entity/LuyanxiangmuEntity.java 3.71KB
  45. back/src/main/java/com/entity/LuyanxiangmupingshenEntity.java 4.85KB
  46. back/src/main/java/com/entity/TokenEntity.java 2.14KB
  47. back/src/main/java/com/entity/UsersEntity.java 1.23KB
  48. back/src/main/java/com/entity/XueshengEntity.java 3.95KB
  49. back/src/main/java/com/entity/ZhuanjiaEntity.java 3.38KB
  50. back/src/main/java/com/entity/model/
  51. back/src/main/java/com/entity/model/ChuangxinchuangyeModel.java 2.92KB
  52. back/src/main/java/com/entity/model/ChuangxinchuangyepingshenModel.java 3.63KB
  53. back/src/main/java/com/entity/model/LuyanxiangmuModel.java 2.44KB
  54. back/src/main/java/com/entity/model/LuyanxiangmupingshenModel.java 3.6KB
  55. back/src/main/java/com/entity/model/XueshengModel.java 2.78KB
  56. back/src/main/java/com/entity/model/ZhuanjiaModel.java 2.09KB
  57. back/src/main/java/com/entity/view/
  58. back/src/main/java/com/entity/view/ChuangxinchuangyeView.java 991B
  59. back/src/main/java/com/entity/view/ChuangxinchuangyepingshenView.java 1.04KB
  60. back/src/main/java/com/entity/view/LuyanxiangmuView.java 946B
  61. back/src/main/java/com/entity/view/LuyanxiangmupingshenView.java 1KB
  62. back/src/main/java/com/entity/view/XueshengView.java 904B
  63. back/src/main/java/com/entity/view/ZhuanjiaView.java 904B
  64. back/src/main/java/com/entity/vo/
  65. back/src/main/java/com/entity/vo/ChuangxinchuangyeVO.java 2.83KB
  66. back/src/main/java/com/entity/vo/ChuangxinchuangyepingshenVO.java 3.54KB
  67. back/src/main/java/com/entity/vo/LuyanxiangmuVO.java 2.34KB
  68. back/src/main/java/com/entity/vo/LuyanxiangmupingshenVO.java 3.5KB
  69. back/src/main/java/com/entity/vo/XueshengVO.java 2.69KB
  70. back/src/main/java/com/entity/vo/ZhuanjiaVO.java 2KB
  71. back/src/main/java/com/interceptor/
  72. back/src/main/java/com/interceptor/AuthorizationInterceptor.java 3.3KB
  73. back/src/main/java/com/service/
  74. back/src/main/java/com/service/ChuangxinchuangyeService.java 1.09KB
  75. back/src/main/java/com/service/ChuangxinchuangyepingshenService.java 1.2KB
  76. back/src/main/java/com/service/CommonService.java 615B
  77. back/src/main/java/com/service/ConfigService.java 393B
  78. back/src/main/java/com/service/LuyanxiangmuService.java 1.02KB
  79. back/src/main/java/com/service/LuyanxiangmupingshenService.java 1.13KB
  80. back/src/main/java/com/service/TokenService.java 684B
  81. back/src/main/java/com/service/UsersService.java 603B
  82. back/src/main/java/com/service/XueshengService.java 980B
  83. back/src/main/java/com/service/ZhuanjiaService.java 980B
  84. back/src/main/java/com/service/impl/
  85. back/src/main/java/com/service/impl/ChuangxinchuangyeServiceImpl.java 2.06KB
  86. back/src/main/java/com/service/impl/ChuangxinchuangyepingshenServiceImpl.java 2.25KB
  87. back/src/main/java/com/service/impl/CommonServiceImpl.java 1.41KB
  88. back/src/main/java/com/service/impl/ConfigServiceImpl.java 918B
  89. back/src/main/java/com/service/impl/LuyanxiangmuServiceImpl.java 1.95KB
  90. back/src/main/java/com/service/impl/LuyanxiangmupingshenServiceImpl.java 2.13KB
  91. back/src/main/java/com/service/impl/TokenServiceImpl.java 2.41KB
  92. back/src/main/java/com/service/impl/UsersServiceImpl.java 1.36KB
  93. back/src/main/java/com/service/impl/XueshengServiceImpl.java 1.85KB
  94. back/src/main/java/com/service/impl/ZhuanjiaServiceImpl.java 1.85KB
  95. back/src/main/java/com/utils/
  96. back/src/main/java/com/utils/BaiduUtil.java 7.54KB
  97. back/src/main/java/com/utils/CommonUtil.java 4.15KB
  98. back/src/main/java/com/utils/FileUtil.java 680B
  99. back/src/main/java/com/utils/HttpClientUtils.java 1013B
  100. back/src/main/java/com/utils/JQPageInfo.java 790B
  101. back/src/main/java/com/utils/MD5Util.java 337B
  102. back/src/main/java/com/utils/MPUtil.java 5.17KB
  103. back/src/main/java/com/utils/PageUtils.java 1.92KB
  104. back/src/main/java/com/utils/Query.java 2.6KB
  105. back/src/main/java/com/utils/R.java 884B
  106. back/src/main/java/com/utils/SQLFilter.java 1.04KB
  107. back/src/main/java/com/utils/SpringContextUtils.java 1.1KB
  108. back/src/main/java/com/utils/ValidatorUtils.java 1.08KB
  109. back/src/main/resources/
  110. back/src/main/resources/application.yml 1.55KB
  111. back/src/main/resources/mapper/
  112. back/src/main/resources/mapper/ChuangxinchuangyeDao.xml 1.69KB
  113. back/src/main/resources/mapper/ChuangxinchuangyepingshenDao.xml 1.97KB
  114. back/src/main/resources/mapper/CommonDao.xml 2.61KB
  115. back/src/main/resources/mapper/ConfigDao.xml 200B
  116. back/src/main/resources/mapper/LuyanxiangmuDao.xml 1.52KB
  117. back/src/main/resources/mapper/LuyanxiangmupingshenDao.xml 1.88KB
  118. back/src/main/resources/mapper/TokenDao.xml 377B
  119. back/src/main/resources/mapper/UsersDao.xml 379B
  120. back/src/main/resources/mapper/XueshengDao.xml 1.52KB
  121. back/src/main/resources/mapper/ZhuanjiaDao.xml 1.4KB
  122. back/src/main/resources/static/
  123. back/src/main/resources/static/upload/
  124. back/src/main/resources/static/upload/1577351717989.jpg 153.3KB
  125. back/src/main/resources/static/upload/1680185394832.jpg 15.08KB
  126. back/src/main/resources/static/upload/1680185409123.jpg 16.16KB
  127. back/src/main/resources/static/upload/1680185435850.jpg 64.49KB
  128. back/src/main/resources/static/upload/1680185468848.mp4 1.18MB
  129. back/src/main/resources/static/upload/test
  130. back/src/main/resources/static/upload/xuesheng_touxiang1.jpg 40.23KB
  131. back/src/main/resources/static/upload/xuesheng_touxiang2.jpg 59.36KB
  132. back/src/main/resources/static/upload/xuesheng_touxiang3.jpg 33.75KB
  133. back/src/main/resources/static/upload/xuesheng_touxiang4.jpg 26.09KB
  134. back/src/main/resources/static/upload/xuesheng_touxiang5.jpg 31.13KB
  135. back/src/main/resources/static/upload/xuesheng_touxiang6.jpg 27.65KB
  136. back/src/main/resources/static/upload/xuesheng_touxiang7.jpg 60.55KB
  137. back/src/main/resources/static/upload/xuesheng_touxiang8.jpg 66.82KB
  138. back/src/main/resources/static/upload/zhuanjia_touxiang1.jpg 30.67KB
  139. back/src/main/resources/static/upload/zhuanjia_touxiang2.jpg 21.33KB
  140. back/src/main/resources/static/upload/zhuanjia_touxiang3.jpg 8.76KB
  141. back/src/main/resources/static/upload/zhuanjia_touxiang4.jpg 27.28KB
  142. back/src/main/resources/static/upload/zhuanjia_touxiang5.jpg 97.18KB
  143. back/src/main/resources/static/upload/zhuanjia_touxiang6.jpg 28.47KB
  144. back/src/main/resources/static/upload/zhuanjia_touxiang7.jpg 30.67KB
  145. back/src/main/resources/static/upload/zhuanjia_touxiang8.jpg 6.85KB
  146. back/src/test/
  147. back/src/test/java/
  148. back/src/test/java/com/
  149. back/src/test/java/com/SpringbootSchemaApplicationTests.java 218B
  150. front/
  151. front/1-install.bat 12B
  152. front/2-run.bat 14B
  153. front/3-build.bat 15B
  154. front/babel.config.js 73B
  155. front/dist/
  156. front/dist/css/
  157. front/dist/css/app.b971a2b8.css 296.21KB
  158. front/dist/css/chunk-vendors.a48a7cc1.css 36.57KB
  159. front/dist/favicon.ico 4.19KB
  160. front/dist/fonts/
  161. front/dist/fonts/element-icons.535877f5.woff 27.54KB
  162. front/dist/fonts/element-icons.732389de.ttf 54.64KB
  163. front/dist/img/
  164. front/dist/img/404.3648f234.png 21.19KB
  165. front/dist/img/zhongguo.20798bfa.png 4.74KB
  166. front/dist/index.html 1004B
  167. front/dist/js/
  168. front/dist/js/app.466e4b53.js 330.08KB
  169. front/dist/js/app.466e4b53.js.map 966.12KB
  170. front/dist/js/chunk-vendors.d1414416.js 2.39MB
  171. front/dist/js/chunk-vendors.d1414416.js.map 10.99MB
  172. front/package-lock.json 424.26KB
  173. front/package.json 1.46KB
  174. front/public/
  175. front/public/favicon.ico 4.19KB
  176. front/public/index.html 638B
  177. front/src/
  178. front/src/App.vue 339B
  179. front/src/assets/
  180. front/src/assets/css/
  181. front/src/assets/css/canvas-bg-1.css 391B
  182. front/src/assets/css/canvas-bg-2.css 83B
  183. front/src/assets/css/canvas-bg-3.css 61B
  184. front/src/assets/css/canvas-bg-4.css 61B
  185. front/src/assets/css/canvas-bg-5.css 61B
  186. front/src/assets/css/element-variables.scss 362B
  187. front/src/assets/css/style.scss 691B
  188. front/src/assets/img/
  189. front/src/assets/img/404.png 21.19KB
  190. front/src/assets/img/QRcode.png 11.74KB
  191. front/src/assets/img/avator.png 89.84KB
  192. front/src/assets/img/bg.jpg 4.12MB
  193. front/src/assets/img/captcha.jpg 3.29KB
  194. front/src/assets/img/jiahao.png 5.38KB
  195. front/src/assets/img/login.png 843B
  196. front/src/assets/img/logo.png 4.75KB
  197. front/src/assets/img/password.png 1.33KB
  198. front/src/assets/img/role.png 2.89KB
  199. front/src/assets/img/test/
  200. front/src/assets/img/test/jianshe.png 3.73KB
  201. front/src/assets/img/test/jiaotong.png 3.59KB
  202. front/src/assets/img/test/nongye.png 2.71KB
  203. front/src/assets/img/test/weixin.png 1.8KB
  204. front/src/assets/img/test/zhifubao.png 1.88KB
  205. front/src/assets/img/test/zhongguo.png 4.74KB
  206. front/src/assets/img/username.png 1.15KB
  207. front/src/assets/js/
  208. front/src/assets/js/canvas-bg-1.js 2.02KB
  209. front/src/assets/js/canvas-bg-2.js 7.23KB
  210. front/src/assets/js/canvas-bg-3.js 4.4KB
  211. front/src/assets/js/canvas-bg-4.js 10.87KB
  212. front/src/assets/js/canvas-bg-5.js 5.15KB
  213. front/src/components/
  214. front/src/components/SvgIcon/
  215. front/src/components/SvgIcon/index.vue 692B
  216. front/src/components/common/
  217. front/src/components/common/BreadCrumbs.vue 2.17KB
  218. front/src/components/common/BreadCrumbs.vue.bak 1.95KB
  219. front/src/components/common/Editor.vue 7.2KB
  220. front/src/components/common/ExcelFileUpload.vue 3.92KB
  221. front/src/components/common/FileUpload.vue 3.85KB
  222. front/src/components/common/img.vue 7.69KB
  223. front/src/components/home/
  224. front/src/components/home/HomeCard.vue 1.17KB
  225. front/src/components/home/HomeChart.vue 2.65KB
  226. front/src/components/home/HomeComment.vue 2.67KB
  227. front/src/components/home/HomeProgress.vue 1.17KB
  228. front/src/components/index/
  229. front/src/components/index/IndexAside.vue 1.26KB
  230. front/src/components/index/IndexAsideStatic.vue 8.02KB
  231. front/src/components/index/IndexAsideStatic.vue.bak 1.99KB
  232. front/src/components/index/IndexAsideSub.vue 1.23KB
  233. front/src/components/index/IndexHeader.vue 1.78KB
  234. front/src/components/index/IndexHeader.vue.bak 1.58KB
  235. front/src/components/index/IndexMain.vue 3.47KB
  236. front/src/components/index/IndexMain.vue.bak 2.12KB
  237. front/src/icons/
  238. front/src/icons/index.js 301B
  239. front/src/icons/svg/
  240. front/src/icons/svg/404.svg 1.17KB
  241. front/src/icons/svg/articleEdit.svg 1.32KB
  242. front/src/icons/svg/banner.svg 10.03KB
  243. front/src/icons/svg/bug.svg 1.04KB
  244. front/src/icons/svg/build.svg 629B
  245. front/src/icons/svg/cfg.svg 1.74KB
  246. front/src/icons/svg/channel.svg 990B
  247. front/src/icons/svg/chart.svg 210B
  248. front/src/icons/svg/clipboard.svg 765B
  249. front/src/icons/svg/code.svg 356B
  250. front/src/icons/svg/component.svg 300B
  251. front/src/icons/svg/contacts.svg 3.62KB
  252. front/src/icons/svg/dashboard.svg 1.23KB
  253. front/src/icons/svg/date.svg 921B
  254. front/src/icons/svg/dept.svg 1.28KB
  255. front/src/icons/svg/dict.svg 2.49KB
  256. front/src/icons/svg/documentation.svg 379B
  257. front/src/icons/svg/download.svg 705B
  258. front/src/icons/svg/drag.svg 457B
  259. front/src/icons/svg/druid.svg 449B
  260. front/src/icons/svg/edit.svg 727B
  261. front/src/icons/svg/education.svg 627B
  262. front/src/icons/svg/email.svg 384B
  263. front/src/icons/svg/excel.svg 569B
  264. front/src/icons/svg/exit-fullscreen.svg 1.76KB
  265. front/src/icons/svg/eye-open.svg 1.26KB
  266. front/src/icons/svg/file.svg 821B
  267. front/src/icons/svg/form.svg 607B
  268. front/src/icons/svg/fullscreen.svg 421B
  269. front/src/icons/svg/icon.svg 741B
  270. front/src/icons/svg/international.svg 1.21KB
  271. front/src/icons/svg/job.svg 1.35KB
  272. front/src/icons/svg/language.svg 1.23KB
  273. front/src/icons/svg/link.svg 285B
  274. front/src/icons/svg/list.svg 608B
  275. front/src/icons/svg/lock.svg 561B
  276. front/src/icons/svg/log.svg 1.26KB
  277. front/src/icons/svg/logininfor.svg 1.07KB
  278. front/src/icons/svg/menu.svg 408B
  279. front/src/icons/svg/message.svg 642B
  280. front/src/icons/svg/money.svg 360B
  281. front/src/icons/svg/monitor.svg 525B
  282. front/src/icons/svg/nested.svg 595B
  283. front/src/icons/svg/nested0.svg 595B
  284. front/src/icons/svg/online.svg 2.27KB
  285. front/src/icons/svg/operation.svg 936B
  286. front/src/icons/svg/password.svg 673B
  287. front/src/icons/svg/password0.svg 673B
  288. front/src/icons/svg/pdf.svg 1.67KB
  289. front/src/icons/svg/people.svg 1.41KB
  290. front/src/icons/svg/peoples.svg 853B
  291. front/src/icons/svg/phone.svg 868B
  292. front/src/icons/svg/post.svg 936B
  293. front/src/icons/svg/qq.svg 4.28KB
  294. front/src/icons/svg/search.svg 600B
  295. front/src/icons/svg/sender.svg 220B
  296. front/src/icons/svg/server.svg 469B
  297. front/src/icons/svg/shopping.svg 2.18KB
  298. front/src/icons/svg/shoppingCard.svg 1.24KB
  299. front/src/icons/svg/size.svg 211B
  300. front/src/icons/svg/skill.svg 1.16KB
  301. front/src/icons/svg/star.svg 702B
  302. front/src/icons/svg/svg/
  303. front/src/icons/svg/svg/AI.svg 983B
  304. front/src/icons/svg/svg/AIDeviceLayout.svg 895B
  305. front/src/icons/svg/svg/EIM.svg 996B
  306. front/src/icons/svg/svg/VIP.svg 1.11KB
  307. front/src/icons/svg/svg/agricultureRegister.svg 1.29KB
  308. front/src/icons/svg/svg/area.svg 3.61KB
  309. front/src/icons/svg/svg/base.svg 1.31KB
  310. front/src/icons/svg/svg/batch.svg 1.23KB
  311. front/src/icons/svg/svg/board.svg 889B
  312. front/src/icons/svg/svg/board1.svg 1.18KB
  313. front/src/icons/svg/svg/boardConfig.svg 1.74KB
  314. front/src/icons/svg/svg/cfg.svg 1.74KB
  315. front/src/icons/svg/svg/code.svg 356B
  316. front/src/icons/svg/svg/company.svg 1013B
  317. front/src/icons/svg/svg/crop.svg 1.4KB
  318. front/src/icons/svg/svg/crops.svg 3.44KB
  319. front/src/icons/svg/svg/dashboard.svg 1.23KB
  320. front/src/icons/svg/svg/dataAbnormal.svg 1.49KB
  321. front/src/icons/svg/svg/dataLack.svg 1.35KB
  322. front/src/icons/svg/svg/dept.svg 2.37KB
  323. front/src/icons/svg/svg/device.svg 2.53KB
  324. front/src/icons/svg/svg/deviceMonitorData.svg 908B
  325. front/src/icons/svg/svg/dict.svg 2.49KB
  326. front/src/icons/svg/svg/diseasesinsect.svg 2.78KB
  327. front/src/icons/svg/svg/diseasesinsects.svg 1.16KB
  328. front/src/icons/svg/svg/documentation.svg 379B
  329. front/src/icons/svg/svg/email.svg 384B
  330. front/src/icons/svg/svg/environmental.svg 1.17KB
  331. front/src/icons/svg/svg/eye-open.svg 1.26KB
  332. front/src/icons/svg/svg/farmingProject.svg 979B
  333. front/src/icons/svg/svg/finance.svg 760B
  334. front/src/icons/svg/svg/financeBudget.svg 737B
  335. front/src/icons/svg/svg/financeReality.svg 1.13KB
  336. front/src/icons/svg/svg/firm.svg 1.44KB
  337. front/src/icons/svg/svg/firms.svg 1.03KB
  338. front/src/icons/svg/svg/harvestBatch.svg 533B
  339. front/src/icons/svg/svg/harvestDetection.svg 743B
  340. front/src/icons/svg/svg/harvestManage.svg 677B
  341. front/src/icons/svg/svg/harvestWorks.svg 1.02KB
  342. front/src/icons/svg/svg/heavyMetalDetection.svg 1KB
  343. front/src/icons/svg/svg/home.svg 1.09KB
  344. front/src/icons/svg/svg/inspection.svg 729B
  345. front/src/icons/svg/svg/internet.svg 903B
  346. front/src/icons/svg/svg/internetActive.svg 1.27KB
  347. front/src/icons/svg/svg/log.svg 1.26KB
  348. front/src/icons/svg/svg/mainSystem.svg 967B
  349. front/src/icons/svg/svg/mainSystemActive.svg 1.21KB
  350. front/src/icons/svg/svg/menu.svg 426B
  351. front/src/icons/svg/svg/monitorEquipment.svg 857B
  352. front/src/icons/svg/svg/news.svg 1.46KB
  353. front/src/icons/svg/svg/order.svg 863B
  354. front/src/icons/svg/svg/password.svg 673B
  355. front/src/icons/svg/svg/peoples.svg 854B
  356. front/src/icons/svg/svg/pest.svg 2.78KB
  357. front/src/icons/svg/svg/pestActive.svg 3.03KB
  358. front/src/icons/svg/svg/pesticideResidue.svg 820B
  359. front/src/icons/svg/svg/pests.svg 591B
  360. front/src/icons/svg/svg/phone.svg 868B
  361. front/src/icons/svg/svg/plant.svg 1.97KB
  362. front/src/icons/svg/svg/plants.svg 2.1KB
  363. front/src/icons/svg/svg/plantsActive.svg 2.47KB
  364. front/src/icons/svg/svg/residual.svg 1.46KB
  365. front/src/icons/svg/svg/retroactiveCoding.svg 808B
  366. front/src/icons/svg/svg/scheme.svg 1.23KB
  367. front/src/icons/svg/svg/source.svg 808B
  368. front/src/icons/svg/svg/sourceActive.svg 1.11KB
  369. front/src/icons/svg/svg/system.svg 1.9KB
  370. front/src/icons/svg/svg/task.svg 413B
  371. front/src/icons/svg/svg/tempFarm.svg 1.1KB
  372. front/src/icons/svg/svg/traceability.svg 860B
  373. front/src/icons/svg/svg/traceabilityList.svg 474B
  374. front/src/icons/svg/svg/traceabilityStyle.svg 598B
  375. front/src/icons/svg/svg/user.svg 503B
  376. front/src/icons/svg/svg/user0.svg 503B
  377. front/src/icons/svg/svg/validCode.svg 1KB
  378. front/src/icons/svg/svg/video.svg 590B
  379. front/src/icons/svg/svg/videoEquipment.svg 1.91KB
  380. front/src/icons/svg/svg/videoKey.svg 936B
  381. front/src/icons/svg/svg/vipCustomized.svg 1.37KB
  382. front/src/icons/svg/svg/warnings.svg 708B
  383. front/src/icons/svg/svg/workOrder.svg 1.4KB
  384. front/src/icons/svg/svg/┐┤░х╣▄└э.svg 1.14KB
  385. front/src/icons/svg/svg/╓╪╜Ё╩Ї╝ь▓т╣▄└э.svg 2.44KB
  386. front/src/icons/svg/swagger.svg 1.16KB
  387. front/src/icons/svg/system.svg 1.9KB
  388. front/src/icons/svg/tab.svg 725B
  389. front/src/icons/svg/table.svg 251B
  390. front/src/icons/svg/table0.svg 763B
  391. front/src/icons/svg/task.svg 413B
  392. front/src/icons/svg/template.svg 792B
  393. front/src/icons/svg/theme.svg 667B
  394. front/src/icons/svg/tool.svg 1.42KB
  395. front/src/icons/svg/tree-table.svg 906B
  396. front/src/icons/svg/tree.svg 1.98KB
  397. front/src/icons/svg/user.svg 503B
  398. front/src/icons/svg/user0.svg 503B
  399. front/src/icons/svg/validCode.svg 1KB
  400. front/src/icons/svg/wechat.svg 1.34KB
  401. front/src/icons/svg/zip.svg 1.55KB
  402. front/src/icons/svgo.yml 388B
  403. front/src/main.js 2.5KB
  404. front/src/main.js.bak 2.43KB
  405. front/src/router/
  406. front/src/router/router-static.js 2.94KB
  407. front/src/store/
  408. front/src/store/store.js
  409. front/src/utils/
  410. front/src/utils/api.js 410B
  411. front/src/utils/base.js 397B
  412. front/src/utils/http.js 805B
  413. front/src/utils/i18n.js 350B
  414. front/src/utils/menu.js 3.06KB
  415. front/src/utils/storage.js 490B
  416. front/src/utils/utils.js 2.18KB
  417. front/src/utils/validate.js 1.01KB
  418. front/src/views/
  419. front/src/views/404.vue 912B
  420. front/src/views/board.vue 4.39KB
  421. front/src/views/center.vue 11.16KB
  422. front/src/views/home.vue 1.38KB
  423. front/src/views/index.vue 398B
  424. front/src/views/login.vue 8.73KB
  425. front/src/views/modules/
  426. front/src/views/modules/chuangxinchuangye/
  427. front/src/views/modules/chuangxinchuangye/add-or-update.vue 19.66KB
  428. front/src/views/modules/chuangxinchuangye/list.vue 20.22KB
  429. front/src/views/modules/chuangxinchuangyepingshen/
  430. front/src/views/modules/chuangxinchuangyepingshen/add-or-update.vue 20.25KB
  431. front/src/views/modules/chuangxinchuangyepingshen/list.vue 20.43KB
  432. front/src/views/modules/config/
  433. front/src/views/modules/config/add-or-update.vue 13.44KB
  434. front/src/views/modules/config/list.vue 15.11KB
  435. front/src/views/modules/luyanxiangmu/
  436. front/src/views/modules/luyanxiangmu/add-or-update.vue 18.54KB
  437. front/src/views/modules/luyanxiangmu/list.vue 20.44KB
  438. front/src/views/modules/luyanxiangmupingshen/
  439. front/src/views/modules/luyanxiangmupingshen/add-or-update.vue 20.15KB
  440. front/src/views/modules/luyanxiangmupingshen/list.vue 20.36KB
  441. front/src/views/modules/users/
  442. front/src/views/modules/users/add-or-update.vue 13.14KB
  443. front/src/views/modules/users/list.vue 17.08KB
  444. front/src/views/modules/xuesheng/
  445. front/src/views/modules/xuesheng/add-or-update.vue 18.97KB
  446. front/src/views/modules/xuesheng/list.vue 18.95KB
  447. front/src/views/modules/zhuanjia/
  448. front/src/views/modules/zhuanjia/add-or-update.vue 17.26KB
  449. front/src/views/modules/zhuanjia/list.vue 18.5KB
  450. front/src/views/pay.vue 4.49KB
  451. front/src/views/register.vue 16.33KB
  452. front/src/views/update-password.vue 6.73KB
  453. front/src/views/update-password.vue.bak 3.16KB
  454. front/vue.config.js 1.87KB
  455. 数据表.doc 779.12KB

资源介绍:

基于Vue.js和SpringBoot的竞赛项目申报系统是一个功能全面、易于使用的平台,旨在为管理员、学生和专家提供一站式服务。该系统分为用户前台和管理后台两个部分,以满足不同角色的需求。在用户前台,学生可以浏览创新创业模块、路演项目模块,提交自己的项目申报,同时查看项目评审进度和结果。专家则可以在创业评审模块中对项目进行评审和打分。管理后台则为管理员提供了强大的管理功能,包括学生管理模块和专家管理模块,管理员可以对学生和专家的信息进行增删改查,同时对项目申报进行审核和管理。整个系统采用现代化的前端技术Vue.js和后端框架SpringBoot,保证了系统的高性能和稳定性,为用户提供了流畅的使用体验。 演示录屏:https://www.bilibili.com/video/BV1PJYheTEvs 配套教程:https://www.bilibili.com/video/BV1pW4y1P7GR
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628641/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628641/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0">表名:<span class="ff2 fs1">chuangxinchuangye</span></div><div class="t m0 x1 h3 y2 ff1 fs0 fc0 sc0 ls0 ws0">功能:<span class="ff3 fs1">创新创业</span></div><div class="c x2 y3 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段名称</div></div><div class="c x4 y3 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">类型</div></div><div class="c x6 y3 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">长度</div></div><div class="c x8 y3 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段说明</div></div><div class="c xa y3 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xb y3 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">默认值</div></div><div class="c x2 y5 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y5 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y5 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xa y5 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c x2 y7 w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y7 w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y7 w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">创建时间</div></div><div class="c xb y7 w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="c x2 yb w2 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xiangmumingcheng</div></div><div class="c x4 yb w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 yb w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 yb w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">项目名称</div></div><div class="c x2 yc w2 h4"><div class="t m0 x7 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xiangmuleixing</div></div><div class="c x4 yc w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 yc w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 yc w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">项目类型</div></div><div class="c x2 yd w2 h4"><div class="t m0 x15 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xiangmudengji</div></div><div class="c x4 yd w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 yd w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 yd w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">项目等级</div></div><div class="c x2 ye w2 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xiangmufujian</div></div><div class="c x4 ye w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 ye w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 ye w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">项目附件</div></div><div class="c x2 yf w2 h4"><div class="t m0 x15 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shenbaoshijian</div></div><div class="c x4 yf w3 h4"><div class="t m0 x18 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">datetime</div></div><div class="c x8 yf w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">申报时间</div></div><div class="c x2 y10 w2 h4"><div class="t m0 x19 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shenbaoshuoming</div></div><div class="c x4 y10 w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y10 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y10 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">申报说明</div></div><div class="c x2 y11 w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xuehao</div></div><div class="c x4 y11 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y11 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y11 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">学号</div></div><div class="c x2 y12 w2 h4"><div class="t m0 x1b h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xingming</div></div><div class="c x4 y12 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y12 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y12 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">姓名</div></div><div class="t m0 x1 h2 y13 ff1 fs0 fc0 sc0 ls0 ws0">表名:<span class="ff2 fs1">zhuanjia</span></div><div class="t m0 x1 h3 y14 ff1 fs0 fc0 sc0 ls0 ws0">功能:<span class="ff3 fs1">专家</span></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf2" class="pf w0 h0" data-page-no="2"><div class="pc pc2 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628641/bg2.jpg"><div class="c x2 y15 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y15 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y15 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y15 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y15 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y15 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y16 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y16 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y16 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y16 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y17 w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y17 w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y17 w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c xb y17 w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="c x2 y18 w2 h4"><div class="t m0 x9 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">zhuanjiazhanghao</div></div><div class="c x4 y18 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y18 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y18 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#19987;&#23478;&#36134;&#21495;</div></div><div class="c x2 y19 w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">mima</div></div><div class="c x4 y19 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y19 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y19 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23494;&#30721;</div></div><div class="c x2 y1a w2 h4"><div class="t m0 x9 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">zhuanjiaxingming</div></div><div class="c x4 y1a w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y1a w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y1a w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#19987;&#23478;&#22995;&#21517;</div></div><div class="c x2 y1b w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xingbie</div></div><div class="c x4 y1b w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y1b w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y1b w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#24615;&#21035;</div></div><div class="c x2 y1c w2 h4"><div class="t m0 xf h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">lianxifangshi</div></div><div class="c x4 y1c w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y1c w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y1c w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#32852;&#31995;&#26041;&#24335;</div></div><div class="c x2 y1d w2 h4"><div class="t m0 x18 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">touxiang</div></div><div class="c x4 y1d w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y1d w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y1d w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#22836;&#20687;</div></div><div class="t m0 x1 h2 y1e ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">xuesheng</span></div><div class="t m0 x1 h3 y1f ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff3 fs1">&#23398;&#29983;</span></div><div class="c x2 y20 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y20 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y20 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y20 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y20 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y20 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y21 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y21 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y21 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y21 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y22 w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y22 w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y22 w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c xb y22 w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf3" class="pf w0 h0" data-page-no="3"><div class="pc pc3 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628641/bg3.jpg"><div class="c x2 y15 w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xuehao</div></div><div class="c x4 y15 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y15 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y15 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23398;&#21495;</div></div><div class="c x2 y16 w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">mima</div></div><div class="c x4 y16 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y16 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y16 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23494;&#30721;</div></div><div class="c x2 y23 w2 h4"><div class="t m0 x1b h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xingming</div></div><div class="c x4 y23 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y23 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y23 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#22995;&#21517;</div></div><div class="c x2 y24 w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xingbie</div></div><div class="c x4 y24 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y24 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y24 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#24615;&#21035;</div></div><div class="c x2 y25 w2 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">xueyuan</div></div><div class="c x4 y25 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y25 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y25 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23398;&#38498;</div></div><div class="c x2 y26 w2 h4"><div class="t m0 x5 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">nianji</div></div><div class="c x4 y26 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y26 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y26 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#24180;&#32423;</div></div><div class="c x2 y27 w2 h4"><div class="t m0 x1c h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">banji</div></div><div class="c x4 y27 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y27 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y27 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29677;&#32423;</div></div><div class="c x2 y28 w2 h4"><div class="t m0 xf h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">lianxifangshi</div></div><div class="c x4 y28 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y28 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y28 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#32852;&#31995;&#26041;&#24335;</div></div><div class="c x2 y29 w2 h4"><div class="t m0 x18 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">touxiang</div></div><div class="c x4 y29 w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y29 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y29 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#22836;&#20687;</div></div><div class="t m0 x1 h2 y2a ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">users</span></div><div class="t m0 x1 h3 y2b ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff3 fs1">&#29992;&#25143;&#34920;</span></div><div class="c x2 y2c w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y2c w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y2c w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y2c w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y2c w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y2c w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y2d w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y2d w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y2d w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y2d w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y2e w2 h4"><div class="t m0 x1b h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">username</div></div><div class="c x4 y2e w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y2e w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y2e w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29992;&#25143;&#21517;</div></div><div class="c x2 y2f w2 h4"><div class="t m0 x1b h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">password</div></div><div class="c x4 y2f w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y2f w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y2f w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23494;&#30721;</div></div><div class="c x2 y30 w2 h4"><div class="t m0 x1d h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">role</div></div><div class="c x4 y30 w3 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y30 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y30 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#35282;&#33394;</div></div><div class="c xb y30 w7 h4"><div class="t m0 xc h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#31649;&#29702;&#21592;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div>
100+评论
captcha
    类型标题大小时间
    ZIP基于JAVA的大学生选修选课系统(Vue.js+SpringBoot+MySQL)17.92MB8月前
    ZIP基于JAVA的敬老院管理系统(Vue.js+SpringBoot+MySQL)13.2MB8月前
    ZIPQt6使用CMake自定义QML模块3.26KB8月前
    ZIP界面界面界面界面界面界面877.32KB8月前
    ZIP基于JAVA的校园求职招聘系统(Vue.js+SpringBoot+MySQL)41.34MB8月前
    ZIP基于JAVA的新能源充电系统(Vue.js+SpringBoot+MySQL)30.24MB8月前
    ZIP基于JAVA的职业生涯规划系统(Vue.js+SpringBoot+MySQL)41.08MB8月前
    ZIP基于JAVA的校园失物招领网站(Vue.js+SpringBoot+MySQL)31.84MB8月前