mybatis异常:Could not find result map Java.util.Map 问题分析及解决 错误写法 <select id="queryXXXCount" resultMap="java.util.Map" > mybatis报出的异常日志:org.apache.ibatis ...
分类:
编程语言 时间:
2019-04-03 12:43:21
阅读次数:
191
log4j:WARN No appenders could be found for logger (com.lemon.api.auto.cases.BasicProcesser).log4j:WARN Please initialize the log4j system properly.log ...
分类:
其他好文 时间:
2019-04-01 00:48:23
阅读次数:
168
1 土肥原贤二 看到页面怀疑是sql注入,写了个4'进去就发生报错。could not to the database You have an error in your SQL syntax; check the manual that corresponds to your MySQL serv ...
分类:
其他好文 时间:
2019-03-31 16:48:28
阅读次数:
161
1、配置xshell,查看虚拟机中ubuntu中网络ip ifconfig 报错 Command 'ifconfig' not found, but can be installed with: sudo apt install net-tools 没有这个工具需要安装 net-tools 2、安装 ...
分类:
系统相关 时间:
2019-03-30 21:31:01
阅读次数:
3968
今天,因为测试拷贝一个JvmTest.java文件到CentOS虚机上运行,发现文件编译没有问题,但运行时却报错,如下图: Java代码如下: 解决方式:去掉java代码第一行package信息。 重新编辑后执行,代码执行成功 ...
分类:
编程语言 时间:
2019-03-30 18:53:56
阅读次数:
234
最近研究ubuntu,用apt-get命令安装一些软件包时,总报错:E:could not get lock /var/lib/dpkg/lock -open等 出现这个问题的原因可能是有另外一个程序正在运行,导致资源被锁不可用。而导致资源被锁的原因,可能是上次安装时没正常完成,而导致出现此状况。 ...
分类:
其他好文 时间:
2019-03-30 13:39:47
阅读次数:
177
本机环境:win 10 + Qt 5.6 问题: 在使用Qt5.6编写程序并release,文件夹中已经添加了必要的dll,但在其他机子上运行程序失败,出现了下面的情况: 解决办法: 在D:\Qt\5.6中进入mingw49_32文件夹(ps:具体路径看个人),将plugins\platforms整 ...
ShellSort He made each turtle stand on another one's back And he piled them all up in a nine-turtle stack. And then Yertle climbed up. He sat down on ...
分类:
系统相关 时间:
2019-03-30 10:37:28
阅读次数:
135
执行更新数据(sudo apt-get update)提示: 此时只要编辑网络DNS配置文件即可: 在弹出的文本里最下面加入: cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by r ...
分类:
系统相关 时间:
2019-03-29 14:55:08
阅读次数:
4918
Given a string which we can delete at most k, return whether you can make a palindrome. For example, given 'waterrfetawx' and a k of 2, you could dele ...
分类:
其他好文 时间:
2019-03-29 13:05:49
阅读次数:
107