Giter Site home page Giter Site logo

chirumori / key3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 7.29 MB

琴房助手 V3 (主要提供社团管理、活动室预定等功能)

License: GNU General Public License v3.0

Dockerfile 0.03% Shell 0.08% Java 57.95% FreeMarker 9.54% CSS 25.07% JavaScript 7.33%

key3's Introduction

Hiii👋, ChiruMori Da!


Hey there! I'm a back-end developer from Beijing, passionate about technology and always eager to learn. At 25, I'm exploring new paths and would love to find guidance and support.

I believe in self-learning and have a wide range of interests beyond tech. Recently, I've been delving into the power of collaboration, hoping to connect with like-minded individuals for mutual growth and benefit.

When I'm not coding, I enjoy music and anime. Feel free to reach out to me via email at [email protected] for anything related to these interests or to discuss potential collaborations. Let's grow together! 😊


Commit
visitors

⚡ Github Stats

ChiruMori's Github Stats ChiruMori's Top Languages

key3's People

Contributors

chirumori avatar

Watchers

 avatar

key3's Issues

BUG:因日结算跑批未测试导致的 BUG

2021.3.17 日结算跑批数据计算出错,BUG 详情:
当天有效预约 11 个,跑批结算执行后,当天所有有预约的用户,时长均加了 11,这 TM 明显是 BUG。

无法新建社团

新建社团时,显示模态加载提示层,且不会自动取消,导致正常操作的情况下无法创建社团。疑似前端代码 bug

确认此处异常日志是否有潜在问题

2021-03-17 09:59:14.268 INFO 14756 --- [qtp1525114112-19] work.cxlm.service.impl.UserServiceImpl : [梁xx]-[127.0.0.1] 登录系统

2021-03-17 10:01:02.891 INFO 14756 --- [qtp1525114112-17] work.cxlm.service.impl.UserServiceImpl : [梁xx]-[127.0.0.1] 登录系统

2021-03-17 10:01:53.750 INFO 14756 --- [qtp1525114112-17] work.cxlm.service.impl.TimeServiceImpl : 用户 [梁xx] 取消了预约,时段ID:2021031710000002

2021-03-17 10:02:44.859 INFO 14756 --- [qtp1525114112-15] work.cxlm.service.impl.TimeServiceImpl : 用户 [梁xx] 预定了活动室 [xxx209] 的时段:2021.03.19 13:00

**2021-03-17 10:02:46.312 ERROR 14756 --- [qtp1525114112-17] .s.h.DefaultAuthenticationFailureHandler : 异常详情:登录凭证过期或不存在,请重新登录, status: 401 UNAUTHORIZED, Data: 4e5d98530cfe4e1da333d22924f04a66

2021-03-17 10:02:47.103 ERROR 14756 --- [qtp1525114112-15] .s.h.DefaultAuthenticationFailureHandler : 异常详情:登录凭证过期或不存在,请重新登录, status: 401 UNAUTHORIZED, Data: 4e5d98530cfe4e1da333d22924f04a66**

2021-03-17 10:06:05.882 INFO 14756 --- [qtp1525114112-17] work.cxlm.service.impl.UserServiceImpl : [梁xx]-[127.0.0.1] 登录系统

孙学姐需求

  1. 提供一个用户导入的功能
  2. 练琴时长刷新

补充:系统日志这个实现需要修改一下

查询系统配置报错

维护后台,查询系统配置时,有错误日志
w.cxlm.cache.AbstractStringCacheLayer : 无法将 json [###] 转化为类型 [class java.lang.String]

错误的数据状态

2021-03-22 08:46:38.738 INFO 1767 --- [qtp619929778-14] work.cxlm.service.impl.TimeServiceImpl : 用户 [葛XX] 取消了预约,时段ID:2021032310000002

2021-03-22 08:46:55.803 INFO 1767 --- [qtp619929778-19] work.cxlm.service.impl.UserServiceImpl : [傅XX]-[127.0.0.1] 登录系统

2021-03-22 08:47:26.675 ERROR 1767 --- [qtp619929778-12] w.cxlm.core.ControllerExceptionHandler : 捕获到异常: [因为操作冲突,您的请求被取消,请重试]

2021-03-22 08:47:26.761 INFO 1767 --- [qtp619929778-17] work.cxlm.service.impl.TimeServiceImpl : 用户 [傅XX] 预定了活动室 [新大活209] 的时段:2021.03.22 16:00

2021-03-22 08:47:26.789 INFO 1767 --- [qtp619929778-15] work.cxlm.service.impl.TimeServiceImpl : 用户 [傅XX] 预定了活动室 [新大活209] 的时段:2021.03.22 16:00

2021-03-22 08:47:26.926 ERROR 1767 --- [qtp619929778-18] .s.h.DefaultAuthenticationFailureHandler : 异常详情:登录凭证过期或不存在,请重新登录, status: 401 UNAUTHORIZED, Data: d758c143fe39475a839e78a3a29b7519

2021-03-22 08:47:27.755 ERROR 1767 --- [qtp619929778-12] .s.h.DefaultAuthenticationFailureHandler : 异常详情:登录凭证过期或不存在,请重新登录, status: 401 UNAUTHORIZED, Data: d758c143fe39475a839e78a3a29b7519

2021-03-22 08:47:31.375 INFO 1767 --- [qtp619929778-19] work.cxlm.service.impl.TimeServiceImpl : 用户 [傅XX] 预定了活动室 [新大活209] 的时段:2021.03.22 15:00


日志中,用户傅成功预约了两次同一个时段,这是不合理的,数据库中,对应时段的字段生成残缺(缺失 create_time 和 signed)

应该是锁的控制没处理明白导致的,有时间重新梳理锁的逻辑。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.