摘要: 1.毫秒值转化为正常时间格式 最简单的方法 new Date(后台传来的毫秒值).toLocaleDateString() 就是这个样子 2.毫秒值转化为自定义的时间格式 本页面重写一下 toLocaleString()方法 3.正常的时间格式 转化为毫秒值 阅读全文
posted @ 2017-02-04 14:49 Angel挤一挤 阅读(610) 评论(0) 推荐(0)
摘要: 1 HTTP Status 500 - Could not write content: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properti 阅读全文
posted @ 2017-02-04 13:35 Angel挤一挤 阅读(14393) 评论(0) 推荐(1)