随笔 - 481  文章 - 0  评论 - 13  阅读 - 99万
12 2018 档案
ZooKeeper 之 zkCli.sh客户端的命令使用
摘要:ZooKeeper 之 zkCli.sh客户端的命令使用 ZooKeeper客户端 zkCli.sh 节点的增删改查 阅读全文
posted @ 2018-12-29 17:04 tigerloveapple 阅读(676) 评论(0) 推荐(0) 编辑
项目启动时报错Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
摘要:https://www.cnblogs.com/liuyp-ken/p/7911536.html 解决过程: 1、检查配置,反反复复看了很多遍,确认没有问题。 2、 网上找了很多资料,类似的问题很多,看过答案以后依旧不得其要领。只好继续看报错代码,直到看到这一句: 1234Caused by: ja 阅读全文
posted @ 2018-12-28 20:01 tigerloveapple 阅读(995) 评论(0) 推荐(0) 编辑
org.apache.ibatis.binding.BindingException: Parameter 'idList' not found解决办法
摘要:https://blog.csdn.net/qq_28379809/article/details/83342196 问题描述 使用Mybatis查询数据库报错: org.apache.ibatis.binding.BindingException: Parameter 'idList' not f 阅读全文
posted @ 2018-12-25 17:18 tigerloveapple 阅读(4678) 评论(0) 推荐(0) 编辑
oracle 取前10条记录
摘要:1.oracle 取前10条记录 1) select * from tbname where rownum < 11; 2) select * from (select * from tbname order by id desc ) where rownum<=10; 2、oracle 取第一条记 阅读全文
posted @ 2018-12-18 19:11 tigerloveapple 阅读(3460) 评论(0) 推荐(0) 编辑
mybatis 报错Result Maps collection does not contain value for java.lang.Integer
摘要:重点:报错的方法和xml文件不一定是错误的位置,如果有多个xml文件,必须检查所有的文件 搜索 resultMap="java.lang.Integer" 找到对应的文件,改为 resultType="java.lang.Integer" 1.检查mybatis的xml配置 2.在某处肯定有配错了的 阅读全文
posted @ 2018-12-17 15:10 tigerloveapple 阅读(3412) 评论(1) 推荐(2) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示