摘要: 背景:打包jar 的时候提示,无法下载commons-codec 1.15, 但是去官方和,各大maven 都没发现有 问题: [error] (*:update) sbt.ResolveException: download failed: commons-codec#commons-codec; 阅读全文
posted @ 2020-07-22 11:23 jellyabd 阅读(4166) 评论(0) 推荐(0) 编辑
摘要: 主要参考:https://segmentfault.com/a/1190000012166969 安装步骤参考:https://github.com/aikuyun/iterm2-zmodem 安装步骤 1.安装支持rz和sz命令的lrzsz:brew install lrzsz 等了挺长时间的。 阅读全文
posted @ 2019-08-21 12:27 jellyabd 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: 第一次使用ansible ,遇到了下面的几个问题: 问题1: 可以使用 添加代理解决 参考:https://www.cnblogs.com/kex1n/p/5229493.html 问题2: 通过参考:https://www.cnblogs.com/kuku0223/p/8669889.html#u 阅读全文
posted @ 2019-04-30 16:13 jellyabd 阅读(1209) 评论(0) 推荐(0) 编辑
摘要: 看了阮一峰的博客,然后找到了 关于KMP 算法相当详细的博客: https://blog.csdn.net/v_july_v/article/details/7041827 摘录: 如果模式串中存在相同前缀和后缀,即pj-k pj-k+1, ..., pj-1 = p0 p1, ..., pk-1, 阅读全文
posted @ 2019-01-02 18:17 jellyabd 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 利用跳板机让不在同一局域网的机器ssh直连 参考了:https://blog.csdn.net/cikenerd/article/details/73740607 配置: 修改权限: chmod 644 ~/.ssh.config 使用: 通过ssh proxycommand, 使用rsync 拉取 阅读全文
posted @ 2018-11-22 11:43 jellyabd 阅读(4409) 评论(0) 推荐(0) 编辑
摘要: terms 的聚合操作:TermsAggregationBuilder termsAggregationBuilder = AggregationBuilders.terms("xxx").field("xxx"); 有错误:{ "error" : "JsonGenerationException[Can not write a field name, expecting a value]... 阅读全文
posted @ 2018-10-25 10:25 jellyabd 阅读(3314) 评论(0) 推荐(0) 编辑
摘要: 安装 插件 elasticsearch-sql 参考: https://github.com/NLPchina/elasticsearch-sql/wiki/Installation-Guide 提示要 (make sure to enable cors on elasticsearch.yml) 阅读全文
posted @ 2018-10-12 10:07 jellyabd 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/iloveyoucc/archive/2012/05/11/2496433.html 自己的小例子: login_ssh.exp 阅读全文
posted @ 2016-11-11 17:25 jellyabd 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/ 使用以上方法在我的mac pro 中不起作用,经过查询 以下blog:ht 阅读全文
posted @ 2016-11-11 16:57 jellyabd 阅读(297) 评论(0) 推荐(0) 编辑