- 博客(12)
- 资源 (1)
- 收藏
- 关注
原创 spring boot 报错No primary or single unique constructor found for interface javax
发生以下报错。
2024-05-21 23:46:13
1124
1
原创 spring boot
java: 程序包org.hibernate.validator.constraints不存在。spring boot 3下。原注解被标注不再使用更换成。pom.xml引入坐标。
2023-12-27 18:03:45
760
转载 redisson批量get
//future列表 LinkedList<RFuture<Object>> futures = new LinkedList<>(); //结果集 LinkedList<Object> result = new LinkedList<>(); RBatch batch = redissonClient.createBatch(); for (int i...
2022-05-11 17:05:58
1354
原创 spring security 与 thymeleaf 身份判断的使用方法
sec:authorize=“isAuthenticated()”:是否授权成功sec:authentication=“principal.authorities”:获取用户身份sec:authentication=“name”:获取用户名字sec:authorize=“hasRole()”:判断当前身份
2021-05-22 09:53:43
366
原创 win10 telnet连上后只有光标
win10 telnet连上后只有光标CTRL+] 打开界面CTRL+] 打开界面telnet连上后只有光标解决办法:CTRL+] 之后就有界面了
2021-03-25 16:56:30
1702
原创 No typehandler found for property repeat
No typehandler found for property repeat错误排查错误排查 <collection property="outTimeBos" ofType="com.zhike.bo.OutTimeBo"> <result property="id" column="Id"/> <result property="test" cloumn="test"/> </collection>检
2020-12-19 15:58:32
354
1
原创 JWT理解
Web中cookie、session、token的区别一、认识cookie、session、token什么是cookiecookie的作用session一、认识cookie、session、token什么是cookie会话期cookie持久性cookie第三方cookiecookie的作用sessionsession 复制客户端保存session(不安全)固定用户访问服务器(IP hash、业务数据 hsah)共享存储(redis)...
2020-09-06 22:52:34
210
原创 第一个Mybatis搭建中常见的问题
Mybatis环境搭建问题仅仅搭建mybatis1、无绑定2、Maven静态资源问题3、解决以上问题还有乱码可能是MySQL连接问题仅仅搭建mybatis1、无绑定错误:org.apache.ibatis.binding.BindingExceptionmybaits-config.xml 里没有写绑定配置或者写错解决:补上配置文件 <mappers> <mapper resource="com/xxx/UserMapper.xml"/> &
2020-07-30 16:03:40
241
原创 springmvc的一个小问题(跳转404)
这里写目录标题SpringMVC中遇到的问题SpringMVC中遇到的问题跳转时发现跳转后请求地址带上了/WEB-INF/jsp/XXX.jsp请求不到资源适配器写少了个“ / ”少了这个就会拼成请求路径了 <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver" id="InternalResourceViewResolver"> <property n
2020-07-24 13:51:05
233
原创 Centos7安装及Oracle12c的安装
Centos7安装及Oracle12c的安装 Centos7安装及Oracle12c的安装一、装备工具1.vmware2.centos73.Oracle12c4.FileZilla二、Centos7安装三、Oracle12c安装一、装备工具1.vmware2.centos73.Oracle12c4.FileZilla二、Centos7安装三、Oracle12c安装...
2020-04-08 10:34:41
1991
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人