共享编程资料库网站设计与实现 Design a nd I mplementation o f S hared P rogramming D atabase W ebsite 摘 要本论文为了解决编程资料分散不易查找、共享困难问题,以互联网从业人员开发者为研究对象,基于 SpringBoot 框架,设计并实现一款共享编程资料库网站,为用户提供一套能够分享资料,下载资料的共享平台。本系统基于 MVC(Model View Controller)设计模式,采用 LayUI 作为前端框架,使用 Eclipse 集成开发工具开发,使用关系型数据库 Mysql,用来存储用户信息和网站生成的数据,系统使用 Tomcat 作为 web 应用服务器。使本系统用户界面简洁、易用、友好、直观。系统功能具有良好的可扩展性、稳定性好,维护简易。围绕系统管理员与个人用户两种角色,管理员完成对用户账号、用户发布的资源、评论内容审核,对推荐资源、网站的发布管理等;用户对内容的浏览、上传、下载,评论管理等主要功能模块进行具体实现。关键词:SpringBoot;MVC;MySQL;LayUI;共享AbstractIn order to solve the problem that programming data sharing is scattered and hard to find, this paper takes Internet practitioners and developers as the research object, designs and implements a shared programming database website based on spring boot framework, and provides users with a shared platform that can share data and download data. This system is based on MVC (model view controller) design mode, using layui as the front-end framework, using eclipse integrated development tools, using MySQL as the relational database to store user information and website generated data, and Tomcat as the web application server.Make the system user interface simple, easy to use, friendly, intuitive. The system has good expansibility, stability and easy maintenance. Focusing on the two roles of system administrator and individual user, the administrator completes the review of user account, user published resources, comment content, and the release management of recommended resources and website; th...