会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
未确定
相信美好的事情即将发生
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
2020年10月29日
timestam时间格式转换date
摘要: 数据库 字段属性是 timestam 后端 实体属性 Date 后端返回的是json 问题: 传给前端的时候显示的是 时间戳 不是我们想要的格式 解决: 注解 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")@JsonFormat(timezone =
阅读全文
posted @ 2020-10-29 19:22 未确定
阅读(182)
评论(0)
推荐(0)
2020年10月26日
验证邮箱
摘要: 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 =
阅读全文
posted @ 2020-10-26 10:04 未确定
阅读(72)
评论(0)
推荐(0)
2020年10月23日
查询数据表属于哪个数据库
摘要: 'userpurchase' 为数据表名,更改数据表名字即可 SELECT table_schema FROM information_schema.TABLES WHERE table_name = 'userpurchase';
阅读全文
posted @ 2020-10-23 12:17 未确定
阅读(414)
评论(0)
推荐(0)
2020年10月22日
异常
摘要: Dots are not allowed in element names mybatis xml 文件有小数点存在
阅读全文
posted @ 2020-10-22 09:45 未确定
阅读(64)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
公告