码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
安装mongo后添加环境变量,发现sudo: mongod: command not found
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:其他好文   时间:2020-11-27 11:48:48    阅读次数:36
运行程序时报go: cannot find main module, but found .git/config in
编写单元测试,运行时报下面的错误 haima@haima-PC:/media/haima/34E401CC64DD0E28/site/go/src/haimait/learn/base/cheshi01$ go test go: cannot find main module, but found ...
分类:其他好文   时间:2020-11-26 14:24:36    阅读次数:5
Module not found: Error: Can't resolve '../../../public/ueditor/lang/zh-cn/zh-cn.js'
ERROR Failed to compile with 4 errors These relative modules were not found: * ../../../public/ueditor/lang/zh-cn/zh-cn.js in ./node_modules/babel-loa ...
分类:Web程序   时间:2020-11-23 12:09:09    阅读次数:11
【pandas】疑难杂症排除XLRDError:Unsupported format, or corrupt file
pandas做Excel合并报错了 XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'\x15Microso' 一次打出文件名,发现了临时文件,后来读取发现一样的错误, 再次定位,打开文件没有关闭 ...
分类:其他好文   时间:2020-11-21 12:24:37    阅读次数:5
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found 1. 检查ansible服务器的Python: # ls /usr/bin/python 没有则安装。 2. 检查节点服务器的Python: 没有python,路径下也 ...
分类:编程语言   时间:2020-11-21 12:10:11    阅读次数:6
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
6292条   上一页 1 ... 5 6 7 8 9 ... 630 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!