# attendanceMS
学生考勤管理系统(SSM)
git init //把这个目录变成Git可以管理的仓库
git add README.md //文件添加到仓库
git add . //不但可以跟单一文件,还可以跟通配符,更可以跟目录。一个点就把当前目录下所有未追踪的文件全部add了
git commit -m "first commit" //把文件提交到仓库
git remote add origin git@github.com:wangjiax9/practice.git //关联远程仓库
git push -u origin master //把本地库的所有内容推送到远程库上
原因:如果有未提交的更改,是不能git pull的
解决:
先执行 git stash
再执行 git pull --rebase origin master
最后再执行 git push -u origin master
http://www.ruanyifeng.com/blog/2014/06/git_remote.html
廖雪峰老师的GIT讲解
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001375840038939c291467cc7c747b1810aab2fb8863508000
Git鼓励大量使用分支:
查看分支:git branch
创建分支:git branch <name>
切换分支:git checkout <name>
创建+切换分支:git checkout -b <name>
合并某分支到当前分支:git merge <name>
删除分支:git branch -d <name>
没有合适的资源?快使用搜索试试~ 我知道了~
studentManage_java_
共376个文件
xml:138个
jar:78个
class:26个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 2 下载量 27 浏览量
2021-10-04
11:42:14
上传
评论
收藏 35.53MB ZIP 举报
温馨提示
这是一个基于SSM框架开发的学生考勤管理系统项目。首先,这个项目页面简洁,功能丰富,具有考勤管理系统所有应有的功能。其次,这个项目适合SSM框架的初学者(涉及大量增删改查,很适合初学者)以及对Shiro安全框架和Poi技术感兴趣的同学。除此之外,这个项目作为期末大作业也是一个不错的选择!!
资源推荐
资源详情
资源评论
收起资源包目录
studentManage_java_ (376个子文件)
TeacherController.class 8KB
TeacherController.class 8KB
StudentIndustry.class 2KB
StudentIndustry.class 2KB
TeacherServiceImpl.class 2KB
TeacherServiceImpl.class 2KB
Record.class 2KB
Record.class 2KB
Student.class 2KB
Student.class 2KB
StudentList.class 1KB
StudentList.class 1KB
Teacher.class 1KB
Teacher.class 1KB
TeacherDao.class 1021B
TeacherDao.class 1021B
Major.class 946B
Major.class 946B
TeacherService.class 901B
TeacherService.class 901B
Course.class 770B
Course.class 770B
Grade.class 761B
Grade.class 761B
Dept.class 752B
Dept.class 752B
bootstrap.css 143KB
bootstrap.css 143KB
bootstrap.css 143KB
bootstrap.css 143KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap-theme.css 26KB
bootstrap-theme.css 26KB
bootstrap-theme.css 26KB
bootstrap-theme.css 26KB
bootstrap-theme.min.css 23KB
bootstrap-theme.min.css 23KB
bootstrap-theme.min.css 23KB
bootstrap-theme.min.css 23KB
dashboard.css 2KB
dashboard.css 2KB
dashboard.css 2KB
dashboard.css 2KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
Industry-controller.iml 6KB
Industry-controller.iml 6KB
Industry-web.iml 6KB
Industry-web.iml 6KB
Industry-service.iml 5KB
Industry-service.iml 5KB
Industry-dao.iml 5KB
Industry-dao.iml 5KB
Industry.iml 5KB
Industry.iml 5KB
Industry-pojo.iml 5KB
Industry-pojo.iml 5KB
druid-1.0.18.jar 1.99MB
druid-1.0.18.jar 1.99MB
ant-1.9.6.jar 1.94MB
ant-1.9.6.jar 1.94MB
aspectjweaver-1.8.10.jar 1.84MB
aspectjweaver-1.8.10.jar 1.84MB
mybatis-3.4.0.jar 1.52MB
mybatis-3.4.0.jar 1.52MB
jackson-databind-2.8.9.jar 1.18MB
jackson-databind-2.8.9.jar 1.18MB
spring-context-4.2.5.RELEASE.jar 1.05MB
spring-context-4.2.5.RELEASE.jar 1.05MB
spring-core-4.2.5.RELEASE.jar 1.03MB
spring-core-4.2.5.RELEASE.jar 1.03MB
mysql-connector-java-5.1.30.jar 932KB
mysql-connector-java-5.1.30.jar 932KB
spring-webmvc-4.2.5.RELEASE.jar 856KB
spring-webmvc-4.2.5.RELEASE.jar 856KB
spring-web-4.2.5.RELEASE.jar 749KB
spring-web-4.2.5.RELEASE.jar 749KB
spring-beans-4.2.5.RELEASE.jar 714KB
spring-beans-4.2.5.RELEASE.jar 714KB
spring-test-4.2.5.RELEASE.jar 549KB
spring-test-4.2.5.RELEASE.jar 549KB
javax.mail-1.5.0.jar 510KB
javax.mail-1.5.0.jar 510KB
log4j-1.2.17.jar 478KB
log4j-1.2.17.jar 478KB
spring-jdbc-4.2.5.RELEASE.jar 414KB
spring-jdbc-4.2.5.RELEASE.jar 414KB
jstl-1.2.jar 405KB
jstl-1.2.jar 405KB
spring-aop-4.2.5.RELEASE.jar 361KB
spring-aop-4.2.5.RELEASE.jar 361KB
dom4j-1.6.1.jar 307KB
dom4j-1.6.1.jar 307KB
cglib-3.2.2.jar 294KB
cglib-3.2.2.jar 294KB
共 376 条
- 1
- 2
- 3
- 4
资源评论
- m0_584863642022-03-06用户下载后在一定时间内未进行评价,系统默认好评。
- m0_481700672022-04-26用户下载后在一定时间内未进行评价,系统默认好评。
Dyingalive
- 粉丝: 95
- 资源: 4804
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C183579-123578-c1235789.jpg
- Qt5.14 绘画板 Qt Creator C++项目
- python实现Excel表格合并
- Java实现读取Excel批量发送邮件.zip
- 【java毕业设计】商城后台管理系统源码(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】开发停车位管理系统(调用百度地图API)源码(springboot+vue+mysql+说明文档).zip
- 星耀软件库(升级版).apk.1
- 基于Django后端和Vue前端的多语言购物车项目设计源码
- 基于Python与Vue的浮光在线教育平台源码设计
- 31129647070291Eclipson MXS R.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功