macintosh-c's blog

macintosh-c's blog

当你的才华撑不起你的野心时,就应该静下心来好好学习。

    • 首页(Home)
    • 归档(Archives)
    • 标签(Tags)
    • 分类(Categories)

Linux top命令详解

Linux top命令详解top命令经常用来监控Linux的系统状况,比如cpu、内存的使用 1.1 系统运行时间和平均负载:top - 09:40:41 up 2 days, 15:45, 2 users, load average: 0.25, 0.41, 0.41to

2021-03-05

Mac下安装kafka

Mac下安装kafka通过brew命令方式来安装 安装homebrew:略 通过Brew指令安装kafkabrew install kafka zookeeper安装后的路径为:/usr/local/Cellar/zookeeper/3.4.13 kafka安装后的路径为:/

2020-07-06

Spring Boot常用注解

继于上一篇的思考,继续加强了对springboot中常用注解的学习,总结如下: Spring Boot中的常用注解有:@SpringBootApplication、@Repository、@Service、@RestController、@ResponseBody、@Compon

2020-07-01

Spring Boot @SpringBootApplication与@ComponentScan

在一次多模块系统项目搭建时,为了扫描到引入的其他模块中的Bean,用到了@ComponentScan标签,却引发了一些其他问题,继续深入了解了下@SpringBootApplication与@ComponentScan标签的作用,总结如下: 具体案例是:TestControlle

2020-06-30

MarkDown添加图片的三种方式

MarkDown插图最基础的格式就是: ![Alt text](图片链接 "optional title") 1Alt text:图片的Alt标签,用来描述图片的关键词,可以不写。最初的本意是当图片因为某种原因不能被显示时而出现的替代文字,后来又被用于SE

2020-06-12

RabbitMq集群搭建

RabbiMQ简介 RabbiMQ是用Erang开发的,集群非常方便,因为Erlang天生就是一门分布式语言,但其本身并不支持负载均衡。 RabbiMQ模式 RabbitMQ模式大概分为以下三种:(1)单一模式。(2)普通模式(默认的集群模式)。(3) 镜像模式(把需要的队列做

2020-06-12

Mac上使用docker安装sql server

一.docker安装略 二. 拉取并运行容器镜像1> 从 Microsoft 容器注册表中拉取 SQL Server 2017 Linux 容器镜像。 1sudo docker pull mcr.microsoft.com/mssql/server:2017-latest

2020-06-08

Markdown用代码画时序图

Markdown用代码画时序图免费 Markdown 编辑器 Typora,非常好用且美观。其自带 mermaid 画图扩展。 在用 Typora 编写 Markdown 文本时,插入这样一个代码块: ```mermaid……时序图代码……``` 1.参与者 画法:123sequ

2020-04-20

Redis批量写入

最近接到需求,提前数据预热,需要导入千万级数据到redis,如果还是使用普通的逐条插入的方法,可能需要耗费大量的时间,于是调研了redis pipe管道,批量导入,避免以往的插一条数据,建立一次连接的消耗。记录一下两种实现方法,一种是通过shell脚本批量导入,另一种是代码端的实

2020-03-19

Redis安装

Mac下redis安装与启动一 用brew安装1.查看系统是否已经安装了Redisbrew info redis这个命令会展示此系统下的redis信息,如果没有安装,会展示not install2.输入命令安装Redisbrew install redis可能需要等一会,系统下

2020-03-12
Prev12345…8Next

Github 名片

分类

  • Ansible2
  • Couchbase1
  • Docker6
  • Ehcache2
  • Git1
  • Kubernetes1
  • Linux3
  • Markdown2
  • Maven2
  • Memcache1
  • Mycat3
  • Mysql9
  • Postgre4
  • Redis7
  • SonarQube1
  • Spring Cloud Alibaba1
  • Spring cloud1
  • SpringMVC1
  • Springboot7
  • SqlService1
  • VirtualBox1
  • YApi1
  • java基础6
  • jenkins2
  • kafka1
  • mybatis1
  • mycat1
  • nginx1
  • python1
  • rabbitmq2
  • sftp1
  • 博客相关3
  • 成长之路1

标签

  • Docker4
  • blog搭建3
  • Linux基础3
  • Postgre安装3
  • mycat3
  • sql语句基础2
  • Markdown2
  • mysql安装2
  • Maven2
  • Mysql2
  • ansible详解2
  • Ehcache2
  • fastjson2
  • 设计模式2
  • Spring aop2
  • Springboot2
  • rabbitmq安装2
  • 随笔1
  • python安装1
  • Redis数据迁移1

归档

  • 十一月 20211
  • 十月 20212
  • 九月 20213
  • 六月 20215
  • 五月 20218
  • 四月 20211
  • 三月 20211
  • 七月 20202
  • 六月 20204
  • 四月 20201
  • 三月 20203
  • 十二月 20199
  • 十月 20193
  • 九月 201918
  • 八月 20192
  • 九月 20183
  • 八月 201812

标签云

Couchbase数据迁移 Docker Docker-Compose Dockerfile Ehcache Git基础 Kubernetes安装 Linux基础 Markdown Maven Memcached安装 Mysql Postgre安装 Postgre高可用中间件 Redis Cluster Redis 持久化存储 Redis-Sentinel Redis批量写入 Redis数据迁移 SonarQube Spring Cloud Alibaba Spring aop Spring cloud Springboot Springboot response Springboot test Springboot调优 SqlService安装 VirtualBox安装 YApi学习 ansible详解 blog搭建 fastjson jdk安装 jenkins jenkins用户权限管理 kafka安装 log4j日志 mybatis基础 mycat mycat容器化部署 mysql主从 mysql安装 nginx python安装 rabbitmq安装 redis安装 redis指令 serialVersionUID sftp sql案例 sql语句基础 基本概念 设计模式 随笔

友情链接

  • 开发者头条
  • csdn
RSS 订阅

静下心来,好好做你该做的事!
This is my blog,Try to do better.

Powered by hexo and Theme by Jacman © 2021 Macintosh-c
  Total visits:    You are Visiter No.