diff --git "a/docs/java/devTools/idea/\350\207\252\345\212\250\350\241\245\345\205\250.md" "b/docs/java/devTools/idea/\350\207\252\345\212\250\350\241\245\345\205\250.md" index e31a350..252aa5e 100644 --- "a/docs/java/devTools/idea/\350\207\252\345\212\250\350\241\245\345\205\250.md" +++ "b/docs/java/devTools/idea/\350\207\252\345\212\250\350\241\245\345\205\250.md" @@ -1,5 +1,6 @@ # 自动补全 +editor.liveTemplate - .var - .nn @@ -7,4 +8,5 @@ - .null - list.for - fori -- .cast \ No newline at end of file +- .cast + diff --git a/docs/java/framework/logback/index.md b/docs/java/framework/logback/index.md new file mode 100644 index 0000000..bb29090 --- /dev/null +++ b/docs/java/framework/logback/index.md @@ -0,0 +1,22 @@ +# logback + + +根据不同的环境配置不同的日志记录规则 + +``` xml + + + + + + + + + + + + + + +``` + diff --git a/docs/java/framework/springcli/index.md b/docs/java/framework/springcli/index.md new file mode 100644 index 0000000..0fe527e --- /dev/null +++ b/docs/java/framework/springcli/index.md @@ -0,0 +1,2 @@ +# index + diff --git a/docs/java/middleware/rocketmq/basic.md b/docs/java/middleware/rocketmq/basic.md new file mode 100644 index 0000000..3b1b4fc --- /dev/null +++ b/docs/java/middleware/rocketmq/basic.md @@ -0,0 +1,17 @@ +# 基本概念 + +1. 消息 数据 +2. 主题 topic 一类消息的集合 分类 + - 生产者对应多个topic + - 消费者对应一个topic + - 一个message对应一个topic + - 一个topic对应多个message +3. 队列 + - queue 分区 partition + - 一个topic对应多个queue(partition) +4. 分片 + ![img.png](img.png) +5. 消息标识 + - msgId + - offsetMsgId + - key \ No newline at end of file diff --git a/docs/java/middleware/rocketmq/img.png b/docs/java/middleware/rocketmq/img.png new file mode 100644 index 0000000..56de831 Binary files /dev/null and b/docs/java/middleware/rocketmq/img.png differ diff --git "a/docs/java/middleware/rocketmq/\347\263\273\347\273\237\346\236\266\346\236\204.md" "b/docs/java/middleware/rocketmq/\347\263\273\347\273\237\346\236\266\346\236\204.md" new file mode 100644 index 0000000..f8a6e70 --- /dev/null +++ "b/docs/java/middleware/rocketmq/\347\263\273\347\273\237\346\236\266\346\236\204.md" @@ -0,0 +1,3 @@ +# 系统架构 + + \ No newline at end of file diff --git a/docs/public/latestMdFiles.json b/docs/public/latestMdFiles.json index f22601e..110b294 100644 --- a/docs/public/latestMdFiles.json +++ b/docs/public/latestMdFiles.json @@ -1,12 +1,12 @@ [ - "docs/os/linux/utils/rsync.md", - "docs/database/mysql/other.md", - "docs/java/framework/springmvc/index.md", + "docs/java/framework/logback/index.md", + "docs/java/framework/springcli/index.md", + "docs/java/middleware/rocketmq/basic.md", "docs/java/devTools/buildTools/gradle/index.md", - "docs/java/devTools/buildTools/maven/index.md", - "docs/java/devTools/index.md", - "docs/java/framework/jpa/index.md", - "docs/java/utils/lombok/import.md", - "docs/java/utils/lombok/index.md", - "docs/java/devTools/buildTools/maven/basic.md" + "docs/java/devTools/buildTools/maven/basic.md", + "docs/java/devTools/idea/docker.md", + "docs/java/devTools/idea/index.md", + "docs/java/devTools/idea/plugin.md", + "docs/os/linux/index.md", + "docs/os/linux/utils/rsync.md" ] \ No newline at end of file