上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: #1# 服务器启动了es以后,本地telnet 不通 我一直以为是腾讯云入站规则的问题, 1 配置了入站规则,2 查看防火墙没有打开 3 出站也是OK的 ping 百度是通的 最后别人一句话,es 配置network 0.0.0.0 果然一配置OK了。 telnet 有个道理你要明白, 比如你服务器 阅读全文
posted @ 2018-10-25 10:53 lyon♪♫ 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 1、切换到root用户修改配置sysctl.conf 添加下面配置: 并执行命令: 然后,重新启动elasticsearch,即可启动成功。 阅读全文
posted @ 2018-10-25 10:42 lyon♪♫ 阅读(2567) 评论(0) 推荐(1) 编辑
摘要: 1、maven地址配置 仓库的地址不一定非要配置成镜像, 公司给了一个地址,配置成镜像的时候 下载不下来,如下配置OK 2、git 的使用 使用的客户端SourceTree 1. 去掉注册登录 2.生成sshkey 一、引子: 什么是ssh:ssh是Secure Shell(安全外壳协议)的缩写,建 阅读全文
posted @ 2018-10-23 19:11 lyon♪♫ 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 1.1、pom <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8.1</version> </dependency> 1.2、测试 阅读全文
posted @ 2018-10-22 15:16 lyon♪♫ 阅读(185) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-22 15:13 lyon♪♫ 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-19 15:52 lyon♪♫ 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-18 17:47 lyon♪♫ 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-17 16:21 lyon♪♫ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { List alpha = Arrays.asList("a","b","c"); List collect = alpha.stream().map(String::toUpperCase).collect(Collectors.toList()); ... 阅读全文
posted @ 2018-10-16 10:40 lyon♪♫ 阅读(226) 评论(0) 推荐(0) 编辑
摘要: public class LogInterceptor extends HandlerInterceptorAdapter { private static final Log log = LogFactory.getLog(LogInterceptor.class); /* * (non-Javadoc) * @see org.springframewo... 阅读全文
posted @ 2018-10-12 15:42 lyon♪♫ 阅读(508) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页