摘要: 生产环境安装,部署 阅读全文
posted @ 2020-05-22 12:14 liangxinxin 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 修改属性的数据类型: match (a:Person) where a.age = toString(a.age) set a.age = toInt(a.age) return count(a) 阅读全文
posted @ 2020-05-19 16:07 liangxinxin 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 漫谈RNN之梯度消失及梯度爆炸:http://bbs.imefuture.com/article/4405 漫谈RNN之长短期记忆模型LSTM:http://bbs.imefuture.com/article/4406 漫谈RNN之长短期记忆模型LSTM(续):http://bbs.imefutur 阅读全文
posted @ 2019-09-18 17:58 liangxinxin 阅读(128) 评论(0) 推荐(0) 编辑
摘要: AUC 几何意义:ROC曲线与X轴的面积 https://blog.csdn.net/luo3300612/article/details/80367901 AUC物理意义:随机给定一个正样本和一个负样本,分类器输出该正样本为正的那个概率值 比 分类器输出该负样本为正的那个概率值 要大的可能性 ht 阅读全文
posted @ 2018-09-11 16:58 liangxinxin 阅读(537) 评论(0) 推荐(0) 编辑
摘要: The target you are trying to run requires an OpenSSL implementation. Your system doesn't have one, and either the third_party directory doesn't have it, or your compiler can't build BoringSSL. 阅读全文
posted @ 2018-06-26 12:32 liangxinxin 阅读(3438) 评论(1) 推荐(0) 编辑
摘要: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': FactoryBean threw exception on object 阅读全文
posted @ 2018-01-05 14:27 liangxinxin 阅读(5707) 评论(0) 推荐(1) 编辑
摘要: 1.在使用hbase的时候 有很多问题,其中一个 使用sqoop import 从mysql 向hbase导入数据,报错:Error: java.lang.RuntimeException: Could not access HBase table user 执行:sqoop import --co 阅读全文
posted @ 2017-11-22 15:21 liangxinxin 阅读(1445) 评论(0) 推荐(0) 编辑
摘要: 转:http://www.redicecn.com/html/Linux/20131125/468.html Redis "MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist 阅读全文
posted @ 2017-06-01 14:43 liangxinxin 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 1.下载安装gradle brew gradle 2.配置环境变量(mac) 打开Mac上的“终端”,输入以下命令,将gradle的bin目录添加至到环境变量中: vi ~/.bash_profile vi ~/.bash_profile 打开.bash_profile 文件窗口依次输入以下命令: 阅读全文
posted @ 2017-05-18 10:45 liangxinxin 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 最后启用安全的时候遇到一点坑,直接写了一个用户上去,没有勾选权限,然后在登录就说没有 overright/等,然后需要修改配置文件conf.xml 在主目录下.jenkins/conf.xml 删除 <authorizationStrategy class="hudson.security.Proj 阅读全文
posted @ 2017-05-15 16:14 liangxinxin 阅读(312) 评论(0) 推荐(0) 编辑