diff --git a/.gitignore b/.gitignore
index 1d990983c5154e3cd38d47e4b00806858a8cb2b9..0815bac01a4fb9f2f95663718d83afec62913323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+!.gitignore
# npm
package-lock.json
node_modules
@@ -21,3 +22,5 @@ urls.txt
# mac
.DS_Store
+
+
diff --git a/README.MD b/README.MD
index 5c0dc22f0d15f26bff7d60b4cba08692acb2a325..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/README.MD
+++ b/README.MD
@@ -1,112 +0,0 @@
-

-
-
-
-
-
-
-
-
-
-vuepress-theme-vdoing
-
-
-
- [文档](https://doc.xugaoyi.com/) |
- [效果](https://xugaoyi.com/) |
- [本仓库的gitee镜像](https://gitee.com/xugaoyi/vuepress-theme-vdoing)
-
-
-
- 赞助商
-
-
-
-
-
-
-(进入赞助商扫码注册可为本项目作者充电~)
-
-## 介绍
-1. 这个主题的初衷是打造一个好用的、面向程序员的`知识管理工具`
-2. 轻松构建一个`结构化`的知识库,让你的知识海洋像一本本书一样清晰易读。
-3. 博客功能提供一种知识的`碎片化`形态,并支持个性化博客配置。
-4. `简洁高效`,以 Markdown 为中心的项目结构。内置自动化工具,以更少的配置完成更多的事。配合多维索引快速定位每个知识点。
-
-[**更新日志**](https://github.com/xugaoyi/vuepress-theme-vdoing/releases)
-
-## 这个主题可以做什么?
-* 案例1:[知识库兼博客站](https://xugaoyi.com/)
-* 案例2:[仅博客站](https://xugaoyi.github.io/vdoing-demo-blog/)
-* 案例3:[仅知识库](https://xugaoyi.github.io/vdoing-demo-repository/)
-* 案例4:[文档站](https://doc.xugaoyi.com/)
-
-
-## 快速上手
-
-```bash
-# clone the project
-git clone https://github.com/xugaoyi/vuepress-theme-vdoing.git
-
-# enter the project directory
-cd vuepress-theme-vdoing
-
-# install dependency
-npm install # or yarn install
-
-# develop
-npm run dev # or yarn dev
-```
-
-
-
-## :sparkling_heart:支持这个项目
-
-如果你正在使用这个项目并感觉良好,或只是想要支持我继续开发,你可以通过如下*任意* 方式支持我:
-
-1. *Star* 并 分享这个项目 :rocket:
-2. 保留主题 footer(页脚) 的主题链接 :D
-3. 关注公众号`yqyjs666`,回复`前端资源`,可获取 [前端学习资源](https://github.com/xugaoyi/blog-gitalk-comment/wiki/Front-end-Study)
-
-4. 通过以下二维码 一次性捐款。 我多半会买一杯 ~~咖啡~~ 茶。:tea:
-
-谢谢! :heart:
-
-| 微信赞赏 | 微信 | 支付宝 |
-| :---: | :---: | :---: |
-|
|
|
|
-
-二维码没有正常显示?点 [这里😎](https://doc.xugaoyi.com/pages/1b12ed/)
-
-## 致谢
-:heart:感谢支持这个项目的朋友
-
-:heart:感谢为这个项目贡献代码的朋友 → [Contributors](https://github.com/xugaoyi/vuepress-theme-vdoing/graphs/contributors)
-
-## 交流群
-
-
-
-
-
-
- vdoing微信群(添加我微信备注"加群")
- |
-
-
- vdoing QQ群: 694387113
- |
-
-
-
-
-
-## 许可证
-[MIT](https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE)
-
-Copyright (c) 2019-present Evan Xu
diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts
index 1a373d7398f51ac28d521b326f8ca3f085b3066f..9d0bf18f86c559cc8edb16fab362b5c4bd601fda 100644
--- a/docs/.vuepress/config.ts
+++ b/docs/.vuepress/config.ts
@@ -28,6 +28,35 @@ export default defineConfig4CustomTheme({
// 导航配置
nav: [
{ text: '首页', link: '/' },
+ { text: 'Java基础', link: '/javaBase/', items: [
+ {
+ text: 'Git',
+ link: '/pages/2687f1/'
+ }
+ ] },
+ { text: 'Java高级', link: '/javaHeight/' },
+ { text: 'Java项目构建', link: '/javaBuild/',items:[
+ {
+ text: '08.k8s',
+ items: [
+ {
+ text: 'K8S安装',
+ link: '/build/k8sinstall/'
+ },
+ {
+ text: 'K8S基础',
+ link: '/build/k8sbase/'
+ },
+ {
+ text: 'K8S实战01',
+ link: '/build/k8sbuild01/'
+ }
+ ]
+ }
+ ] },
+ { text: 'Java框架', link: '/javaFw/' },
+ { text: 'Java架构', link: '/javaDesign/' },
+ { text: '|', link: '/#' },
{
text: '更多',
link: '/more/',
@@ -56,7 +85,7 @@ export default defineConfig4CustomTheme({
},
],
sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题)
- // logo: '/img/logo.png', // 导航栏logo
+ logo: '/img/logo.png', // 导航栏logo
// repo: 'xiaoliuxuesheng', // 导航栏右侧生成Github链接
searchMaxSuggestions: 10, // 搜索结果显示最大数
lastUpdated: '上次更新', // 开启更新时间,并配置前缀文字 string | boolean (取值为git提交时间)
diff --git a/docs/.vuepress/public/img/01.png b/docs/.vuepress/public/img/01.png
new file mode 100644
index 0000000000000000000000000000000000000000..274b2162d8a91c81dc9eb37a4ea771ef2104862b
Binary files /dev/null and b/docs/.vuepress/public/img/01.png differ
diff --git a/docs/.vuepress/public/img/02.png b/docs/.vuepress/public/img/02.png
new file mode 100644
index 0000000000000000000000000000000000000000..aeb501a3572525d6fc99a88214a6c8793bfa7c56
Binary files /dev/null and b/docs/.vuepress/public/img/02.png differ
diff --git a/docs/.vuepress/public/img/03.png b/docs/.vuepress/public/img/03.png
new file mode 100644
index 0000000000000000000000000000000000000000..e289cc46f16176e872f80b7e413e409893bbd0d0
Binary files /dev/null and b/docs/.vuepress/public/img/03.png differ
diff --git a/docs/.vuepress/public/img/04.png b/docs/.vuepress/public/img/04.png
new file mode 100644
index 0000000000000000000000000000000000000000..cf9a6959e7f1e572519e869a3f66ade2650baa91
Binary files /dev/null and b/docs/.vuepress/public/img/04.png differ
diff --git a/docs/.vuepress/public/img/05.png b/docs/.vuepress/public/img/05.png
new file mode 100644
index 0000000000000000000000000000000000000000..9851c27d12662d249a7bc438f1234a9cf1d004c7
Binary files /dev/null and b/docs/.vuepress/public/img/05.png differ
diff --git a/docs/.vuepress/public/img/06.png b/docs/.vuepress/public/img/06.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e0ebecb391f362d48053fe5d898be2aacde8a4e
Binary files /dev/null and b/docs/.vuepress/public/img/06.png differ
diff --git a/docs/.vuepress/public/img/07.png b/docs/.vuepress/public/img/07.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d904cd2a0c71d2a0b280c6da17a1abc58d2e704
Binary files /dev/null and b/docs/.vuepress/public/img/07.png differ
diff --git a/docs/.vuepress/public/img/08.png b/docs/.vuepress/public/img/08.png
new file mode 100644
index 0000000000000000000000000000000000000000..caf439a800401c75ced850add5946a7c2a7f46e0
Binary files /dev/null and b/docs/.vuepress/public/img/08.png differ
diff --git a/docs/.vuepress/public/img/09.png b/docs/.vuepress/public/img/09.png
new file mode 100644
index 0000000000000000000000000000000000000000..e87750f2554736957e81f67ece4776c901d714eb
Binary files /dev/null and b/docs/.vuepress/public/img/09.png differ
diff --git a/docs/.vuepress/public/img/10.png b/docs/.vuepress/public/img/10.png
new file mode 100644
index 0000000000000000000000000000000000000000..892f103aef9ad78803136e10022ec9afee0a1120
Binary files /dev/null and b/docs/.vuepress/public/img/10.png differ
diff --git a/docs/.vuepress/public/img/11.png b/docs/.vuepress/public/img/11.png
new file mode 100644
index 0000000000000000000000000000000000000000..94c88c587fcf46c2d4527775fd5c64eec7b31d81
Binary files /dev/null and b/docs/.vuepress/public/img/11.png differ
diff --git a/docs/.vuepress/public/img/12.png b/docs/.vuepress/public/img/12.png
new file mode 100644
index 0000000000000000000000000000000000000000..f851833b360031c91d06085c939682807b472e45
Binary files /dev/null and b/docs/.vuepress/public/img/12.png differ
diff --git a/docs/.vuepress/public/img/13.png b/docs/.vuepress/public/img/13.png
new file mode 100644
index 0000000000000000000000000000000000000000..501f1ffc8cdbc94d75f6f7632059da672a281640
Binary files /dev/null and b/docs/.vuepress/public/img/13.png differ
diff --git a/docs/.vuepress/public/img/14.png b/docs/.vuepress/public/img/14.png
new file mode 100644
index 0000000000000000000000000000000000000000..4054a257136e8442a4e1d13359b66fc37723bdc7
Binary files /dev/null and b/docs/.vuepress/public/img/14.png differ
diff --git a/docs/.vuepress/public/img/15.png b/docs/.vuepress/public/img/15.png
new file mode 100644
index 0000000000000000000000000000000000000000..b743104e23218db28f5b1afc093ff247b0130728
Binary files /dev/null and b/docs/.vuepress/public/img/15.png differ
diff --git a/docs/.vuepress/public/img/16.png b/docs/.vuepress/public/img/16.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e95303ec669c83753b5a4290a925bdf6323b597
Binary files /dev/null and b/docs/.vuepress/public/img/16.png differ
diff --git a/docs/.vuepress/public/img/17.png b/docs/.vuepress/public/img/17.png
new file mode 100644
index 0000000000000000000000000000000000000000..910dfc1a2f0bbb26ab906a2c575da3d97c6d6a2c
Binary files /dev/null and b/docs/.vuepress/public/img/17.png differ
diff --git a/docs/.vuepress/public/img/18.png b/docs/.vuepress/public/img/18.png
new file mode 100644
index 0000000000000000000000000000000000000000..07305bf0f9c096ca11010a2131eb5b19fb10c38a
Binary files /dev/null and b/docs/.vuepress/public/img/18.png differ
diff --git a/docs/.vuepress/public/img/19.png b/docs/.vuepress/public/img/19.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5ba1524b4e2683ae33e6fe3a80bea3f7f79b05f
Binary files /dev/null and b/docs/.vuepress/public/img/19.png differ
diff --git a/docs/.vuepress/public/img/20.png b/docs/.vuepress/public/img/20.png
new file mode 100644
index 0000000000000000000000000000000000000000..1cd249279b7959f7903caeeb574d593c4b95dd00
Binary files /dev/null and b/docs/.vuepress/public/img/20.png differ
diff --git a/docs/.vuepress/public/img/21.png b/docs/.vuepress/public/img/21.png
new file mode 100644
index 0000000000000000000000000000000000000000..cff86ec32b9cc68916048f27f29edbec3ffc515c
Binary files /dev/null and b/docs/.vuepress/public/img/21.png differ
diff --git a/docs/.vuepress/public/img/Apifox-860x320.png b/docs/.vuepress/public/img/Apifox-860x320.png
deleted file mode 100644
index a51315c65803d5f51bb6aa82803ee9ce06ce3704..0000000000000000000000000000000000000000
Binary files a/docs/.vuepress/public/img/Apifox-860x320.png and /dev/null differ
diff --git a/docs/.vuepress/public/img/bg.jpg b/docs/.vuepress/public/img/bg.jpg
deleted file mode 100644
index f093e7997b80eec6ca2d9e554201f40e9b55e29a..0000000000000000000000000000000000000000
Binary files a/docs/.vuepress/public/img/bg.jpg and /dev/null differ
diff --git a/docs/.vuepress/public/img/favicon.ico b/docs/.vuepress/public/img/favicon.ico
index a4b22d4fd861baf1f106ddc1b0f4dc1e25d347c2..cd5dec958c6e22431b446541415d16fd35386504 100644
Binary files a/docs/.vuepress/public/img/favicon.ico and b/docs/.vuepress/public/img/favicon.ico differ
diff --git a/docs/.vuepress/public/img/git.png b/docs/.vuepress/public/img/git.png
deleted file mode 100644
index 82ba43fff0dbde48b31a81fdfcef298dc7ac5d31..0000000000000000000000000000000000000000
Binary files a/docs/.vuepress/public/img/git.png and /dev/null differ
diff --git a/docs/.vuepress/public/img/logo.png b/docs/.vuepress/public/img/logo.png
index 4e087e9b379fbf9b6bff33dc45a7142d97771d91..4aa6dd8f6846f46cd8dc70f6d41441036f8651a2 100644
Binary files a/docs/.vuepress/public/img/logo.png and b/docs/.vuepress/public/img/logo.png differ
diff --git "a/docs/00.\347\233\256\345\275\225\351\241\265/01.Java\345\237\272\347\241\200.md" "b/docs/00.\347\233\256\345\275\225\351\241\265/01.Java\345\237\272\347\241\200.md"
new file mode 100644
index 0000000000000000000000000000000000000000..5fa0a61dc7b750dfea0b3498f6ddb98f47cff982
--- /dev/null
+++ "b/docs/00.\347\233\256\345\275\225\351\241\265/01.Java\345\237\272\347\241\200.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 10.Java基础
+ imgUrl: /img/web.png
+ description: JavaScript、ES6、Vue框架等前端技术
+title: Java基础
+date: 2020-03-11 21:50:53
+permalink: /javaBase/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/00.\347\233\256\345\275\225\351\241\265/02.Java\351\253\230\347\272\247.md" "b/docs/00.\347\233\256\345\275\225\351\241\265/02.Java\351\253\230\347\272\247.md"
new file mode 100644
index 0000000000000000000000000000000000000000..8398eb03a77c3fee64b7599dcf9f6c2364e2203e
--- /dev/null
+++ "b/docs/00.\347\233\256\345\275\225\351\241\265/02.Java\351\253\230\347\272\247.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 11.Java高级
+ imgUrl: /img/web.png
+ description: JavaScript、ES6、Vue框架等前端技术
+title: Java高级
+date: 2020-03-11 21:50:53
+permalink: /javaHeight/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/00.\347\233\256\345\275\225\351\241\265/03.Java\351\241\271\347\233\256\346\236\204\345\273\272.md" "b/docs/00.\347\233\256\345\275\225\351\241\265/03.Java\351\241\271\347\233\256\346\236\204\345\273\272.md"
new file mode 100644
index 0000000000000000000000000000000000000000..5785bae1388a20d5dcdc97de42286caac5c96577
--- /dev/null
+++ "b/docs/00.\347\233\256\345\275\225\351\241\265/03.Java\351\241\271\347\233\256\346\236\204\345\273\272.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 12.Java项目构建
+ imgUrl: /img/web.png
+ description: JavaScript、ES6、Vue框架等前端技术
+title: Java项目构建
+date: 2020-03-11 21:50:53
+permalink: /javaBuild/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/00.\347\233\256\345\275\225\351\241\265/04.Java\346\241\206\346\236\266.md" "b/docs/00.\347\233\256\345\275\225\351\241\265/04.Java\346\241\206\346\236\266.md"
new file mode 100644
index 0000000000000000000000000000000000000000..bd0d87448cb27e87c6e97d44069424dd4c6222dd
--- /dev/null
+++ "b/docs/00.\347\233\256\345\275\225\351\241\265/04.Java\346\241\206\346\236\266.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 13.Java框架
+ imgUrl: /img/web.png
+ description: JavaScript、ES6、Vue框架等前端技术
+title: Java框架
+date: 2020-03-11 21:50:53
+permalink: /javaFw/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/00.\347\233\256\345\275\225\351\241\265/05.Java\346\236\266\346\236\204.md" "b/docs/00.\347\233\256\345\275\225\351\241\265/05.Java\346\236\266\346\236\204.md"
new file mode 100644
index 0000000000000000000000000000000000000000..6562ba05d8f740a50ef494a564a97c97dc27a675
--- /dev/null
+++ "b/docs/00.\347\233\256\345\275\225\351\241\265/05.Java\346\236\266\346\236\204.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 14.Java架构
+ imgUrl: /img/web.png
+ description: JavaScript、ES6、Vue框架等前端技术
+title: Java架构
+date: 2020-03-11 21:50:53
+permalink: /javaDesign/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/10.Java\345\237\272\347\241\200/01.Git/01.Git\346\246\202\350\277\260.md" "b/docs/10.Java\345\237\272\347\241\200/01.Git/01.Git\346\246\202\350\277\260.md"
new file mode 100644
index 0000000000000000000000000000000000000000..1db78ca619f360e546e777836d8a4fcc7869c07b
--- /dev/null
+++ "b/docs/10.Java\345\237\272\347\241\200/01.Git/01.Git\346\246\202\350\277\260.md"
@@ -0,0 +1,13 @@
+---
+title: 第一章 Git概述
+date: 2023-04-27 15:28:57
+permalink: /pages/2687f1/
+categories:
+ - Java基础
+ - Git
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/10.Java\345\237\272\347\241\200/01.Git/02.Git\345\237\272\347\241\200.md" "b/docs/10.Java\345\237\272\347\241\200/01.Git/02.Git\345\237\272\347\241\200.md"
new file mode 100644
index 0000000000000000000000000000000000000000..757eba3c043bb3ee70a4f18fa507f626c333cef4
--- /dev/null
+++ "b/docs/10.Java\345\237\272\347\241\200/01.Git/02.Git\345\237\272\347\241\200.md"
@@ -0,0 +1,13 @@
+---
+title: 第二章 Git基础
+date: 2023-04-27 15:31:38
+permalink: /pages/a2c773/
+categories:
+ - Java基础
+ - Git
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/10.Java\345\237\272\347\241\200/02.\351\235\242\345\220\221\345\257\271\350\261\241/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/02.\351\235\242\345\220\221\345\257\271\350\261\241/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/02.\351\235\242\345\220\221\345\257\271\350\261\241/02.\351\235\242\345\220\221\345\257\271\350\261\241.md" "b/docs/10.Java\345\237\272\347\241\200/02.\351\235\242\345\220\221\345\257\271\350\261\241/02.\351\235\242\345\220\221\345\257\271\350\261\241.md"
new file mode 100644
index 0000000000000000000000000000000000000000..b138e6cf7708b7882c603ea5c68e364163d76a34
--- /dev/null
+++ "b/docs/10.Java\345\237\272\347\241\200/02.\351\235\242\345\220\221\345\257\271\350\261\241/02.\351\235\242\345\220\221\345\257\271\350\261\241.md"
@@ -0,0 +1,13 @@
+---
+title: 面向对象
+date: 2023-04-27 15:20:38
+permalink: /pages/3c5ae4/
+categories:
+ - Java基础
+ - 面向对象
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/10.Java\345\237\272\347\241\200/03.Java\351\233\206\345\220\210\346\241\206\346\236\266/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/03.Java\351\233\206\345\220\210\346\241\206\346\236\266/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/04.JavaIO/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/04.JavaIO/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/05.Java\347\275\221\347\273\234\347\274\226\347\250\213/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/05.Java\347\275\221\347\273\234\347\274\226\347\250\213/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/06.Java\345\271\266\345\217\221\347\274\226\347\250\213/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/06.Java\345\271\266\345\217\221\347\274\226\347\250\213/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/07.Java\345\217\215\345\260\204\344\270\216\346\263\233\345\236\213/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/07.Java\345\217\215\345\260\204\344\270\216\346\263\233\345\236\213/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/08.\347\274\226\347\250\213\350\275\257\344\273\266\346\212\200\345\267\247/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/08.\347\274\226\347\250\213\350\275\257\344\273\266\346\212\200\345\267\247/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/10.Java\345\237\272\347\241\200/09.JavaEE/.gitkeep" "b/docs/10.Java\345\237\272\347\241\200/09.JavaEE/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/11.Java\351\253\230\347\272\247/01.\350\256\276\350\256\241\346\250\241\345\274\217/.gitkeep" "b/docs/11.Java\351\253\230\347\272\247/01.\350\256\276\350\256\241\346\250\241\345\274\217/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/11.Java\351\253\230\347\272\247/02.\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225/.gitkeep" "b/docs/11.Java\351\253\230\347\272\247/02.\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/11.Java\351\253\230\347\272\247/03.\345\257\206\347\240\201\345\255\246/.gitkeep" "b/docs/11.Java\351\253\230\347\272\247/03.\345\257\206\347\240\201\345\255\246/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/11.Java\351\253\230\347\272\247/04.JVM/.gitkeep" "b/docs/11.Java\351\253\230\347\272\247/04.JVM/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/11.Java\351\253\230\347\272\247/05.Java\346\226\260\347\211\271\346\200\247/.gitkeep" "b/docs/11.Java\351\253\230\347\272\247/05.Java\346\226\260\347\211\271\346\200\247/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/01.Tomcat/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/01.Tomcat/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/02.Nginx/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/02.Nginx/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/03.Maven/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/03.Maven/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/04.Gradle/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/04.Gradle/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/05.Jenkins/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/05.Jenkins/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/06.Docker/.gitkeep" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/06.Docker/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/01.K8S\345\256\211\350\243\205.md" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/01.K8S\345\256\211\350\243\205.md"
new file mode 100644
index 0000000000000000000000000000000000000000..33c932711006b51ded6b9036ad3464d0776cbbf4
--- /dev/null
+++ "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/01.K8S\345\256\211\350\243\205.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 120701.K8S安装
+ imgUrl: /img/ui.png
+ description: k8S
+title: 01.K8S安装
+date: 2020-03-11 21:50:54
+permalink: /build/k8sinstall/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://github.com/xiaoliuxuesheng
+---
\ No newline at end of file
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/02.K8S\345\237\272\347\241\200.md" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/02.K8S\345\237\272\347\241\200.md"
new file mode 100644
index 0000000000000000000000000000000000000000..4e7d1403ead5cc20144c217636b0b2b963a5b262
--- /dev/null
+++ "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/02.K8S\345\237\272\347\241\200.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 120702.K8S基础
+ imgUrl: /img/ui.png
+ description: k8S
+title: 02.K8S基础
+date: 2020-03-11 21:50:54
+permalink: /build/k8sbase/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://github.com/xiaoliuxuesheng
+---
\ No newline at end of file
diff --git "a/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/03.K8S\345\256\236\346\210\23001.md" "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/03.K8S\345\256\236\346\210\23001.md"
new file mode 100644
index 0000000000000000000000000000000000000000..97110a5185717370166d49e6f283630bd1ebb17f
--- /dev/null
+++ "b/docs/12.Java\351\241\271\347\233\256\346\236\204\345\273\272/07.K8S/03.K8S\345\256\236\346\210\23001.md"
@@ -0,0 +1,18 @@
+---
+pageComponent:
+ name: Catalogue
+ data:
+ path: 120703.K8S实战01
+ imgUrl: /img/ui.png
+ description: k8S
+title: 03.K8S实战01
+date: 2020-03-11 21:50:54
+permalink: /build/k8sbuild01/
+sidebar: false
+article: false
+comment: false
+editLink: false
+author:
+ name: xiaoliuxuesheng
+ link: https://github.com/xiaoliuxuesheng
+---
\ No newline at end of file
diff --git "a/docs/120701.K8S\345\256\211\350\243\205/01.K8S\345\256\211\350\243\205\347\216\257\345\242\203\345\207\206\345\244\207.md" "b/docs/120701.K8S\345\256\211\350\243\205/01.K8S\345\256\211\350\243\205\347\216\257\345\242\203\345\207\206\345\244\207.md"
new file mode 100644
index 0000000000000000000000000000000000000000..5b7f2997aa15f4a37244caa671b7e1ff12e25589
--- /dev/null
+++ "b/docs/120701.K8S\345\256\211\350\243\205/01.K8S\345\256\211\350\243\205\347\216\257\345\242\203\345\207\206\345\244\207.md"
@@ -0,0 +1,12 @@
+---
+title: K8S安装环境准备
+date: 2023-04-29 17:32:38
+permalink: /pages/88934e/
+categories:
+ - K8S安装
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/120701.K8S\345\256\211\350\243\205/02.K8S\345\256\211\350\243\205.md" "b/docs/120701.K8S\345\256\211\350\243\205/02.K8S\345\256\211\350\243\205.md"
new file mode 100644
index 0000000000000000000000000000000000000000..b0fe11fe9498414592276e94437d734eb3571336
--- /dev/null
+++ "b/docs/120701.K8S\345\256\211\350\243\205/02.K8S\345\256\211\350\243\205.md"
@@ -0,0 +1,12 @@
+---
+title: K8S安装
+date: 2023-04-29 17:32:59
+permalink: /pages/e76de5/
+categories:
+ - K8S安装
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/120702.K8S\345\237\272\347\241\200/01.\350\265\204\346\272\220\347\256\241\347\220\206.md" "b/docs/120702.K8S\345\237\272\347\241\200/01.\350\265\204\346\272\220\347\256\241\347\220\206.md"
new file mode 100644
index 0000000000000000000000000000000000000000..92e952f993ebe8a311f3d3621c090003c3f50675
--- /dev/null
+++ "b/docs/120702.K8S\345\237\272\347\241\200/01.\350\265\204\346\272\220\347\256\241\347\220\206.md"
@@ -0,0 +1,26 @@
+---
+title: 资源管理
+date: 2023-04-29 17:36:53
+permalink: /pages/458a0e/
+categories:
+ - K8S基础
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
+
+# 第一章 安装
+
+
+
+111221
+
+- 阿达但是
+
+
+
+- 罗国图传
+
+
diff --git "a/docs/120702.K8S\345\237\272\347\241\200/02.\345\256\236\346\210\230\345\205\245\351\227\250.md" "b/docs/120702.K8S\345\237\272\347\241\200/02.\345\256\236\346\210\230\345\205\245\351\227\250.md"
new file mode 100644
index 0000000000000000000000000000000000000000..3e37766a7efa12b1dde4ac016bbefaa923a1e5c4
--- /dev/null
+++ "b/docs/120702.K8S\345\237\272\347\241\200/02.\345\256\236\346\210\230\345\205\245\351\227\250.md"
@@ -0,0 +1,12 @@
+---
+title: 实战入门
+date: 2023-04-29 17:37:08
+permalink: /pages/e3b1ad/
+categories:
+ - K8S基础
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/120702.K8S\345\237\272\347\241\200/imgs/20200906163106432.png" "b/docs/120702.K8S\345\237\272\347\241\200/imgs/20200906163106432.png"
new file mode 100644
index 0000000000000000000000000000000000000000..40152455542c04ade948a6a5f1f8a56aef14f2f7
Binary files /dev/null and "b/docs/120702.K8S\345\237\272\347\241\200/imgs/20200906163106432.png" differ
diff --git "a/docs/120703.K8S\345\256\236\346\210\23001/01.\351\241\271\347\233\256\345\210\206\346\236\220.md" "b/docs/120703.K8S\345\256\236\346\210\23001/01.\351\241\271\347\233\256\345\210\206\346\236\220.md"
new file mode 100644
index 0000000000000000000000000000000000000000..ad4f9570679ebda43b57c4901f74fc0fcdea09a2
--- /dev/null
+++ "b/docs/120703.K8S\345\256\236\346\210\23001/01.\351\241\271\347\233\256\345\210\206\346\236\220.md"
@@ -0,0 +1,12 @@
+---
+title: 项目分析
+date: 2023-04-29 17:39:19
+permalink: /pages/e6e22a/
+categories:
+ - K8S实战01
+tags:
+ -
+author:
+ name: xiaoliuxuesheng
+ link: https://gitee.com/xiaoliuxuesheng
+---
diff --git "a/docs/13.Java\346\241\206\346\236\266/01.Spring/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/01.Spring/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/02.SpringMVC/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/02.SpringMVC/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/03.SpringBoot/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/03.SpringBoot/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/04.Hibernate/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/04.Hibernate/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/05.SpringJPA/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/05.SpringJPA/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/06.MyBatis/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/06.MyBatis/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/07.MyBatisPlus/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/07.MyBatisPlus/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/13.Java\346\241\206\346\236\266/08.SpringSecurity/.gitkeep" "b/docs/13.Java\346\241\206\346\236\266/08.SpringSecurity/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/01.\346\263\250\345\206\214\344\270\255\345\277\203/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/01.\346\263\250\345\206\214\344\270\255\345\277\203/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/02.\351\205\215\347\275\256\344\270\255\345\277\203/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/02.\351\205\215\347\275\256\344\270\255\345\277\203/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/03.\346\234\215\345\212\241\350\260\203\347\224\250/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/03.\346\234\215\345\212\241\350\260\203\347\224\250/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/04.\344\273\273\345\212\241\347\256\241\347\220\206/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/04.\344\273\273\345\212\241\347\256\241\347\220\206/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/05.\346\266\210\346\201\257\351\230\237\345\210\227/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/05.\346\266\210\346\201\257\351\230\237\345\210\227/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/06.\346\234\215\345\212\241\347\275\221\345\205\263/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/06.\346\234\215\345\212\241\347\275\221\345\205\263/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/07.\350\256\277\351\227\256\346\216\247\345\210\266/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/07.\350\256\277\351\227\256\346\216\247\345\210\266/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/08.\351\223\276\350\267\257\350\277\275\350\270\252/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/08.\351\223\276\350\267\257\350\277\275\350\270\252/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/09.\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/09.\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/docs/14.Java\346\236\266\346\236\204/10.OAuth/.gitkeep" "b/docs/14.Java\346\236\266\346\236\204/10.OAuth/.gitkeep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/help.md b/help.md
index ff9c15bfb8d7bb467cdeb2849bd61f48bdb87d7c..ac2cc8273259f016a7497c0666d40460c92512cd 100644
--- a/help.md
+++ b/help.md
@@ -283,49 +283,49 @@ locales: {
- 计算机系统
- JAVA
- Java基础
- - Git
- - 面向对象
- - Java集合框架
- - JavaIO
- - Java网络编程
- - Java并发编程
- - Java反射与泛型
- - 编程软件技巧
- - JavaEE
+ - 01.Git
+ - 02.面向对象
+ - 03.Java集合框架
+ - 04.JavaIO
+ - 05.Java网络编程
+ - 06.Java并发编程
+ - 07.Java反射与泛型
+ - 08.编程软件技巧
+ - 09.JavaEE
- Java高级
- - 设计模式
- - 数据结构与算法
- - 密码学
- - JVM
- - Java新特性
+ - 01.设计模式
+ - 02.数据结构与算法
+ - 03.密码学
+ - 04.JVM
+ - 05.Java新特性
- Java项目构建
- - Tomcat
- - Nginx
- - Maven
- - Gradle
- - Jenkins
- - Docker
- - K8S
+ - 01.Tomcat
+ - 02.Nginx
+ - 03.Maven
+ - 04.Gradle
+ - 05.Jenkins
+ - 06.Docker
+ - 07.K8S
- Java框架
- - Spring
- - SpringMVC
- - SpringBoot
- - Hibernate
- - SpringJPA
- - MyBatis
- - MyBatisPlus
- - SpringSecurity
+ - 01.Spring
+ - 02.SpringMVC
+ - 03.SpringBoot
+ - 04.Hibernate
+ - 05.SpringJPA
+ - 06.MyBatis
+ - 07.MyBatisPlus
+ - 08.SpringSecurity
- Java架构
- - 注册中心
- - 配置中心
- - 服务调用
- - 任务管理
- - 消息队列
- - 服务网关
- - 访问控制
- - 链路追踪
- - 分布式事务
- - OAuth
+ - 01.注册中心
+ - 02.配置中心
+ - 03.服务调用
+ - 04.任务管理
+ - 05.消息队列
+ - 06.服务网关
+ - 07.访问控制
+ - 08.链路追踪
+ - 09.分布式事务
+ - 10.OAuth
- 前端
- 前端基础
- HTML