ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页

2019年10月19日

摘要: 恢复内容开始 报错内容 identifier of an instance of cn.jiedada.aisell.domain.Permission was altered from 12 to 13; nested exception is org.hibernate.HibernateExc 阅读全文
posted @ 2019-10-19 08:46 哦哟这个怎么搞 阅读(228) 评论(0) 推荐(0)

2019年10月18日

摘要: 1.在pom添加集成导入 <!-- shiro的支持包 --> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-all</artifactId> <version>1.4.0</version> <type>pom 阅读全文
posted @ 2019-10-18 08:44 哦哟这个怎么搞 阅读(301) 评论(0) 推荐(0)

摘要: shrio是一个框架(这里我们使用自定义realm) 有四大基石,身份验证,授权,密码学,会话管理(这里的session可以放在任何B/S或者C/S中) 使用需要导入pom,调用 在pxm中导入 <dependencies> <dependency> <groupId>org.apache.shir 阅读全文
posted @ 2019-10-18 08:30 哦哟这个怎么搞 阅读(198) 评论(0) 推荐(0)

2019年10月15日

摘要: 原因 在我们写代码的时候返回添加的数据中有一些数据是我们添加表单中没有的,这样会造成代码的丢失,当我们修改完成的时候JPA会自动的转化为空 有三种处理方式 1我们把前台的表单设置为隐藏表单,这样前台就可以接收到数据(但是复杂,而且密码这样的东西会加密,这样就二次加密我们自己把密码都改了) 2在我们d 阅读全文
posted @ 2019-10-15 19:57 哦哟这个怎么搞 阅读(423) 评论(0) 推荐(0)

2019年10月14日

摘要: org.apache.ibatis.binding.BindingException: Type interface com.byh.mapper.OrderMapper is not known to the MapperRegistry. 1、xml文件的namespace的值对应的mapper 阅读全文
posted @ 2019-10-14 10:39 哦哟这个怎么搞 阅读(2041) 评论(0) 推荐(0)

摘要: 问题form表单提交请求 这里和我们以前提交的时候有很多不同,怎么接收参数,点击提交的时候怎么把参数和请求等东西传过去 这里的解决办法为在<a href="#" data-method="search" class=" easyui-linkbutton" iconCls="icon-search" 阅读全文
posted @ 2019-10-14 09:24 哦哟这个怎么搞 阅读(257) 评论(0) 推荐(0)

摘要: 本文链接:https://blog.csdn.net/qq_42136250/article/details/88581844 SpringMVC与Jpa集成后,有懒加载时会出现此问题错误原因:jpa的懒加载对象自己为填加了一些属性,(“hibernateLazyInitializer”,“hand 阅读全文
posted @ 2019-10-14 09:09 哦哟这个怎么搞 阅读(325) 评论(0) 推荐(0)

摘要: us 500 - Could not write content: could not initialize proxy - no Session (through reference chain: cn.jiedada.aisell.common.UIPage["rows"]->java.util 阅读全文
posted @ 2019-10-14 08:54 哦哟这个怎么搞 阅读(1036) 评论(0) 推荐(0)

2019年10月10日

摘要: 一.什么是SpringDataJpa 二.项目导包 三 集成SpringDataJpa 3.1 完成Spring与Jpa的集成 3.1.1 准备db.propeties 3.2.2 准备applicationContext.xml 3.2 集成SpringDataJpa 3.2.1 准备domain 阅读全文
posted @ 2019-10-10 19:28 哦哟这个怎么搞 阅读(564) 评论(0) 推荐(0)

摘要: pom.xml中的配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst 阅读全文
posted @ 2019-10-10 08:28 哦哟这个怎么搞 阅读(189) 评论(0) 推荐(0)

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页