Skip to content

Commit 2202aeb

Browse files
committed
add-README.md
1 parent 8aca264 commit 2202aeb

File tree

105 files changed

+3687
-3381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+3687
-3381
lines changed

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sbt.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/student-management-system.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 354 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 2020-01-21更新
2+
看到有一人star了我就时隔2年重新开了一下项目,
3+
发现当年用的Eclipse的编码竟然都不是UTF-8,
4+
这就使得项目的中文注释全部乱码了,并且项目是直接导包的,构建工具都没用...能不能启动都不一定了。
5+
春节如果有时间的话,我重构个版本得了...
6+
7+
## 项目介绍
8+
### 项目框架
9+
由struts2+Hibernate构建,没有用到Spring框架,前端都是JSP引擎渲染。
10+
### 项目介绍
11+
主要就两个对象,用户对象和用户管理的学生对象。
12+
该项目没什么价值含量,纯属当年学习过程中照葫芦画瓢完成的练手项目。

imoocSSHStudentManagementSystem/WebRoot/META-INF/MANIFEST.MF renamed to SSHStudentManagementSystem/WebRoot/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Manifest-Version: 1.0
2-
Class-Path:
3-
1+
Manifest-Version: 1.0
2+
Class-Path:
3+

imoocSSHStudentManagementSystem/WebRoot/WEB-INF/lib/antlr-2.7.7.jar renamed to SSHStudentManagementSystem/WebRoot/WEB-INF/lib/antlr-2.7.7.jar

File renamed without changes.

imoocSSHStudentManagementSystem/WebRoot/WEB-INF/lib/asm-3.3.jar renamed to SSHStudentManagementSystem/WebRoot/WEB-INF/lib/asm-3.3.jar

File renamed without changes.

imoocSSHStudentManagementSystem/WebRoot/WEB-INF/lib/asm-commons-3.3.jar renamed to SSHStudentManagementSystem/WebRoot/WEB-INF/lib/asm-commons-3.3.jar

File renamed without changes.

0 commit comments

Comments
 (0)