摘要: 新购入一台Linux服务器,将项目部署至服务器,项目出现问题记录如下: 1.项目使用JPA,实例类中表名为大写,JPA查询显示该表不存在,原因是Mysql设置中默认表名区分大小写 show variables like "%case%"; mysql> show variables like "%c 阅读全文
posted @ 2023-01-04 15:17 WhoWell 阅读(27) 评论(0) 推荐(0)
摘要: 需求为:做月计划,选择月份时已经有过月计划的月份不可指定新的计划,故用到Layui的日期控件,使用为月选择器,特此记录如下 效果如图: 贴上DOM,方便日后理解: 注意问题: 1.使用月选择器后,月份的dom并不和日期选择器一样,在table中。 2.页面若有多个laydate,layui会自动设置 阅读全文
posted @ 2021-02-02 15:46 WhoWell 阅读(2479) 评论(0) 推荐(0)
摘要: 问题描述:Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. The base url is the ro 阅读全文
posted @ 2020-08-12 18:44 WhoWell 阅读(1619) 评论(1) 推荐(0)