From 49b61ffcc95c1ea4a7bb7859818f9d01510a1deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=96=E4=B8=99?= <1044103023@qq.com> Date: Sat, 27 Apr 2024 11:39:07 +0800 Subject: [PATCH 1/5] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 数据库添加OceanBase超链接; --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6f28391..7000ef3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +

+ + + +

我会从下图中的知识点去写这个系列,很多细节的点,可能想得不是很完善,大家可以去[【公众号】](#公众号)获取或者加我[【微信】](#微信)提意见(别忘记**Star**哟)。 @@ -135,6 +140,7 @@ - [数据库性能调优](https://github.com/AobingJava/JavaFamily/blob/master/docs/all/db/%E6%95%B0%E6%8D%AE%E5%BA%93%E6%80%A7%E8%83%BD%E8%B0%83%E4%BC%98.md) - [分库分表](https://github.com/AobingJava/JavaFamily/blob/master/docs/all/db/%E5%88%86%E5%BA%93%E5%88%86%E8%A1%A8.md) - [数据库面试题](https://github.com/AobingJava/JavaFamily/blob/master/docs/all/db/%E6%95%B0%E6%8D%AE%E5%BA%93%E9%9D%A2%E8%AF%95%E9%A2%98.md) + - [OceanBase 4.3 发版|实时分析 AP 的里程碑版本](https://github.com/oceanbase) - 大数据 - [大数据体系](https://mp.weixin.qq.com/s/7rW9eHxdRXtWJExVupcZZQ) From e692ff492c8661be625539c5d6e406b87d317ed2 Mon Sep 17 00:00:00 2001 From: aobing <1044103023@qq.com> Date: Thu, 11 Jul 2024 22:46:15 +0800 Subject: [PATCH 2/5] 1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7000ef3..368a9e2 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,10 @@ +- [AI工具](https://juejin.cn/post/7389069052436217896#comment) + + + - **福利** - [Java/后端学习路线](https://mp.weixin.qq.com/s/5QpuDtXAalR-pz59B5t27g) From 5c72adfa743e594b2cead75a44ebb8f99717376a Mon Sep 17 00:00:00 2001 From: aobing <1044103023@qq.com> Date: Wed, 4 Sep 2024 17:25:40 +0800 Subject: [PATCH 3/5] docs(README): remove image and update WeChat link in series descriptionRemoved an image from the README.md file that was aligned to the center and updated the WeChat link to encourage readers to follow the series through the provided WeChat account or contact for further suggestions. The update refines the README by streamlining the introductory section andenhancing reader engagement options. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 368a9e2..2f51ec1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -

- - - -

+ 我会从下图中的知识点去写这个系列,很多细节的点,可能想得不是很完善,大家可以去[【公众号】](#公众号)获取或者加我[【微信】](#微信)提意见(别忘记**Star**哟)。 From 11514ad337758640a28481b4c16d4b43377af6db Mon Sep 17 00:00:00 2001 From: aobing <1044103023@qq.com> Date: Wed, 4 Sep 2024 17:25:53 +0800 Subject: [PATCH 4/5] docs(README): remove image and update WeChat link in series descriptionRemoved an image from the README.md file that was aligned to the center and updated the WeChat link to encourage readers to follow the series through the provided WeChat account or contact for further suggestions. The update refines the README by streamlining the introductory section andenhancing reader engagement options. --- .idea/vcs.xml | 6 +++ .idea/workspace.xml | 101 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..21c5183 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,101 @@ + + + + + + + + + + { + "lastFilter": { + "state": "OPEN", + "assignee": "AobingJava" + } +} + { + "selectedUrlAndAccountId": { + "url": "https://github.com/AobingJava/JavaFamily.git", + "accountId": "db293c56-b1d4-4a65-bc7c-ff15bdc7754a" + } +} + { + "associatedIndex": 2 +} + + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "git-widget-placeholder": "master", + "kotlin-language-version-configured": "true", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + + + + + + + + + + + + 1720708986075 + + + + + + + + + + \ No newline at end of file From 015249a6fae7552bb4b3591f1d0a2efb6c77db92 Mon Sep 17 00:00:00 2001 From: aobing <1044103023@qq.com> Date: Mon, 3 Nov 2025 20:37:14 +0800 Subject: [PATCH 5/5] docs(README): remove image and update WeChat link in series descriptionRemoved an image from the README.md file that was aligned to the center and updated the WeChat link to encourage readers to follow the series through the provided WeChat account or contact for further suggestions. The update refines the README by streamlining the introductory section andenhancing reader engagement options. --- .idea/workspace.xml | 27 +- README.md | 3 +- ...37\345\210\227\345\237\272\347\241\200.md" | 5 - ...27\351\235\242\350\257\225\351\242\230.md" | 7 - ...31\344\270\200\350\207\264\346\200\247.md" | 286 ----------------- ...73\347\273\237\350\256\276\350\256\241.md" | 288 ------------------ ...43\350\241\250\346\200\273\347\273\223.md" | 63 ---- ...21\345\201\232\344\272\206\345\225\245.md" | 259 ---------------- 8 files changed, 25 insertions(+), 913 deletions(-) delete mode 100644 "docs/all/mq/\346\266\210\346\201\257\351\230\237\345\210\227\345\237\272\347\241\200.md" delete mode 100644 "docs/all/mq/\346\266\210\346\201\257\351\230\237\345\210\227\351\235\242\350\257\225\351\242\230.md" delete mode 100644 "docs/all/\347\274\223\345\255\230/redis/\345\210\206\345\270\203\345\274\217\351\224\201\343\200\201\345\271\266\345\217\221\347\253\236\344\272\211\343\200\201\345\217\214\345\206\231\344\270\200\350\207\264\346\200\247.md" delete mode 100644 "docs/all/\347\274\223\345\255\230/redis/\347\247\222\346\235\200\347\263\273\347\273\237\350\256\276\350\256\241.md" delete mode 100644 "docs/all/\347\274\223\345\255\230/redis/\350\257\276\344\273\243\350\241\250\346\200\273\347\273\223.md" delete mode 100644 "docs/coderLife/\351\243\216\351\233\250\345\215\201\345\271\264\344\273\216\346\257\225\344\270\232\345\210\260\346\212\200\346\234\257\344\270\223\345\256\266\346\210\221\345\201\232\344\272\206\345\225\245.md" diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 21c5183..7626be2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@