forked from xuxing409/blog-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1、为每个index页面增加导航; 2、美化了“首页”和“关于我” 3、处理了一些文章的问题。
- Loading branch information
Showing
33 changed files
with
404 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
## My Java Guide | ||
# My Java Guide | ||
|
||
## 目录 | ||
|
||
1. <a href="./My Java Guide - 计算机基础">My Java Guide - 计算机基础</a> | ||
2. <a href="./My Java Guide - Java基础">My Java Guide - Java基础</a> | ||
3. <a href="./My Java Guide - JVM">My Java Guide - JVM</a> | ||
4. <a href="./My Java Guide - 数据库">My Java Guide - 数据库</a> | ||
5. <a href="./My Java Guide - 缓存">My Java Guide - 缓存</a> | ||
6. <a href="./My Java Guide - Spring">My Java Guide - Spring</a> | ||
7. <a href="./My Java Guide - 分布式">My Java Guide - 分布式</a> | ||
8. <a href="./My Java Guide - 算法">My Java Guide - 算法</a> | ||
9. <a href="./My Java Guide - 项目">My Java Guide - 项目</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,14 @@ | ||
[//]: # (---) | ||
|
||
[//]: # (layout: home) | ||
|
||
[//]: # () | ||
[//]: # (hero:) | ||
|
||
[//]: # ( name: 后端) | ||
|
||
[//]: # ( text: Vite & Vue powered static site generator.) | ||
|
||
[//]: # ( tagline: Lorem ipsum...) | ||
|
||
[//]: # ( image:) | ||
|
||
[//]: # ( src: /assets/01petard.jpg) | ||
|
||
[//]: # ( alt: VitePress) | ||
|
||
[//]: # ( actions:) | ||
|
||
[//]: # ( - th~~eme: brand) | ||
|
||
[//]: # ( text: Get Started) | ||
|
||
[//]: # ( link: /guide/what-is-vitepress) | ||
|
||
[//]: # ( - theme: alt) | ||
|
||
[//]: # ( text: View on GitHub) | ||
|
||
[//]: # ( link: https://github.com/vuejs/vitepress~~) | ||
|
||
[//]: # (---) | ||
|
||
|
||
## 开发 | ||
# 开发 | ||
|
||
## 目录 | ||
|
||
1. [搭建K8S集群环境](./搭建K8S集群环境.md) | ||
2. [抖音评论区设计](./抖音评论区设计.md) | ||
3. [MYDB操作手册](./MYDB操作手册.md) | ||
4. [批量导出zip压缩包和Excel表格](./批量导出zip压缩包和Excel表格.md) | ||
5. [阿里云OSS和内容安全Java实现参考代码](./阿里云OSS和内容安全Java实现参考代码.md) | ||
6. [SSO单点登录的实现原理](./SSO单点登录的实现原理.md) | ||
7. [ThreadLocal原理和使用](./ThreadLocal原理和使用.md) | ||
8. [对Java中多态的理解](./对Java中多态的理解.md) | ||
9. [JDBC和JAVA类型对比](./JDBC和JAVA类型对比.md) | ||
10. [C++的STL库常见函数](./C++的STL库常见函数.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
## 前端 | ||
# 前端 | ||
|
||
## 目录 | ||
|
||
1. [搭建K8S集群环境](./搭建K8S集群环境.md) | ||
2. [抖音评论区设计](./抖音评论区设计.md) | ||
3. [MYDB操作手册](./MYDB操作手册.md) | ||
4. [批量导出zip压缩包和Excel表格](./批量导出zip压缩包和Excel表格.md) | ||
5. [阿里云OSS和内容安全Java实现参考代码](./阿里云OSS和内容安全Java实现参考代码.md) | ||
6. [SSO单点登录的实现原理](./SSO单点登录的实现原理.md) | ||
7. [ThreadLocal原理和使用](./ThreadLocal原理和使用.md) | ||
8. [对Java中多态的理解](./对Java中多态的理解.md) | ||
9. [JDBC和JAVA类型对比](./JDBC和JAVA类型对比.md) | ||
10. [C++的STL库常见函数](./C++的STL库常见函数.md) |
Oops, something went wrong.