
错误记录
文章平均质量分 54
class_brick
以我所经,引以为幸
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven报错汇总
eclipse使用maven时,通过repository导入lucene时的错误: 导入内容: elastic-lucene-snapshots Elastic Lucene Snapshots http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/00142c9 true原创 2018-01-15 15:37:04 · 793 阅读 · 0 评论 -
Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.1]
在通过eclipse创建一个新的maven仓库的时候(部署的步骤参照了http://blog.youkuaiyun.com/qjyong/article/details/9098213),总是遇到这样一个错误Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.1]。在原创 2018-01-15 15:59:37 · 2883 阅读 · 0 评论 -
解决RuntimeError:module compiled against API version 9 but this version of numpy is 7
由于使用TensorFlow 经常会涉及到使用numpy,但会出现API版本不匹配问题: 要么是numpy有多个版本,要么是numpy只有最低版本。 现在的版本是1.7的,去对应目录下删除该版本的numpy的文件,然后重新安装新版numpy 由于直接使用pip和yum进行安装均不成功,所以只好下载 nump的zip文件进行安装: 首先下载:wge原创 2018-01-31 13:09:10 · 6684 阅读 · 0 评论 -
elasticSearch本地可以访问网页无法访问的解决方法
首先在网上搜了一下,找到了一个方法: 现在解压elasticsearch之后,启动,通过http://localhost:9200可以访问的到,但是http://ip:9200访问不到,怎么办呢?带你解决,带你飞 修改elasticsearch-2.3.3\config\elasticsearch.yml文件 将network.host的内容改本机的ip 重启一下,你原创 2018-01-24 10:57:08 · 21856 阅读 · 8 评论 -
vim ctrl+s 就死
由于windows下编程习惯了保存就ctrl+s,在vim下ctrl+s整个putty终端就死了,遇到好几次这种情况,网上查了下原来ctrl+s在LINUX里是锁定屏幕的快捷键,解锁ctrl+q就可以了转载 2018-01-31 17:21:28 · 233 阅读 · 0 评论 -
解决Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.
解决Unable to create project from archetype[org.apache.maven.archetypes:maven-archetype-quickstart:1.1] 一、首先这么做: 1. 下载maven-archetype-quickstart-1.1.jar 文件地址:http://download.youkuaiyun.com/do原创 2018-01-11 15:12:30 · 2294 阅读 · 0 评论 -
elasticSearch6.X使用问题汇总
1、开启ES时报错:12345678910111213141516[2016-11-14T10:05:29,358][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread[main]org.elasticsearch.bootstrap.StartupException: java.l原创 2018-01-09 11:18:52 · 8364 阅读 · 1 评论