摘要:
数据库 字段属性是 timestam 后端 实体属性 Date 后端返回的是json 问题: 传给前端的时候显示的是 时间戳 不是我们想要的格式 解决: 注解 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")@JsonFormat(timezone = 阅读全文
摘要:
2020-10-26Email email;String regex = "[A-Za-z0-9]+([_\\.][A-Za-z0-9]+)*@([A-Za-z0-9\\-]+\\.)+[A-Za-z]{2,6}";Pattern pattern;Matcher matcher;pattern = 阅读全文
摘要:
'userpurchase' 为数据表名,更改数据表名字即可 SELECT table_schema FROM information_schema.TABLES WHERE table_name = 'userpurchase'; 阅读全文
摘要:
Dots are not allowed in element names mybatis xml 文件有小数点存在 阅读全文