Code Monkey home page Code Monkey logo

ilab's Introduction

ilab

介绍

此项目是后台基于SSM框架, 前端基于jsp技术的一个《实验室设备管理系统》, 于18年所写, 当时还是未毕业的学生。 技术有些许陈旧。希望通过搜索而来的同学, 能够当做参考借鉴, 切莫抄袭照搬。

写在前面

由于项目技术陈旧, 现在2020年了, 在来拿这个项目作为毕业设计已然不合适。 那么我推荐以下的技术能够更加迅速的搭建一个系统, 完成毕业设计。

  • 若依
    • 一个开源半成品后台管理系统, 为什么说是半成品呢, 因为它已经帮你完成了大部分功能:
      • 角色权限管理
      • 菜单管理
      • 定时任务
      • 在线监控
      • 连接池监视
      • 等等..

关于本项目如何使用

  • 修改配置文件
  • 如果本地的数据库版本是8以上, 需要修改配置文件中关于dbcp的配置部分, 以及pom.xml的jdbc-connection版本。具体如何操作, 网上一搜一大把。这里不再赘述了。
// 关于连接数据库的参数
applicationContext.xml
mysql.properties
  • 运行sql脚本
    • 创建数据库 lab
    • 运行doc目录下的lab.sql
  • 在项目目录下(src\ilab_pro)运行install
mvn install
  • 将war包部署到tomcat
    • 将target目录下的war包放到tomcat即可看到效果
    • 对应的网址 localhost:8080/ilab/index.jsp

如何自己二次开发

由于项目已经久远, 根据遗留下的war包, 找到了引入的jar包文件。 手动的写了个pom.xml文件, 同时, 对于非maven用户, 在src下的lib文件放的都是本项目所依赖的jar包。

其余请参考如何使用eclipse搭建SSM

论文

论文的地址(非最终版!非最终版!非最终版!年代久远,文档丢失,这已经是最接近终稿的论文了)。

最后

如果还有什么问题, 欢迎提issue, 或者通过邮箱的方式联系我 在下的邮箱: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.