摘要: centos上安装minikube, vm-driver=none 阅读全文
posted @ 2019-10-23 14:59 北极熊129 阅读(3223) 评论(0) 推荐(0) 编辑
摘要: https://www.callicoder.com/java-8-completablefuture-tutorial/CompletableFuture:Asynchronous programming -> non-blocking(task on a seperate thread, so 阅读全文
posted @ 2019-04-04 11:00 北极熊129 阅读(166) 评论(0) 推荐(0) 编辑
摘要: - id: admin-service uri: lb://admin-service predicates: - Path=/admin/** - Weight=service1, 90 filters: - SwaggerHeaderFilter - StripPrefix=1 - id: or 阅读全文
posted @ 2019-04-02 16:13 北极熊129 阅读(2024) 评论(0) 推荐(0) 编辑
摘要: 跨域 cors spring boot spring security 阅读全文
posted @ 2019-04-01 22:58 北极熊129 阅读(3204) 评论(0) 推荐(1) 编辑
摘要: 8 Archietcture and Implementation8.1 Technical Overview8.1.1 Runtime Environment there is no need to place any special configuration files into your j 阅读全文
posted @ 2019-03-24 22:29 北极熊129 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 用 postman 删除, 方法:delete url: http://ip:port/eureka/apps/服务名/注册名 服务名: spring.application.name: base, 要大写 注册名:就是eureka里显示的 阅读全文
posted @ 2018-12-13 16:15 北极熊129 阅读(3855) 评论(0) 推荐(1) 编辑
摘要: putty 密码提示慢 阅读全文
posted @ 2018-12-05 09:39 北极熊129 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.baeldung.com/spring-security-session1. Overview这里将讲一下 how spring security allows us to control our HTTP sessions这种控制的范围从session timeou 阅读全文
posted @ 2018-09-09 23:30 北极熊129 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: 1. ++ and union: 阅读全文
posted @ 2018-08-23 00:43 北极熊129 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml 2. java文件 3. 从eclipse export一个jar: topn.jar, 上传到 hadoop: /opt/hadoop-2.9.0/files 4. 准备三个文件,放入hdfs: /user/root/topn/input, 每行四个数字,原来的例子第四个字段是 阅读全文
posted @ 2018-08-03 17:59 北极熊129 阅读(316) 评论(0) 推荐(0) 编辑