- 博客(4)
- 收藏
- 关注
原创 Ajax注意事项:将后台Map、List、String的数据转为JSON注意事项
当通过Ajax后台往前台传值时注意事项 先判断是否是String类型,如果是String类型就转JSON $('#edit').form('submit', { url:url, success:function(data){ //转返回数据转为JSON if(typeof data === 'string'){ data = JSON.parse(data); ...
2019-12-25 01:56:29
442
原创 Spring+Highcharts通过Ajax后台String、Map、List类型如何传入数据给前台接收设置Highcharts.xAxis中的categories(X/Y坐标轴)
Spring+Highcharts通过Ajax后台如何传入数据给前台接收设置,后端通过注解@ResponseBody 前端代码(都相同) <%--报表js引入--%> <script src="https://code.highcharts.com.cn/highcharts/highcharts.js"></script> <script...
2019-12-24 12:55:28
490
原创 错误解决:org.hibernate.AnnotationException: mappedBy reference an unknown target entity property:
org.hibernate.AnnotationException: mappedBy reference an unknown target entity property: com…domain.PurchaseBillItem.bill in com…domain.PurchaseBill.items 意思为:org.hibernate.AnnotationException:mappedB...
2019-12-23 20:35:12
997
原创 简单实用方式:No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
简单实用方式处理:No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer 引起改错误的原因是:@ManyToOne(fetch = FetchType.LAZY) hibernate框架在再懒加载的时候,代理持久化对象时会新加属性,而这些属性又没有实现序列化功能,所以包此类错...
2019-12-22 23:39:28
468
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅