码迷,mamicode.com
首页 >  
搜索关键字:duplicates found    ( 7999个结果
Expected one result (or null) to be returned by selectOne(), but found: 2
看到标题就已经很明了了: 两种情况: 1.你想查询一条数据,但返回两条数据: 2.你想查询多条数据,但是前台限制只能查询一条 (1) 检查自己的数据sql语句写对没有(关于mybaties的sql操作自己百度) (2) 查看mybaties的返回值(resultType或resultMap),可以返 ...
分类:其他好文   时间:2020-11-19 12:23:18    阅读次数:7
Turbine集群监控报Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo'
使用Turbine监控集群监控,在测试的时候出现了一些问题 http://localhost:9003/turbine.stream 没有获取到数据 http://localhost:9003/hystrix/monitor 监控界面一直loading 后台报Property or field 'd ...
分类:移动开发   时间:2020-11-19 12:14:31    阅读次数:16
Mybatis plus 报错Invalid bound statement (not found) 终极解决办法
我产生的错误原因是写的mapper继承BaseMapper没有添加泛型: 点进去: 为了解决这个bug,网上很多人也提出了解决办法:1.检查xml文件的namespace是否正确 2.Mapper.java的方法在Mapper.xml中没有,然后执行Mapper的方法会报此 3.xxxMapper. ...
分类:其他好文   时间:2020-11-16 13:19:11    阅读次数:4
ansible 优化相关
[default] callback_whitelist = profile_tasks # The best way I’ve found to time the execution of Ansible playbooks is by enabling the profile_tasks cal ...
分类:其他好文   时间:2020-11-04 19:01:00    阅读次数:20
jsp页面老提示Multiple annotations found at this line: - javax.servlet.jsp.JspException cannot be resolve
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:编程语言   时间:2020-11-04 18:47:34    阅读次数:19
gitbook 安装和使用
gitbook 安装和使用 安装nodejs wget https://nodejs.org/dist/v10.22.0/node-v10.22.0-linux-arm64.tar.xz tar -xvJf node-v10.22.0-linux-arm64.tar.xz ln -sf /runti ...
分类:其他好文   时间:2020-10-24 10:22:55    阅读次数:23
腾讯云linux服务器的环境配置与使用
一、腾讯云linux云服务器配置LNMP环境 1、登录腾讯云服务器 首先我在腾讯云的官网申请了一个学生版的服务器,操作系统为CentOS 6.3 64位。接下去下载并安装Xshell(一个远程管理linux服务器的客户端软件)。在运行该软件之后,点击新建,在弹出的新建会话属性窗口中,在名称这一栏填写 ...
分类:系统相关   时间:2020-10-22 22:34:28    阅读次数:35
Pandas 数据清洗常见方法
Pandas 数据清洗常见方法 01 读取数据 df=pd.read_csv('文件名称') 02 查看数据特征 df.info() 03 查看数据量 df.shape 04 查看各数字类型的统计量 df.describe() 05 去除重复值 df.drop_duplicates(inplace= ...
分类:其他好文   时间:2020-10-21 21:22:59    阅读次数:31
OC中的NSDictionary和NSMutableDictionary
学习链接:https://www.cnblogs.com/-boy/archive/2004/01/13/4096453.html // // learn_dic.m // learn_KVC // // Created by 蔡佳明 on 2020/10/15. // #import <Found ...
分类:其他好文   时间:2020-10-16 11:00:33    阅读次数:25
Windows server 2012 iis 网页HTTP 404.17
Windows server 2012 iis 网页HTTP 404.17 错误代码:0x80070032 IIS访问svc报如下错误: HTTP 错误 404.17 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映 ...
分类:Windows程序   时间:2020-10-16 10:48:41    阅读次数:34
7999条   上一页 1 ... 6 7 8 9 10 ... 800 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!