基本信息
源码名称:mysql+tomacat+jsp+学籍管理系统
源码大小:231.07M
文件格式:.rar
开发语言:Java
更新时间:2020-06-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 3 元 
   源码介绍
tomcat navicat jdk jdbc配套齐全,助你轻松上手

mysql tomacat jsp 学籍管理系统

├── MySql5.6.22 JDBC .rar
├── VC6.0green.rar
├── apache-tomcat-8.5.56-windows-x64.zip
├── assess
│   ├── assess.sql
│   ├── pom.xml
│   ├── src
│   │   └── main
│   │       ├── java
│   │       │   └── com
│   │       │       └── demo
│   │       │           ├── bean
│   │       │           │   └── UserBean.java
│   │       │           ├── dao
│   │       │           │   └── JdbcUtils.java
│   │       │           ├── service
│   │       │           │   └── UserService.java
│   │       │           └── web
│   │       │               └── controller
│   │       │                   ├── LoginController.java
│   │       │                   └── UserController.java
│   │       ├── resources
│   │       └── webapp
│   │           ├── WEB-INF
│   │           │   └── web.xml
│   │           ├── add.jsp
│   │           ├── assets
│   │           │   └── bootstrap-3.3.7
│   │           │       ├── css
│   │           │       │   ├── bootstrap-theme.css
│   │           │       │   ├── bootstrap-theme.css.map
│   │           │       │   ├── bootstrap-theme.min.css
│   │           │       │   ├── bootstrap-theme.min.css.map
│   │           │       │   ├── bootstrap.css
│   │           │       │   ├── bootstrap.css.map
│   │           │       │   ├── bootstrap.min.css
│   │           │       │   └── bootstrap.min.css.map
│   │           │       ├── fonts
│   │           │       │   ├── glyphicons-halflings-regular.eot
│   │           │       │   ├── glyphicons-halflings-regular.svg
│   │           │       │   ├── glyphicons-halflings-regular.ttf
│   │           │       │   ├── glyphicons-halflings-regular.woff
│   │           │       │   └── glyphicons-halflings-regular.woff2
│   │           │       └── js
│   │           │           ├── bootstrap.js
│   │           │           ├── bootstrap.min.js
│   │           │           └── npm.js
│   │           ├── images
│   │           │   └── background.png
│   │           ├── index.jsp
│   │           ├── login.jsp
│   │           └── modify.jsp
│   └── target
│       ├── assess-1.0.0-SNAPSHOT
│       │   ├── META-INF
│       │   │   └── MANIFEST.MF
│       │   ├── WEB-INF
│       │   │   ├── classes
│       │   │   │   └── com
│       │   │   │       └── demo
│       │   │   │           ├── bean
│       │   │   │           │   └── UserBean.class
│       │   │   │           ├── dao
│       │   │   │           │   └── JdbcUtils.class
│       │   │   │           ├── service
│       │   │   │           │   └── UserService.class
│       │   │   │           └── web
│       │   │   │               └── controller
│       │   │   │                   ├── LoginController.class
│       │   │   │                   └── UserController.class
│       │   │   ├── lib
│       │   │   │   ├── jstl-1.2.jar
│       │   │   │   └── mysql-connector-java-5.1.38.jar
│       │   │   └── web.xml
│       │   ├── add.jsp
│       │   ├── assets
│       │   │   └── bootstrap-3.3.7
│       │   │       ├── css
│       │   │       │   ├── bootstrap-theme.css
│       │   │       │   ├── bootstrap-theme.css.map
│       │   │       │   ├── bootstrap-theme.min.css
│       │   │       │   ├── bootstrap-theme.min.css.map
│       │   │       │   ├── bootstrap.css
│       │   │       │   ├── bootstrap.css.map
│       │   │       │   ├── bootstrap.min.css
│       │   │       │   └── bootstrap.min.css.map
│       │   │       ├── fonts
│       │   │       │   ├── glyphicons-halflings-regular.eot
│       │   │       │   ├── glyphicons-halflings-regular.svg
│       │   │       │   ├── glyphicons-halflings-regular.ttf
│       │   │       │   ├── glyphicons-halflings-regular.woff
│       │   │       │   └── glyphicons-halflings-regular.woff2
│       │   │       └── js
│       │   │           ├── bootstrap.js
│       │   │           ├── bootstrap.min.js
│       │   │           └── npm.js
│       │   ├── images
│       │   │   └── background.png
│       │   ├── index.jsp
│       │   ├── login.jsp
│       │   └── modify.jsp
│       ├── classes
│       │   └── com
│       │       └── demo
│       │           ├── bean
│       │           │   └── UserBean.class
│       │           ├── dao
│       │           │   └── JdbcUtils.class
│       │           ├── service
│       │           │   └── UserService.class
│       │           └── web
│       │               └── controller
│       │                   ├── LoginController.class
│       │                   └── UserController.class
│       └── generated-sources
│           └── annotations
├── jdkx6417.zip
└── navicat150_mysql_cs_x64.exe

49 directories, 69 files