diff --git a/src/all.html b/src/all.html deleted file mode 100644 index e0c96ea..0000000 --- a/src/all.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - -
-
-

用户模块评测成绩

- - 首页 - 用户模块 - 评测成绩 - -
-
-
-
- -
- - - - - - - - - - - -
-
-
- - - - - - - - - \ No newline at end of file diff --git a/src/swq/ceshi.html b/src/swq/ceshi.html deleted file mode 100644 index a7820b7..0000000 --- a/src/swq/ceshi.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - 心理测评系统 - - - - - - - - -
-
-

用户模块测试

- - 首页 - 用户模块 - 测试 - -
-
-
-
-
-

{{item.xuhao}}:{{item.them}}分数:{{item.fen}}分

- - A:{{item.one}} - B:{{item.two}} - C:{{item.three}} - D:{{item.four}} - -
-
- 提交 -
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/src/swq/fenduanService.java b/src/swq/fenduanService.java deleted file mode 100644 index 2a9ad7a..0000000 --- a/src/swq/fenduanService.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.service; - -import com.domain.fenduan; -import com.untils.PageResult; - -import java.util.List; - -public interface fenduanService { - - public int insert(fenduan fenduan); - public int delete(int id); - public int edit(fenduan fenduan); - public fenduan findById(int id); - public List selectAll(); -} diff --git a/src/swq/style.css b/src/swq/style.css deleted file mode 100644 index cc8bd63..0000000 --- a/src/swq/style.css +++ /dev/null @@ -1,582 +0,0 @@ -html,body { - /* overflow-y: scroll; */ - margin: 0; -} -a { - color: #3c8dbc; - text-decoration:none; -} -/* new style */ -.skin-purple .main-sidebar { - background: #fff; -} -.skin-purple .main-header .logo:hover { - background: #0abdfe; -} -.skin-purple .main-header .navbar .sidebar-toggle:hover { - /* background: #0abdfe; */ -} -.skin-purple .main-header { - min-height: 70px; - padding: 0; -} -.skin-purple .main-header .logo { - height: 50px; - /* background: #0abdfe; */ - float: left; - padding: 20px 0 0 15px; - /* width: 230px; */ -} -.skin-purple .main-header .navbar { - height: 70px; - background: linear-gradient(to right, #0abdfe, #67f0e0); - /* margin-left: 230px; */ -} -.winfo{margin-left: 230px;} -.skin-purple .main-header .sidebar-toggle { - display: inline-block; - padding: 24px 15px; - color: #fff; -} -.skin-purple .main-sidebar { - padding-top: 75px; -} -.sidebar-menu > li { - line-height: 1.8 -} -.skin-purple .sidebar-menu > li > a { - font-size: 16px; - color: #666 -} -.skin-purple .sidebar-menu>li:hover>a, -.skin-purple .sidebar-menu>li.active>a { - background: transparent; - color: #666; - border-left-color: transparent -} -.skin-purple .treeview-menu>li>a:hover { - color: #fff -} -.skin-purple .sidebar-menu>li>.treeview-menu { - background: #fff; -} -.sidebar-menu .treeview-menu > li > a { - font-size: 16px; - padding-left: 35px; - color: #999 -} -.sidebar-menu .treeview-menu > li:hover { - background: #0abdfe; -} -@media (min-width: 768px) { - .skin-purple .navbar-nav>li>a - { - padding-top: 25px; - padding-bottom: 25px; - } -} -.modal-body .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { - color: #0abdfe -} -.modal-body .nav-tabs>li>a { - color: #555 -} -.bg-olive { - background-color: #0abdfe !important; -} -.dataTable .btn[class*='bg-']:hover { - box-shadow: none -} -.btn-primary { - background: #0abdfe; - border-color: #0abdfe; -} -.box-body .nav>li>a { - color: #666 -} -.box-body .nav>li.active>a { - color: #0abdfe; -} - - -/* tab 1*/ -.double { - line-height: 58px; -} -.title .glyphicon{ - padding: 3px; - font-size: 13px; - border-radius: 8px; - color: #fff; - -} -.data span.arrowup { - color: #d88918; -} -.data span.arrowdown { - color: #6bb10a; -} -.item-blue .glyphicon{ - background-color: #39a9ea; -} -.item-green { - line-height: 58px; -} -.item-green .glyphicon{ - background-color: #6bb10a; - line-height: 12px; -} -.item-orange .glyphicon{ - background-color:#d88918; -} -.item-red .glyphicon{ - background-color: #f14f4f; -} -.chart .chart-box { - margin: 10px; -} - -/* 数据表格label */ -.content-wrapper .data-type { - /*width: 90%;*/ - margin: 10px 5px; - border:1px solid #d4d4d4; - border-radius: 2px; -} -.data-type .title, -.data-type .data { - padding: 3px 12px; - border-top: 1px solid #d4d4d4; - overflow: hidden; - height: 42px; -} -.data-type .title { - line-height: 34px; - border-right: 1px solid #d4d4d4; -} - -.data-type .data:last-child{ - border-right: 0; -} -.data-type .title{ - text-align: center; - background: #ececec; -} -.data-type .data .line{ - vertical-align: middle; - overflow: hidden; - padding-bottom: 10px; - padding-top: 10px; -} - -/* label行高度 */ -.data-type .data > label { - line-height:36px; -} -.data-type .data > .form-group { - line-height:36px; -} -.data-type .data.text { - line-height:36px; -} -/* label行分隔符 */ -.data-type .data.border-right { - border-right: 1px solid #d4d4d4; -} - -/* 表格双倍高度 */ -.data-type .title.rowHeight2x, -.data-type .data.rowHeight2x { - height:84px; -} -.data-type .title.rowHeight2x , -.data-type .data.rowHeight2x.text { - line-height:78px; -} -/*.data-type .data.rowHeight2x > label { - line-height:78px; -}*/ -.data-type .title.editer, -.data-type .data.editer { - height:320px; -} -.data-type .title.editer { - line-height:300px; -} - -/*清除parding*/ -.padding-clear { - padding-right: 0px; - padding-left: 0px; -} - -/* 文件上传 */ -/*a upload */ -.a-upload { - padding: 4px 10px; - height: 35px; - line-height: 25px; - position: relative; - cursor: pointer; - color: #888; - background: #fafafa; - border: 1px solid #ddd; - border-radius: 4px; - overflow: hidden; - display: inline-block; - *display: inline; - *zoom: 1 -} -.a-upload input { - position: absolute; - font-size: 100px; - right: 0; - top: 0; - opacity: 0; - filter: alpha(opacity=0); - cursor: pointer -} -.a-upload:hover { - color: #444; - background: #eee; - border-color: #ccc; - text-decoration: none -} -/* 医疗 */ -.search-box { - display: inline-block -} -.input-sm { - height: 32px; -} -.btn-create { - margin-left: 10px; - background-color: #0abdfe; - border-color: #0abdfe; - color: #fff; -} -.btn-create:hover, -.btn-create:active, -.btn-create:focus - { - color: #fff; -} -.pagination { - margin: 0 -} -.medical-modal { - position:absolute; - top:0%; - left:0%; - display:none; - background:rgba(0,0,0,0.3); - width:100%; - height:100%; - position:fixed; - z-index:9999 -} -.medical-modal .content { - position: absolute; - left: 35%; - top: 25%; - border-radius: 8px; - width: 30%; - height: 40%; - background-color: #fff; -} -.pageitems, .jump { - margin-left: 15px; - display: inline-block; -} -.jumppage { - width: 30px; - text-align: center -} -@media (min-width: 768px) { - .subscribe .modal-dialog { - width: 900px; - margin: 30px auto; - } -} -.checklist { - margin-top: 10px; -} -.checklist .input-group { - margin-bottom: 10px; -} -.modal-page { - margin-top: 20px; - font-size: 12px; -} -.modal-page .form-control { - font-size: 12px; - padding: 0; - height: 26px; -} -.table-check { - margin: 0; - display: inline-block; - margin-right: 4px; -} -.daterange { - margin:10px 10px 0; -} -.daterange .input-group .form-control { - width: 20%; -} -.chart-title { - font-size: 16px; - font-weight: normal; - text-align: center; -} -.diaocha { - line-height: 2 -} -.diaocha h5{ - color: #f98d45; - background: #f5f7f9; - line-height: 2; - padding-left: 15px; -} -.diaocha div { - padding: 0 20px; - border-bottom: 1px solid #dce1e7; -} -.diaocha div h5 { - color: #555; - background: transparent; - padding-left: 0; -} -.diaocha label { - font-weight: normal; -} -.diaocha .form-group { - margin-left: 0; - margin-right: 0; -} -.diaocha .options label { - margin-right: 10px; -} - -.tizhi button{ - margin-right: 15px; -} -.innerform { - margin-top: 20px; -} -.fa-search { - cursor: pointer -} -.line { - margin-top: 10px; -} -input[type=radio]:focus { - outline: none -} -input[type="radio"]{ - appearance: none; - -webkit-appearance: none; - outline: none; - display:none -} -label input[type="radio"] { - content: "\a0"; - display: inline-block; - vertical-align: middle; - font-size: 16px; - width: 15px; - height: 15px; - margin-right: .4em; - border-radius: 50%; - border: 1px solid #c7c6c6; - line-height: 1; - margin-top: -1px; -} -label input[type="radio"]:checked { - border: 3px solid #0abdfe; -} -.right-menu { - float: right; - padding: 18px 30px 0 0; - color: #fff; -} -.el-dropdown{color: #fff;} -.avatar-wrapper img{width: 30px;height: 30px;border-radius: 15px;vertical-align: middle} -.el-popper[x-placement^=bottom]{margin-top: 30px;} -.el-dropdown-menu__item--divided{margin: 0;border:0 none;border-bottom: 1px solid #ebeef5} -.help{ - padding: 0 10px; -} -.help .fa{ margin-right: 5px;} -.el-main{ - background: #ecf0f5; -} -.el-menu{border: 0 none;} -.main{ - height: 100vh; - min-width: 800px; - min-height: 600px; - overflow: hidden; -} -.main aside{ - overflow: visible; - height: 100%; -} -.main aside.isClossTab{ - width: 100%; - height: 60px; - cursor: pointer; - font-size: 25px; - text-align: center; - line-height: 60px; - font-weight: bold; - border-right: 1px solid #807c7c; - box-sizing: border-box; -} -.main aside .menu{ - width: 100%; - border-right:0; -} -.el-menu .fa{ - vertical-align: middle; - margin-right: 5px; - width: 24px; - text-align: center; - font-size: 18px; -} -.el-menu-item a{ - color: #303133 -} -.el-menu-item:hover,.el-menu-item.is-active { - color: #fff; - background: #0abdfe; -} -.el-menu-item:hover a,.el-menu-item.is-active a{ - color: #fff; -} -.el-submenu__title:hover{background: none;} -.main-footer { - background: #fff; - padding: 15px 0; - color: #444; -} -/* title */ -.content-header { - position: relative; - padding: 15px 15px 0 15px; - /* margin-top: 70px; */ -} -.content-header > h1 { - margin: 0; - font-size: 24px; - font-weight: normal; -} -.content-header > h1 > small { - font-size: 15px; - display: inline-block; - padding-left: 4px; - font-weight: 300; -} -.content-header > .breadcrumb { - float: right; - background: transparent; - margin-top: 0; - margin-bottom: 0; - font-size: 12px; - padding: 7px 5px; - position: absolute; - top: 20px; - right: 10px; - border-radius: 2px; -} -/* */ -.app-container{ - background: #fff; - margin: 15px 30px 15px 15px; - -} -.pagiantion{ - text-align: right; - padding: 15px; -} -.box { - position: relative; - border-radius: 3px; - background: #ffffff; - border-top: 3px solid #3c8dbc; - padding: 10px; - margin-bottom: 20px; - width: 100%; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -} -.filter-container{ - padding:10px 0 15px 0; -} -.main-container{margin-top: 70px;} -.filter-container .el-button,.filter-container .el-input__inner{ - padding: 0 15px; - height: 34px; - line-height: 34px; -} -.el-aside{overflow: hidden;} -.el-submenu .el-menu-item a{ - display: block; - height: 50px; -} -.el-menu--collapse .el-submenu__icon-arrow{ display: none} -/* .el-container{position: relative;} */ -/* foot */ -.el-footer{ - position: absolute; - left: 180px; - right: 0px; - bottom: -80px; -} -.boxMain .el-upload--text{ - position:static; -} -.boxMain >div{ - display: inline-block; -} -.excelTitle{ - text-align: center; - overflow: hidden; - line-height: 40px; -} -.excelTitle .el-button{ - float: left; -} -.excelTime{ - padding: 10px 0; - text-align: right; -} -.exceTable{ - width: 100%; - border-right: 1px solid #e6e6e6; - border-bottom: 1px solid #e6e6e6; - font-size: 14px; - color: #333; -} -.exceTable tr,.exceTable td{ - border-left: 1px solid #e6e6e6; - border-top: 1px solid #e6e6e6; - height: 40px; - line-height: 40px; - padding: 0 10px; -} -.exceTable .headBody{ - text-align: center; - font-weight: 700; - font-size: 14px; -} -.tabletrBg{ - background: #fcfcfc; - text-align: right; -} -.textCenter{ - text-align: center -} -.checkScrol{ - height: 277px; - overflow-y:scroll; ; -} \ No newline at end of file diff --git a/src/swq/timuService.java b/src/swq/timuService.java deleted file mode 100644 index 0af4e63..0000000 --- a/src/swq/timuService.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.service; - -import com.domain.timu; -import com.untils.PageResult; - -import java.util.List; - -public interface timuService { - public PageResult SelectPage(timu timu, int size, int current); - public int insert(timu timu); - public int delete(int id); - public int edit(timu timu); - public timu findById(int id); - public List selectAll(); -} diff --git a/src/swq/user.html b/src/swq/user.html deleted file mode 100644 index e044cd0..0000000 --- a/src/swq/user.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - - 火车票销售系统 - - - - - - - - -
-
-

管理员模块用户管理

- - 首页 - 管理员模块 - 用户管理 - -
-
-
-
- - 查询 - 新建 -
- - - - - - - - - - - - -
- - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/src/swq/userService.java b/src/swq/userService.java deleted file mode 100644 index 3a9532e..0000000 --- a/src/swq/userService.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.service; - -import com.domain.user; -import com.untils.PageResult; - -import java.util.List; - -public interface userService { - public PageResult SelectPage(user user, int size, int current); - public PageResult SelectPageStudent(user user, int size, int current); - public int insert(user user); - public int delete(int id); - public int edit(user user); - public user findById(int id); - public user login(user user); - public user selectByUserName(String username); - public List selectAllByStudent(); -} diff --git a/src/swq/utService.java b/src/swq/utService.java deleted file mode 100644 index 306f391..0000000 --- a/src/swq/utService.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.service; - -import com.domain.all; -import com.domain.ut; -import com.untils.PageResult; - -import java.util.List; - -public interface utService { - public PageResult SelectPage(ut ut, int size, int current); - public int insert(ut ut); - public int delete(int id); - public int edit(ut ut); - public ut findById(int id); - - public List selectAll(int userId); - - public List selectAll1(); - - public List selectDetails(String biaoshi); - -} diff --git a/src/swq/utServiceImple.java b/src/swq/utServiceImple.java deleted file mode 100644 index 4181b86..0000000 --- a/src/swq/utServiceImple.java +++ /dev/null @@ -1,150 +0,0 @@ -package com.service.Imple; - -import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; -import com.baomidou.mybatisplus.core.metadata.IPage; -import com.baomidou.mybatisplus.extension.plugins.pagination.Page; -import com.dao.UserDao; -import com.domain.all; -import com.domain.fenduan; -import com.domain.ut; -import com.domain.ut; -import com.service.utService; -import com.untils.PageResult; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - -import java.util.ArrayList; -import java.util.List; -import java.util.Map; -import java.util.UUID; - -@Service -public class utServiceImple implements utService { - @Autowired - private com.dao.utDao utDao; - @Autowired - private com.dao.fenduanDao fenduanDao; - @Autowired - private UserDao userDao; - @Override - public PageResult SelectPage(ut ut, int size, int current) { - try - { - - IPage page=new Page(current,size); - QueryWrapper queryWrapper = new QueryWrapper(); - queryWrapper.like("them",ut.getThem()); - queryWrapper.orderByAsc("xuhao"); - - page=utDao.selectPage(page, queryWrapper); - while(true) - { - if(page.getRecords().size()==0&¤t>=1) - { - page=new Page(current--,size); - page=utDao.selectPage(page, queryWrapper); - - } - else - { - break; - } - - } - - return new PageResult(page.getTotal(),page.getRecords()); - - - - - } - catch (Exception e) - { - return null; - } - } - - @Override - public int insert(ut ut) { - - int i=55; - if((!ut.getDa().equals(ut.getOk()))) - { - ut.setFen(0); - } - - - return utDao.insert(ut); - } - - @Override - public int delete(int id) { - return utDao.deleteById(id); - } - - @Override - public int edit(ut ut) { - return utDao.updateById(ut); - } - - @Override - public ut findById(int id) { - return utDao.selectById(id); - } - - @Override - public List selectAll(int userId) { - QueryWrapper queryWrapper = new QueryWrapper(); - queryWrapper.eq("userId",userId); - queryWrapper.select("sum(fen) as fen,biaoshi"); - queryWrapper.groupBy("biaoshi"); - List> list=utDao.selectMaps(queryWrapper); - - List list1=new ArrayList<>(); - for (Map item:list) - { - all a=new all(userId,item.get("biaoshi").toString(),Double.parseDouble(item.get("fen").toString())); - - double fen=Double.parseDouble(item.get("fen").toString()); - QueryWrapper queryWrapper1 = new QueryWrapper(); - queryWrapper1.ge("end",fen).le("start",fen); - fenduan f=fenduanDao.selectOne(queryWrapper1); - a.setGuo(f.getGuo()); - list1.add(a); - } - return list1; - } - - @Override - public List selectDetails(String biaoshi) { - QueryWrapper queryWrapper = new QueryWrapper(); - queryWrapper.eq("biaoshi",biaoshi); - return utDao.selectList(queryWrapper); - } - - @Override - public List selectAll1() { - QueryWrapper queryWrapper = new QueryWrapper(); - - queryWrapper.select("sum(fen) as fen,userId,biaoshi"); - queryWrapper.groupBy("userId").groupBy("biaoshi"); - List> list=utDao.selectMaps(queryWrapper); - - List list1=new ArrayList<>(); - for (Map item:list) - { - all a=new all(Integer.parseInt(item.get("userId").toString()),item.get("biaoshi").toString(),Double.parseDouble(item.get("fen").toString())); - - double fen=Double.parseDouble(item.get("fen").toString()); - QueryWrapper queryWrapper1 = new QueryWrapper(); - queryWrapper1.ge("end",fen).le("start",fen); - fenduan f=fenduanDao.selectOne(queryWrapper1); - a.setGuo(f.getGuo()); - - String username= userDao.selectById(item.get("userId").toString()).getUsername(); - a.setUsername(username); - list1.add(a); - } - return list1; - } -} diff --git a/src/tzx/all1.html b/src/tzx/all1.html deleted file mode 100644 index 8fb178b..0000000 --- a/src/tzx/all1.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - -
-
-

管理员模块评测成绩

- - 首页 - 管理员模块 - 评测成绩 - -
-
-
-
- -
- - - - - - - - - - - - - -
-
-
- - - - - - - - - \ No newline at end of file diff --git a/src/tzx/fenduanController.java b/src/tzx/fenduanController.java deleted file mode 100644 index 8c86508..0000000 --- a/src/tzx/fenduanController.java +++ /dev/null @@ -1,55 +0,0 @@ -package com.controller; - -import com.domain.fenduan; -import com.untils.PageResult; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -@RestController -@RequestMapping("/fenduan") -public class fenduanController { - @Autowired - public com.service.fenduanService fenduanService; - - @PostMapping("/Save") - public int Save(@RequestBody fenduan fenduan) - { - return fenduanService.insert(fenduan); - - } - @DeleteMapping("/Delete/{id}") - public int Delete(@PathVariable Integer id) - { - - return fenduanService.delete(id); - } - - - - - - - - - @GetMapping("/findById/{id}") - public fenduan findById(@PathVariable Integer id) - { - - return fenduanService.findById(id); - } - @PutMapping("/Update") - public int Update(@RequestBody fenduan fenduan) - { - - return fenduanService.edit(fenduan); - } - - @GetMapping("/selectAll") - public List selectAll() - { - - return fenduanService.selectAll(); - } -} diff --git a/src/tzx/login.css b/src/tzx/login.css deleted file mode 100644 index bb3f6eb..0000000 --- a/src/tzx/login.css +++ /dev/null @@ -1,147 +0,0 @@ -html,body { - /* overflow-y: scroll; */ - margin: 0; -} -.login-container .input{ - display: inline-block; - height: 47px; - width: 85%; - -} -.login-container .input input { - background: transparent; - border: 0px; - -webkit-appearance: none; - border-radius: 0px; - padding: 12px 5px 12px 0; - height: 47px; -} -.login-container .el-form-item { - border: 1px solid #DCDFE6; - background: #fff; - border-radius: 5px; - color: #454545; -} -.login-container .el-button--medium{ - height: 50px; - line-height: 20px; - font-size: 22px; -} -.login-container .loginBox{ - height: 100%; - width: 100%; - background: url('./../img/logingBg.png') no-repeat 100% 100%; - position: relative; -} -.login-container .loginBox .el-form-item__content{ - line-height: initial; -} -.login-container form { - position: absolute; - left: 20%; - top: 50%; - width: 520px; - padding: 35px 35px 15px 35px; - margin: -200px 0 0 0; - background:#f5f5f5; -} -.login-container .tips { - font-size: 14px; - /* // color: #fff; */ - margin-bottom: 10px; - /* span { - &:first-of-type { - margin-right: 16px; - } - } */ -} -.login-container .svg-container { - padding: 6px 5px 6px 15px; - color: #889aa4; - vertical-align: middle; - width: 30px; - display: inline-block; - /* &_login { - font-size: 20px; - } */ -} -.login-container .title-container { - position: relative; - - -} -.login-container .title-container .title { - font-size: 26px; - /* // font-weight: 400; */ - color: #333; - margin: 0px auto 40px auto; - text-align: center; - font-weight: bold; -} -.login-container .title-container .set-language { - /* // color: #fff; */ - position: absolute; - top: 5px; - right: 0px; -} -.login-container { - position: fixed; - height: 100%; - width: 100%; - background-color: #2d3a4b; - background: url('./../img/bg.jpg'); - -moz-background-size: 100% 100%; - background-size: 100% 100%; - background-repeat: no-repeat; -} -.login-container .show-pwd { - position: absolute; - right: 10px; - top: 7px; - font-size: 16px; - color: #889aa4; - cursor: pointer; - user-select: none; -} -.login-container .thirdparty-button { - position: absolute; - right: 35px; - bottom: 28px; -} -.logoInfo{ - padding-bottom:35px; - text-align: center; -} -.logoInfo span{ - font-size: 22px; - padding: 0 10px; - display: inline-block; - -} -.logoInfo .logo{ - background: url(../img/loginLogo.png) no-repeat; - display:inline-block; - width: 200px; - height: 30px; - display: inline-block; - vertical-align: middle; -} -.tipInfo{font-size: 12px;} -.tipInfo span{ - color: #66b1ff; - padding: 0 5px; -} -.tipInfo .el-checkbox{ - margin: 0; -} -.svg-container span{ - width: 22px; - height: 22px; - display: inline-block; -} -.svg-container .user{ - background: url(../img/user.png) no-repeat 0 50%; -} -.svg-container .username{ - background: url(../img/pwd.png) no-repeat 0 50%; -} \ No newline at end of file diff --git a/src/tzx/login.html b/src/tzx/login.html deleted file mode 100644 index 4cbdc4b..0000000 --- a/src/tzx/login.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - 登录 - - - - - - - - - - - - -
- - - - -

心理测评系统

-
-
- - - - - - - - - - - - - - - -
- -
- - - - diff --git a/src/tzx/main.html b/src/tzx/main.html deleted file mode 100644 index 27c6210..0000000 --- a/src/tzx/main.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - 心理测评系统 - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- 桌面 - - {{tag.name}} - - -
- - - - -
-
- - -
- - - - - diff --git a/src/tzx/timuController.java b/src/tzx/timuController.java deleted file mode 100644 index dba0645..0000000 --- a/src/tzx/timuController.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.controller; - -import com.domain.timu; -import com.service.timuService; -import com.untils.PageResult; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -@RestController -@RequestMapping("/timu") -public class timuController { - @Autowired - public com.service.timuService timuService; - - @PostMapping("/Save") - public int Save(@RequestBody timu timu) - { - return timuService.insert(timu); - - } - @DeleteMapping("/Delete/{id}") - public int Delete(@PathVariable Integer id) - { - - return timuService.delete(id); - } - - - @GetMapping("/SelectPage/{size}/{current}") - public PageResult selectPage(@PathVariable Integer size, @PathVariable Integer current, timu timu) - { - return timuService.SelectPage(timu,size,current); - } - - - - - - @GetMapping("/findById/{id}") - public timu findById(@PathVariable Integer id) - { - - return timuService.findById(id); - } - @PutMapping("/Update") - public int Update(@RequestBody timu timu) - { - - return timuService.edit(timu); - } - - @GetMapping("/selectAll") - public List selectAll() - { - - return timuService.selectAll(); - } -} diff --git a/src/tzx/userController.java b/src/tzx/userController.java deleted file mode 100644 index ff5bf6b..0000000 --- a/src/tzx/userController.java +++ /dev/null @@ -1,96 +0,0 @@ -package com.controller; - -import com.domain.user; -import com.service.userService; -import com.untils.PageResult; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.security.core.context.SecurityContextHolder; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -@RestController -@RequestMapping("/user") -public class userController { - @Autowired - public userService userService; - - @PostMapping("/Save") - public int Save(@RequestBody user user) - { - return userService.insert(user); - - } - @DeleteMapping("/Delete/{id}") - public int Delete(@PathVariable Integer id) - { - - return userService.delete(id); - } - @PutMapping("/Update") - public int Update(@RequestBody user user) - { - return userService.edit(user); - } - - @GetMapping("/SelectPage/{size}/{current}") - public PageResult selectPage(@PathVariable Integer size, @PathVariable Integer current,user user) - { - return userService.SelectPage(user,size,current); - } - - @GetMapping("/SelectPageStudent/{size}/{current}") - public PageResult selectPageStudent(@PathVariable Integer size, @PathVariable Integer current,user user) - { - return userService.SelectPageStudent(user,size,current); - } - - @GetMapping("/findById/{id}") - public user findById(@PathVariable Integer id) - { - - return userService.findById(id); - } - - @PostMapping("/login") - public Boolean login(@RequestBody user user) - { - user user1= userService.login(user); - if (user1==null) - { - return false; - } - else - { - return true; - } - - } - //获取当前登录用户的用户名 - @GetMapping("/getUsername") - public String getUsername(){ - - org.springframework.security.core.userdetails.User user = - (org.springframework.security.core.userdetails.User) - SecurityContextHolder.getContext().getAuthentication().getPrincipal(); - return user.getUsername(); - - } - - @GetMapping("/getByUserName") - public int getByUserName(String username){ - - return userService.selectByUserName(username).getType(); - - } - - @GetMapping("/getByUserId") - public int getByUserId(String username){ - - return userService.selectByUserName(username).getId(); - - } - - - -} diff --git a/src/tzx/utController.java b/src/tzx/utController.java deleted file mode 100644 index cadc798..0000000 --- a/src/tzx/utController.java +++ /dev/null @@ -1,85 +0,0 @@ -package com.controller; - -import com.domain.all; -import com.domain.ut; -import com.untils.PageResult; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.*; - -import java.util.List; -import java.util.UUID; - -@RestController -@RequestMapping("/ut") -public class utController { - @Autowired - public com.service.utService utService; - - @PostMapping("/Save") - public int Save(@RequestBody List uts) - { - UUID uuid = UUID.randomUUID(); - - for (ut item:uts) - { - item.setBiaoshi(uuid.toString()); - utService.insert(item); - } - return 1; - - } - @DeleteMapping("/Delete/{id}") - public int Delete(@PathVariable Integer id) - { - - return utService.delete(id); - } - - - @GetMapping("/SelectPage/{size}/{current}") - public PageResult selectPage(@PathVariable Integer size, @PathVariable Integer current, ut ut) - { - return utService.SelectPage(ut,size,current); - } - - - - - - @GetMapping("/findById/{id}") - public ut findById(@PathVariable Integer id) - { - - return utService.findById(id); - } - - - - @PutMapping("/Update") - public int Update(@RequestBody ut ut) - { - - return utService.edit(ut); - } - @GetMapping("/selectAll/{userId}") - public List selectAll(@PathVariable int userId) - { - - return utService.selectAll(userId); - - } - - - @GetMapping("/selectAll1") - public List selectAll1() - { - - return utService.selectAll1(); - - } - - @GetMapping("/selectDetails/{biaoshi}") - public List selectDetails(@PathVariable String biaoshi) { - return utService.selectDetails(biaoshi); - } -} diff --git a/src/tzx/数据库.txt b/src/tzx/数据库.txt deleted file mode 100644 index 1037368..0000000 --- a/src/tzx/数据库.txt +++ /dev/null @@ -1,133 +0,0 @@ -/* -SQLyog Ultimate v12.08 (64 bit) -MySQL - 8.0.26 : Database - xinli -********************************************************************* -*/ - - -/*!40101 SET NAMES utf8 */; - -/*!40101 SET SQL_MODE=''*/; - -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -CREATE DATABASE /*!32312 IF NOT EXISTS*/`xinli` /*!40100 DEFAULT CHARACTER SET utf8 */ /*!80016 DEFAULT ENCRYPTION='N' */; - -USE `xinli`; - -/*Table structure for table `fenduan` */ - -DROP TABLE IF EXISTS `fenduan`; - -CREATE TABLE `fenduan` ( - `id` int NOT NULL AUTO_INCREMENT, - `start` double DEFAULT NULL, - `end` double DEFAULT NULL, - `guo` varchar(500) DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `fenduan` */ - -insert into `fenduan`(`id`,`start`,`end`,`guo`) values (9,0,59,'抑郁'),(10,60,85,'正常'),(11,85,100,'精神非常好'); - -/*Table structure for table `liaotian` */ - -DROP TABLE IF EXISTS `liaotian`; - -CREATE TABLE `liaotian` ( - `id` int NOT NULL AUTO_INCREMENT, - `one` int DEFAULT NULL, - `two` int DEFAULT NULL, - `content` longtext, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `liaotian` */ - -insert into `liaotian`(`id`,`one`,`two`,`content`) values (17,6,7,'
李丽说:无奈
李丽说:好累啊
孙策说:去你的
'); - -/*Table structure for table `mokuai` */ - -DROP TABLE IF EXISTS `mokuai`; - -CREATE TABLE `mokuai` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(200) DEFAULT NULL, - `quanzhon` varchar(200) DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `mokuai` */ - -insert into `mokuai`(`id`,`name`,`quanzhon`) values (3,'第一模块','30'),(4,'第二模块','30'),(5,'第三模块','30'); - -/*Table structure for table `timu` */ - -DROP TABLE IF EXISTS `timu`; - -CREATE TABLE `timu` ( - `id` int NOT NULL AUTO_INCREMENT, - `xuhao` int DEFAULT NULL, - `them` varchar(200) DEFAULT NULL, - `one` varchar(200) DEFAULT NULL, - `two` varchar(200) DEFAULT NULL, - `three` varchar(200) DEFAULT NULL, - `four` varchar(200) DEFAULT NULL, - `ok` varchar(200) DEFAULT NULL, - `fen` double DEFAULT NULL, - `da` varchar(200) DEFAULT NULL, - `mokuaiId` int DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `timu` */ - -insert into `timu`(`id`,`xuhao`,`them`,`one`,`two`,`three`,`four`,`ok`,`fen`,`da`,`mokuaiId`) values (8,1,'童年','快乐','悲伤','兴奋','优秀','快乐',20,NULL,3),(9,2,'成年','压抑','忧郁','失败','成功','成功',10,NULL,3),(10,1,'吃饭','爱吃','厌食','暴饮暴食','正常就餐','正常就餐',20,NULL,4),(11,2,'睡觉','嗜睡','失眠','正常','压抑','正常',30,NULL,4),(12,1,'自我评价','正常','神经','快乐','失败','快乐',10,NULL,5),(13,2,'未来规划','努力生活','混吃等死','积极向上','好好学习','积极向上',10,NULL,5); - -/*Table structure for table `user` */ - -DROP TABLE IF EXISTS `user`; - -CREATE TABLE `user` ( - `id` int NOT NULL AUTO_INCREMENT, - `username` varchar(200) DEFAULT NULL, - `password` varchar(200) DEFAULT NULL, - `type` int DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `user` */ - -insert into `user`(`id`,`username`,`password`,`type`) values (1,'admin','123',0),(6,'李丽','123',1),(7,'孙策','123',1),(8,'李云','123',1); - -/*Table structure for table `ut` */ - -DROP TABLE IF EXISTS `ut`; - -CREATE TABLE `ut` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int DEFAULT NULL, - `xuhao` int DEFAULT NULL, - `them` varchar(200) DEFAULT NULL, - `one` varchar(200) DEFAULT NULL, - `two` varchar(200) DEFAULT NULL, - `three` varchar(200) DEFAULT NULL, - `four` varchar(200) DEFAULT NULL, - `ok` varchar(200) DEFAULT NULL, - `da` varchar(200) DEFAULT NULL, - `fen` double DEFAULT NULL, - `mokuaiId` int DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=142 DEFAULT CHARSET=utf8mb3; - -/*Data for the table `ut` */ - -insert into `ut`(`id`,`userId`,`xuhao`,`them`,`one`,`two`,`three`,`four`,`ok`,`da`,`fen`,`mokuaiId`) values (118,7,1,'童年','快乐','悲伤','兴奋','优秀','快乐','快乐',20,3),(119,7,2,'成年','压抑','忧郁','失败','成功','成功','压抑',0,3),(120,7,1,'吃饭','爱吃','厌食','暴饮暴食','正常就餐','正常就餐','正常就餐',20,4),(121,7,2,'睡觉','嗜睡','失眠','正常','压抑','正常','正常',30,4),(122,7,1,'自我评价','正常','神经','快乐','失败','快乐','正常',0,5),(123,7,2,'未来规划','努力生活','混吃等死','积极向上','好好学习','积极向上','努力生活',0,5),(130,8,1,'童年','快乐','悲伤','兴奋','优秀','快乐','快乐',20,3),(131,8,2,'成年','压抑','忧郁','失败','成功','成功','成功',10,3),(132,8,1,'吃饭','爱吃','厌食','暴饮暴食','正常就餐','正常就餐','正常就餐',20,4),(133,8,2,'睡觉','嗜睡','失眠','正常','压抑','正常','正常',30,4),(134,8,1,'自我评价','正常','神经','快乐','失败','快乐','快乐',10,5),(135,8,2,'未来规划','努力生活','混吃等死','积极向上','好好学习','积极向上','积极向上',10,5),(136,6,1,'童年','快乐','悲伤','兴奋','优秀','快乐','快乐',20,3),(137,6,2,'成年','压抑','忧郁','失败','成功','成功','失败',0,3),(138,6,1,'吃饭','爱吃','厌食','暴饮暴食','正常就餐','正常就餐','暴饮暴食',0,4),(139,6,2,'睡觉','嗜睡','失眠','正常','压抑','正常','正常',30,4),(140,6,1,'自我评价','正常','神经','快乐','失败','快乐','神经',0,5),(141,6,2,'未来规划','努力生活','混吃等死','积极向上','好好学习','积极向上','努力生活',0,5); - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; diff --git a/src/wyz/UserService.java b/src/wyz/UserService.java deleted file mode 100644 index 179d46a..0000000 --- a/src/wyz/UserService.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.config; - -import com.domain.user; -import com.service.userService; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.security.core.GrantedAuthority; -import org.springframework.security.core.authority.SimpleGrantedAuthority; -import org.springframework.security.core.userdetails.UserDetails; -import org.springframework.security.core.userdetails.UserDetailsService; -import org.springframework.security.core.userdetails.UsernameNotFoundException; -import org.springframework.security.crypto.password.PasswordEncoder; -import org.springframework.stereotype.Service; - -import java.util.ArrayList; -import java.util.Collection; -@Service -public class UserService implements UserDetailsService { - @Autowired - public com.service.userService userService; - @Autowired(required = false) - private PasswordEncoder passwordEncoder; - @Override - public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException { - // 根据用户查询用户信息 - //User user = userMapper.findByUsername(username); //查询数据库 -// user user = new user(1, username, "123456", 1);//注意:这里我就是用来测试的,实际应该从数据库中获取 - user user=userService.selectByUserName(username); - if (user != null) { - // 根据用户查询用户对应权限 - Collection authorities = new ArrayList<>(); - /* //查询登录用户所拥有的角色 - List list = RoleMapper.findByUserId(userId); - for (Role role : list) { - GrantedAuthority authority = new SimpleGrantedAuthority("ROLE_"+role.getRoleName()); - authorities.add(authority); - } - */ - //创建一个授权对象 - GrantedAuthority authority = new SimpleGrantedAuthority("ROLE_ADMIN"); //注意:这里我就是用来测试的,实际应该从数据库中获取 - authorities.add(authority); - return new org.springframework.security.core.userdetails.User( - user.getUsername(), - // 因为数据库是明文,所以这里需加密密码 - passwordEncoder.encode(user.getPassword()), - authorities); - } - return null; - - - } -} diff --git a/src/wyz/WebSecurityConfig.java b/src/wyz/WebSecurityConfig.java deleted file mode 100644 index 2859f57..0000000 --- a/src/wyz/WebSecurityConfig.java +++ /dev/null @@ -1,96 +0,0 @@ -package com.config; - -import com.fasterxml.jackson.databind.ObjectMapper; -import org.springframework.context.annotation.Bean; -import org.springframework.context.annotation.Configuration; -import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; -import org.springframework.security.config.annotation.web.builders.HttpSecurity; -import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; -import org.springframework.security.core.Authentication; -import org.springframework.security.core.AuthenticationException; -import org.springframework.security.core.userdetails.UserDetailsService; -import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; -import org.springframework.security.crypto.password.PasswordEncoder; -import org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler; -import org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler; - -import javax.servlet.ServletException; -import javax.servlet.ServletOutputStream; -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; -import java.io.IOException; - -@Configuration -public class WebSecurityConfig extends WebSecurityConfigurerAdapter { - @Bean - public UserDetailsService getUserService() { - return new UserService(); - } - - @Bean - public PasswordEncoder passwordEncoder() { - return new BCryptPasswordEncoder(); - } - - @Override - protected void configure(AuthenticationManagerBuilder auth) throws Exception { - auth.userDetailsService(getUserService()).passwordEncoder(passwordEncoder()); - } - - @Override - protected void configure(HttpSecurity http) throws Exception { - http.authorizeRequests() - .antMatchers( "/pages/login.html","/img/*","/plugins/**","/css/*","/js/*","/dist/**","/pages/regist.html","/user/Save").permitAll()// 无需认证 - .anyRequest().authenticated() // 所有请求都需要验证 - .and() - .headers().frameOptions().disable() - .and() - .formLogin() // 使用默认的登录页面 - .loginPage("/pages/login.html")// 指定指定要的登录页面 - .loginProcessingUrl("/login")// 处理认证路径的请求 - //认证成功后的跳转页面 默认是get方式提交 自定义成功页面post方式提交 - //在 controller中处理时要注意 -// .defaultSuccessUrl("/pages/main.html") -// .failureForwardUrl("/pages/error.html") - .successHandler(new SimpleUrlAuthenticationSuccessHandler() { - @Override - public void onAuthenticationSuccess(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Authentication authentication) throws IOException, ServletException { - httpServletResponse.setContentType("application/json;charset=utf-8"); - ServletOutputStream out = httpServletResponse.getOutputStream(); - ObjectMapper objectMapper = new ObjectMapper(); - objectMapper.writeValue(out, "登录成功"); - out.flush(); - out.close(); - } - }).failureHandler(new SimpleUrlAuthenticationFailureHandler() { - @Override - public void onAuthenticationFailure(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, AuthenticationException e) throws IOException, ServletException { - httpServletResponse.setContentType("application/json;charset=utf-8"); - ServletOutputStream out = httpServletResponse.getOutputStream(); - ObjectMapper objectMapper = new ObjectMapper(); - objectMapper.writeValue(out, "登录失败"); - out.flush(); - out.close(); - } - }) - .and() - //开启cookie保存用户数据 -// .rememberMe() - //设置cookie有效期 -// .tokenValiditySeconds(60 * 60 * 24 * 7) //有效期一周 - //设置cookie的私钥 -// .key("") -// .and() - .logout() - .logoutUrl("/logout") - .logoutSuccessUrl("/pages/login.html") -// .invalidateHttpSession(true) - .and() -// .headers().frameOptions().disable().and() - .csrf().disable() //关闭跨域保护 - .sessionManagement() - .maximumSessions(1);// 同一用户 只允许一个在线 自动踢出在线用户 - - } - -} diff --git a/src/wyz/all.html b/src/wyz/all.html deleted file mode 100644 index 45bbe95..0000000 --- a/src/wyz/all.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - - - - - - - -
-
-

用户模块评测成绩

- - 首页 - 用户模块 - 评测成绩 - -
-
-
-
- -
- - - - - - - - - - - -
-
-
- - - - - - - - - \ No newline at end of file diff --git a/src/wyz/fenduanController.java b/src/wyz/fenduanController.java deleted file mode 100644 index 91b7a3d..0000000 --- a/src/wyz/fenduanController.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.controller; - -import com.domain.fenduan; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.*; - -import java.util.List; - -@RestController -@RequestMapping("/fenduan") -public class fenduanController { - @Autowired - public com.service.fenduanService fenduanService; - - @PostMapping("/Save") - public int Save(@RequestBody fenduan fenduan) - { - return fenduanService.insert(fenduan); - - } - @DeleteMapping("/Delete/{id}") - public int Delete(@PathVariable Integer id) - { - - return fenduanService.delete(id); - } - - - - - - - - - @GetMapping("/findById/{id}") - public fenduan findById(@PathVariable Integer id) - { - - return fenduanService.findById(id); - } - @PutMapping("/Update") - public int Update(@RequestBody fenduan fenduan) - { - - return fenduanService.edit(fenduan); - } - - @GetMapping("/selectAll") - public List selectAll() - { - - return fenduanService.selectAll(); - } -} diff --git a/src/wyz/fenduanService.java b/src/wyz/fenduanService.java deleted file mode 100644 index 6c6b398..0000000 --- a/src/wyz/fenduanService.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.service; - -import com.domain.fenduan; - -import java.util.List; - -public interface fenduanService { - - public int insert(fenduan fenduan); - public int delete(int id); - public int edit(fenduan fenduan); - public fenduan findById(int id); - public List selectAll(); -} diff --git a/src/wyz/login.html b/src/wyz/login.html deleted file mode 100644 index 17f4384..0000000 --- a/src/wyz/login.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - 登录 - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
- - -
-

登录

- -
-
-
- - -
- Please fill in your email -
-
- -
- - -
- please fill in your password -
-
- - - -
- - -
-
-
-
- -
-
-
-
-
- - - - - - \ No newline at end of file diff --git a/src/wyz/myConfig.java b/src/wyz/myConfig.java deleted file mode 100644 index e93324a..0000000 --- a/src/wyz/myConfig.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.config; - -import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor; -import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor; -import org.springframework.context.annotation.Bean; -import org.springframework.context.annotation.Configuration; - -@Configuration -public class myConfig { - - @Bean - public MybatisPlusInterceptor mybatisPlusInterceptor() - { - MybatisPlusInterceptor mybatisPlusInterceptor=new MybatisPlusInterceptor(); - mybatisPlusInterceptor.addInnerInterceptor(new PaginationInnerInterceptor()); - return mybatisPlusInterceptor; - } -} diff --git a/src/wyz/pom.xml b/src/wyz/pom.xml deleted file mode 100644 index 545bac0..0000000 --- a/src/wyz/pom.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - 4.0.0 - lianghaoshiming - exerciesManage - 0.0.1-SNAPSHOT - exerciesManage - Demo project for Spring Boot - - - 1.8 - UTF-8 - UTF-8 - 2.3.7.RELEASE - - - - - org.springframework.boot - spring-boot-starter-web - - - com.baomidou - mybatis-plus-boot-starter - 3.4.2 - - - mysql - mysql-connector-java - runtime - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.security - spring-security-test - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.springframework.boot - spring-boot-devtools - - - - - org.apache.poi - poi - 4.1.2 - - - - org.apache.poi - poi-scratchpad - 4.1.2 - - - - org.apache.poi - poi-ooxml - 4.1.2 - - - - org.apache.poi - poi-ooxml-schemas - 4.1.2 - - - - com.qiniu - qiniu-java-sdk - 7.2.7 - - - - org.apache.commons - commons-dbcp2 - 2.1.1 - runtime - - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - UTF-8 - - - - org.springframework.boot - spring-boot-maven-plugin - 2.3.7.RELEASE - - com.AutographApplication - - - - repackage - - repackage - - - - - - - - diff --git a/src/wyz/user1.html b/src/wyz/user1.html deleted file mode 100644 index a203e8c..0000000 --- a/src/wyz/user1.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - 火车票销售系统 - - - - - - - - -
-
-

个人模块账号管理

- - 首页 - 个人模块 - 账号管理 - -
-
-
- - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
-
-
-
- - - - - - - - - \ No newline at end of file