该文被密码保护。 阅读全文
posted @ 2010-03-12 11:19 Alamps 阅读(11) 评论(1) 推荐(0) 编辑
摘要: ### 步骤2: docker和docker-compose 安装 ##### 2.1 docker安装 (centos7为例) ```wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/d 阅读全文
posted @ 2022-11-06 10:59 Alamps 阅读(33) 评论(0) 推荐(0) 编辑
摘要: docker run -d --name zookeeper -p 2181:2181 -t wurstmeister/zookeeper docker run -d --name kafka \-p 9092:9092 \-e KAFKA_BROKER_ID=0 \-e KAFKA_ZOOKEEP 阅读全文
posted @ 2022-06-05 17:34 Alamps 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Connecting to 192.168.199.235:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Sat Jul 11 18:18:01 2020 from la 阅读全文
posted @ 2020-07-11 19:19 Alamps 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1、 添加spring-cloud-zuul-ratelimit依赖。 <dependency> <groupId>com.marcosbarbero.cloud</groupId> <artifactId>spring-cloud-zuul-ratelimit</artifactId> <vers 阅读全文
posted @ 2020-05-02 16:13 Alamps 阅读(1650) 评论(0) 推荐(0) 编辑
摘要: 82304-IEZGO-YN5QO-VJKKF-6X50B-H2UA6 阅读全文
posted @ 2020-01-20 00:00 Alamps 阅读(182) 评论(0) 推荐(0) 编辑
摘要: option = { title: { text: '折线图堆叠' }, tooltip: { trigger: 'axis' }, legend: { data:['调用总量','通过量','拒绝量'] }, grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true }, toolbox: { feature: { sav 阅读全文
posted @ 2019-12-20 11:17 Alamps 阅读(666) 评论(0) 推荐(0) 编辑
摘要: package com.suning.sntcscase.controller.MutiThread; import static jdk.nashorn.internal.objects.Global.print; public class QuickSortDemo { public static void main(String[] args) { int[] arr = {5, 6, 7, 阅读全文
posted @ 2019-10-16 14:19 Alamps 阅读(212) 评论(0) 推荐(0) 编辑
摘要: package com.suning.sntcscase.controller.thread;import com.google.common.collect.ImmutableList;import com.google.common.util.concurrent.*;import com.su 阅读全文
posted @ 2019-08-13 00:00 Alamps 阅读(251) 评论(0) 推荐(0) 编辑
摘要: @Configurationpublic class WebSocketConfig { //打war包启动需要注释掉此:否则报 :DeploymentException: Multiple Endpoints may not be deployed to the same path// @Bean 阅读全文
posted @ 2019-03-25 11:36 Alamps 阅读(685) 评论(0) 推荐(0) 编辑
摘要: UTF-8 UTF-8 1.8 1.0.9 1.3.0 8.0.15 datasource: url: jdbc:mysql://localhost:3306/db_pack_case?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacy... 阅读全文
posted @ 2019-03-10 19:09 Alamps 阅读(588) 评论(0) 推荐(0) 编辑