会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
冬天不眠
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
16
下一页
2018年11月17日
maven打包成可运行的jar
摘要: 在pom.xml添加
阅读全文
posted @ 2018-11-17 20:38 冬天不眠
阅读(354)
评论(0)
推荐(0)
编辑
centos7安装jdk1.8
摘要: 1 下载jdk https://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.tar.gz?AuthParam=1542450035_d96827
阅读全文
posted @ 2018-11-17 18:24 冬天不眠
阅读(126)
评论(0)
推荐(0)
编辑
2018年11月13日
spriingboot使用thymeleaf
摘要: 1 添加jar包 2 配置文件 3 在templates下新建hello.html 4 新建测试TestController.java 5 访问页面 6 完成
阅读全文
posted @ 2018-11-13 10:11 冬天不眠
阅读(428)
评论(0)
推荐(0)
编辑
2018年11月7日
storm整合kafka storm-kafka-client
摘要: <dependency><groupId>org.apache.storm</groupId><artifactId>storm-kafka-client</artifactId><version>1.1.3</version></dependency>
阅读全文
posted @ 2018-11-07 10:31 冬天不眠
阅读(2596)
评论(4)
推荐(0)
编辑
2018年10月31日
storm
摘要: wget http://mirrors.shu.edu.cn/apache/storm/apache-storm-1.2.2/apache-storm-1.2.2.tar.gz nohup /home/hadoop/cloud/storm/bin/storm ui >/dev/null 2>&1 &
阅读全文
posted @ 2018-10-31 21:13 冬天不眠
阅读(175)
评论(0)
推荐(0)
编辑
2018年10月18日
linux常用命令
摘要: 1 复制文件cp cp a b 通过复制把a命名b cp path/filea path/fileb 把filea复制到b下 加 -a 参数是 完全复制
阅读全文
posted @ 2018-10-18 10:38 冬天不眠
阅读(65)
评论(0)
推荐(0)
编辑
2018年10月17日
kafka快速入门
摘要: kafka 下载 wget http://mirrors.shu.edu.cn/apache/kafka/2.0.0/kafka_2.11-2.0.0.tgz 官网 http://kafka.apache.org/quickstart 快速开始 本教程假设您刚刚开始,并且没有现有的Kafka或Zoo
阅读全文
posted @ 2018-10-17 16:34 冬天不眠
阅读(170)
评论(0)
推荐(0)
编辑
centos7最小安装后无法联网解决方法
摘要: 1 进入目录 把onboot=no改为yes 保存 :wq 重启网络服务
阅读全文
posted @ 2018-10-17 11:11 冬天不眠
阅读(2646)
评论(0)
推荐(1)
编辑
2018年10月11日
spring boot项目打包成jar后请求访问乱码解决
摘要: 在启动jar的时候添加一个配置 -Dfile.encoding=utf-8 java -Dfile.encoding=utf-8 -jar xxxxtest-0.1.jar
阅读全文
posted @ 2018-10-11 18:06 冬天不眠
阅读(2196)
评论(0)
推荐(0)
编辑
2018年10月9日
spring cloud turbine 监控不到其它机器上的hystrix.stream 的解决方法 指定监控ip
摘要: turbine多台机器熔断聚合的时候 turbine控制台一直寻找的是localhost下的监控熔断数据。 c.n.t.monitor.instance.InstanceMonitor : Url for host: http://localhost:9003/actuator/hystrix.st
阅读全文
posted @ 2018-10-09 11:04 冬天不眠
阅读(1293)
评论(0)
推荐(0)
编辑
上一页
1
···
5
6
7
8
9
10
11
12
13
···
16
下一页
公告