找传奇、传世资源到传世资源站!

mysql+tomacat+jsp+学籍管理系统

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

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

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复