Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/copyright/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 软件著作权
2 changes: 1 addition & 1 deletion docs/read-books/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 读书整理
title: 读书
---

# 读书整理
Expand Down
1 change: 1 addition & 0 deletions docs/read-books/cs-books/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 技术类
1 change: 1 addition & 0 deletions docs/read-books/not-cs-book/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 文学类
15 changes: 15 additions & 0 deletions docs/ruankao/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 考试

```mindmap
root(考试)
(软件设计师)
(系统架构师)
(软著)
```

## 软考

- 官网入口:<https://www.ruankao.org.cn/>
- 用户登录:<https://bm.ruankao.org.cn/sign/in>
- 考试报名:<https://bm.ruankao.org.cn/sign/welcome>
- 考试查分:<https://bm.ruankao.org.cn/sign/in?type=query&s=query/score/main>
8 changes: 8 additions & 0 deletions docs/ruankao/architect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 系统架构师

```mindmap
root(系统架构师)
(综合知识)
(案例分析)
(论文写作)
```
26 changes: 26 additions & 0 deletions docs/ruankao/architect/architect.sidebar.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
export const architectSidebar = [
{
text: '综合知识',
prefix: '综合知识',
collapsible: true,
link: '/ruankao/architect/综合知识/',
},
{
text: '案例分析',
prefix: '案例分析',
collapsible: false,
children: [
{ text: '软件架构设计', link: '1-软件架构设计.md' },
{ text: '系统开发基础', link: '2-系统开发基础.md' },
{ text: '数据库系统', link: '3-数据库系统.md' },
{ text: 'Web应用开发', link: '4-Web应用开发.md' },
{ text: '设计模式', link: '5-设计模式.md' },
],
},
{
text: '论文写作',
prefix: '论文写作',
collapsible: true,
link: '/ruankao/architect/论文写作/',
},
]
5 changes: 5 additions & 0 deletions docs/ruankao/architect/案例分析/1-软件架构设计.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 软件架构设计
permalink: /ruankao/architect/architect-design/
---
# 软件架构设计
5 changes: 5 additions & 0 deletions docs/ruankao/architect/案例分析/2-系统开发基础.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 系统开发基础
permalink: /ruankao/architect/system-develop-base/
---
# 系统开发基础
5 changes: 5 additions & 0 deletions docs/ruankao/architect/案例分析/3-数据库系统.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 数据库系统
permalink: /ruankao/architect/db-system/
---
# 数据库系统
5 changes: 5 additions & 0 deletions docs/ruankao/architect/案例分析/4-Web应用开发.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Web应用开发
permalink: /ruankao/architect/app-develop/
---
# Web应用开发
11 changes: 11 additions & 0 deletions docs/ruankao/architect/案例分析/5-设计模式.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 设计模式
permalink: /ruankao/architect/design-pattern/
---
# 设计模式

## 创建型

## 结构型

## 行为型
5 changes: 5 additions & 0 deletions docs/ruankao/architect/案例分析/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 案例分析
permalink: /ruankao/architect/case-analyse/
---
# 案例分析
5 changes: 5 additions & 0 deletions docs/ruankao/architect/综合知识/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 综合知识
permalink: /ruankao/architect/comprehensive/
---
# 综合知识
Empty file.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions docs/ruankao/architect/论文写作/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 论文写作
permalink: /ruankao/architect/essay-writing/
---
# 论文写作
1 change: 1 addition & 0 deletions docs/ruankao/soft-design/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 软件设计师
10 changes: 10 additions & 0 deletions docs/ruankao/soft-design/soft-design.sidebar.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const softDesignSidebar = [
{
text: '基础知识',
children: [],
},
{
text: '应用技术',
children: [],
},
]
5 changes: 5 additions & 0 deletions docs/ruankao/soft-design/基础知识/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 基础知识
permalink: /soft-design/basics/
---
# 基础知识
5 changes: 5 additions & 0 deletions docs/ruankao/soft-design/应用技术/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 论文写作
permalink: /soft-design/application/
---
# 应用技术
33 changes: 10 additions & 23 deletions docs/solo-algorithm/solo-algorithm.sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
export const soloAlgorithmSidebar = [
{
text: '❓ 面试必刷Top101',
link: '/solo-algorithm/interview-101/',
},
{
text: '⚔️ 剑指Offer',
link: '/solo-algorithm/sword-point/',
},
{
text: '🌟 Shell篇',
link: '/solo-algorithm/shell/',
text: '面试必刷',
children: [
{ text: '❓ 面试必刷Top101', link: '/solo-algorithm/interview-101/' },
{ text: '⚔️ 剑指Offer', link: '/solo-algorithm/sword-point/' },
{ text: '🌟 Shell篇', link: '/solo-algorithm/shell/' },
],
},
{
text: '在线刷题',
text: '刷题平台',
children: [
{
text: '🫀 牛客',
link: 'https://www.nowcoder.com/',
},
{
text: '🪐 力扣',
link: 'https://leetcode-cn.com/',
},
{
text: '🏫 杭电OJ',
link: 'https://acm.hdu.edu.cn/',
},
{ text: '🫀 牛客', link: 'https://www.nowcoder.com/' },
{ text: '🪐 力扣', link: 'https://leetcode-cn.com/' },
{ text: '🏫 杭电OJ', link: 'https://acm.hdu.edu.cn/' },
],
},
]
36 changes: 34 additions & 2 deletions docs/theme.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { FrontEndSidebar } from './front-end/front-end.sidebar'
import { JobChanceSidebar } from './job-chance/job-chance.sidebar'
import { MicroserviceSidebar } from './microservice/microserviceSidebar'
import { ReadBooksSidebar } from './read-books/read-books.sidebar'
import { architectSidebar } from './ruankao/architect/architect.sidebar'
import { softDesignSidebar } from './ruankao/soft-design/soft-design.sidebar'
import {
BaseSidebar,
DesignPatternsSidebar,
Expand Down Expand Up @@ -34,13 +36,39 @@ export const navbarConfig = defineVipNavbarConfig([
{
text: '💻 全栈开发',
children: [
{ text: '👩🏻‍💻 前端', link: '/front-end/' },
{
text: '前端',
link: '/front-end/',
children: [
{ text: '👩🏻‍💻 三件套', link: '/front-end/' },
],
},
{ text: '👨🏻‍💻 后端', link: '/server-end/' },
{ text: '💫 开发技巧', link: '/develop-skill/' },
{ text: '🕸️ 微服务架构', link: '/microservice/' },
],
},
{ text: '📖 读书整理', link: '/read-books/' },
{
text: '📖 能力提升',
children: [
{ text: '® 软著', link: '/copyright/' },
{
text: '考试',
link: '/ruankao/',
children: [
{ text: '👨🏻‍💻 软件设计师', link: '/ruankao/soft-design/' },
{ text: '💫 系统架构师', link: '/ruankao/architect/' },
],
},
{
text: '读书',
children: [
{ text: '🕸️ 技术类', link: '/read-books/cs-books/' },
{ text: '💫 文学类', link: '/read-books/not-cs-book/' },
],
},
],
},
{
text: '👉 了解更多',
children: [
Expand Down Expand Up @@ -85,6 +113,10 @@ export const sidebarConfig = defineVipSidebarConfig({
'/job-chance': JobChanceSidebar,
'/microservice': MicroserviceSidebar,
'/battle-interview': BattleInterviewSidebar,

// 软考
'/ruankao/soft-desigin': softDesignSidebar,
'/ruankao/architect': architectSidebar,
})

/**
Expand Down
26 changes: 12 additions & 14 deletions docs/常用网站.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,30 @@ sidebar: false

# 常用网站

## 技术文档

### 知识库
## 笔记

- JavaGuide: <https://javaguide.cn>
- JavaFamily:<https://github.com/AobingJava/JavaFamily>
- Java面试考察:<https://www.processon.com/view/5e86b713e4b0bf3ebcf4e376>

### 代码管理
## 代码管理

- Git中文文档:<https://git-scm.com/book/zh/v2>
- SVN中文文档:<https://svnbook.red-bean.com/nightly/zh/index.html>

### 代码规范
## 代码规范

- EsLint中文文档:<http://nodejs.cn/eslint/>

### 前端
## 前端

- JQuery中文文档:<https://jquery.cuishifeng.cn>
- Vue中文文档:<https://cn.vuejs.org/>
- React官方文档:<https://reactjs.org/docs/getting-started.html>
- Vuepress:<https://v2.vuepress.vuejs.org/zh>
- Vuepress-theme-hope:<https://theme-hope.vuejs.press/zh/>

#### UI框架
### UI框架

- View UI: <http://v4.iviewui.com/docs/introduce>
- Element-plus:<https://element-plus.gitee.io/zh-CN/guide/installation.html>
Expand All @@ -40,17 +38,17 @@ sidebar: false

- 微信小程序: <https://developers.weixin.qq.com/miniprogram/dev/framework/>

### 服务端
## 服务端

- Nginx:<https://blog.redis.com.cn/doc/index.html>

#### 语言
### 语言

- Node.js:<http://nodejs.cn>
- TypeScript:<http://nodejs.cn/typescript/>
- Golang: <https://studygolang.com/pkgdoc>

#### 框架
### 框架

- Express:<https://www.expressjs.com.cn>
- Koa:<https://koa.bootcss.com>
Expand All @@ -59,22 +57,22 @@ sidebar: false
- Nest.js中文:<https://docs.nestjs.cn/9/introduction>
- Midway.js:<http://www.midwayjs.org>

#### 消息队列
### 消息队列

- RabbitMQ:<https://www.rabbitmq.com/documentation.html>
- RocketMQ:<https://rocketmq.apache.org/docs/quickStart/01quickstart>
- Kafka:<https://kafka.apachecn.org/>

#### 容器相关
## 容器相关

- Docker官方:<https://docs.docker.com/get-started>
- Kubernetes中文:<https://kubernetes.io/zh-cn/docs/home/>

#### ELK相关
## ELK

- ElasticSearch: <https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html>

#### CI/CD
## CI/CD

- Jenkins: <https://www.jenkins.io/zh/doc>
- GitHub Actions中文:<https://docs.github.com/zh/actions>
Loading