报错信息: Caused by: com.mongodb.MongoException: Executor error: OperationFailed: Sort operation used more than the maximum 33554432 bytes of RAM. Add an ...
分类:
数据库 时间:
2018-01-21 19:16:24
阅读次数:
513
1:初次运行Strom程序出现如下所示的错误,贴一下,方便脑补,也希望帮助到看到的小伙伴: 错误如下所示,主要问题是刚开始使用maven获取jar包的时候需要写<scope>provided</scope>,运行的时候需要把这行注释了即可,这是作用域的问题,开始需要在本地下载jar包,但是在虚拟机运 ...
分类:
编程语言 时间:
2018-01-19 15:44:40
阅读次数:
168
换了项目组,换了新电脑,重装Python时遇到提示如下图所示: 原因:需要安装Windows 7 Service Pack 1 直接点击“update your machine”即可跳转到指定页面,有解决方法和下载链接 我嫌弃下载文件太大,选择安装Python3.4版本,即可安装成功。 ...
分类:
编程语言 时间:
2018-01-15 20:32:17
阅读次数:
644
1、错误描写叙述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-12 14:19:28 org.apache. ...
分类:
编程语言 时间:
2018-01-13 11:11:19
阅读次数:
186
解决方案:https://askubuntu.com/questions/774986/appstreamcli-hanging-with-100-cpu-usage-during-update 搬运过来是: This is caused by a bug https://bugs.launchpa ...
分类:
移动开发 时间:
2018-01-10 17:04:25
阅读次数:
1317
Could not locate getter for property named [pers.chq.entity.Customer#custLevel] 属性名字不一致的错误, 原因:在hibernate的配置文件中所配置的属性和实体类中的属性名不一致。 ...
分类:
数据库 时间:
2018-01-08 01:06:15
阅读次数:
205
背景 最近在工作中发现了一个错误,在执行多线程扫描脚本的时候频繁出现下面这个错误 HTTPConnectionPool(host=‘t.tips', port=80): Max retries exceeded with url: /index.php (Caused by NewConnectio ...
分类:
编程语言 时间:
2018-01-05 01:21:45
阅读次数:
443
测试方法: ping 127.0.0.1 ping localhost 解决方案: vi /etc/hosts 把127.0.0.1和wshCentOS绑定就好 按 i 进入修改模式,按 esc 退出修改模式; 输入 :wq 退出; 在用如下命令测试下: ...
分类:
编程语言 时间:
2017-12-27 18:49:19
阅读次数:
330
1.Caused by: java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@160750a6 is still active. No statements may be issued when any ...
分类:
其他好文 时间:
2017-12-22 18:38:46
阅读次数:
276
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [redis.clients.jedis.JedisCluster]: Constructor threw exception ...
分类:
编程语言 时间:
2017-12-21 19:39:51
阅读次数:
273