摘要:
前台使用wx.request方法请求的话 head里面的jessionid会一直变得 所以 后台需要这样处理 session.getId() 之后response.getWriter().write(session.getId()); 之后让前台 放到head里面就可以了 可能有些人用了respon 阅读全文
摘要:
org.springframework.dao.IncorrectResultSizeDataAccessException: query did not return a unique result: 2; nested exception is javax.persistence.NonUniq 阅读全文