Skip to content

Commit

Permalink
docs:EEProject
Browse files Browse the repository at this point in the history
  • Loading branch information
choushunn committed Dec 29, 2023
1 parent d37d9dc commit b1df5a3
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 46 deletions.
28 changes: 12 additions & 16 deletions src/.vuepress/theme/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,25 @@ export default navbar([
link: '/',
},
{
text: '指北',
link: '/guide/',
},
{
text: '必修课',
prefix: '/technology/',
text: '卓越工程师计划',
prefix: '/EEProject/',
children: [
{
text: '软件开发',
link: 'development/',
text: '软件工程类',
link: 'SE/',
},
{
text: '人工智能',
link: 'ai/',
text: '硬件工程类',
link: 'EE/',
}, {
text: '应用领域',
link: 'fields/',
text: '算法工程类',
link: 'AI/',
}, {
text: '嵌入式',
link: 'embedded/',
text: '机械工程类',
link: 'ME/',
}, {
text: '服务部署',
link: 'deployment/',
text: '光学工程类',
link: 'OE/',
},

],
Expand Down
92 changes: 79 additions & 13 deletions src/.vuepress/theme/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,102 @@ export default sidebar({
children: "structure",
},
],
'/technology/': [{
text: "必修课",
'/EEProject/SE/': [{
text: "软件工程类",
children: [
"",
{
text: "软件开发",
prefix: "development/",
text: "编程语言",
prefix: "programming/",
children: "structure"
},
{
text: "人工智能",
prefix: "ai/",
text: "软件工程",
prefix: "se/",
children: "structure"
}, {
text: '应用领域',
prefix: 'fields/',
text: '设计模式',
prefix: 'dp/',
children: "structure"
},
{
text: "嵌入式",
prefix: "embedded/",
text: "计算机网络",
prefix: "network/",
children: "structure"
},
{
text: "服务部署",
prefix: "deployment/",
text: "数据库",
prefix: "database/",
children: "structure"
}
],
},
],
'/EEProject/EE/': [{
text: "硬件工程类",
children: [
"",
{
text: "数电模电",
prefix: "programming/",
children: "structure"
},
{
text: "电路分析",
prefix: "se/",
children: "structure"
}
],
},
],
'/EEProject/AI/': [{
text: "算法工程类",
children: [
"",
{
text: "机器学习",
prefix: "programming/",
children: "structure"
},
{
text: "深度学习",
prefix: "se/",
children: "structure"
}
],
},
],
'/EEProject/ME/': [{
text: "机械工程类",
children: [
"",
{
text: "机械制图",
prefix: "programming/",
children: "structure"
},
{
text: "机械设计",
prefix: "se/",
children: "structure"
}, {
text: '机械原理',
prefix: 'dp/',
children: "structure"
}
],
},
],
'/EEProject/OE/': [{
text: "光学工程类",
children: [
"",
{
text: "物理光学",
prefix: "programming/",
children: "structure"
}
],

},
],
'/resources/': [{
Expand Down
13 changes: 13 additions & 0 deletions src/EEProject/AI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 算法工程类
shortTitle: 介绍
---
::: tip
本页面主要用于介绍人工智能和算法相关内容。
:::

<AutoCatalog base='/EEProject/AI' />

## 介绍


11 changes: 11 additions & 0 deletions src/EEProject/EE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 硬件工程类
shortTitle: 介绍
---
::: tip
本页面主要用于介绍硬件工程相关内容。
:::

<AutoCatalog base='/EEProject/EE' />

## 介绍
11 changes: 11 additions & 0 deletions src/EEProject/ME/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 机械工程类
shortTitle: 介绍
---
::: tip
本页面主要用于介绍机械工程相关内容。
:::

<AutoCatalog base='/EEProject/ME' />

## 介绍
11 changes: 11 additions & 0 deletions src/EEProject/OE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 光学工程类
shortTitle: 介绍
---
::: tip
本页面主要用于介绍光学工程相关内容。
:::

<AutoCatalog base='/EEProject/OE' />

## 介绍
10 changes: 10 additions & 0 deletions src/EEProject/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 卓越工程师计划
shortTitle: 目录
---

::: info
卓越工程师计划是快速了解和参与研究所必须具备的基础知识。
:::

<AutoCatalog base='/EEProject' />
11 changes: 11 additions & 0 deletions src/EEProject/SE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 软件工程类
shortTitle: 介绍
---
::: tip
本页面主要用于介绍人工智能和算法相关内容。
:::

<AutoCatalog base='/EEProject/SE' />

## 介绍
11 changes: 11 additions & 0 deletions src/EEProject/SE/programming/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 编程语言
shortTitle: 介绍
---
::: tip
本页面用于介绍编程语言相关内容。
:::

<AutoCatalog base='/EEProject/SE/programming' />

## 介绍
2 changes: 1 addition & 1 deletion src/resources/books.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 在线书籍
title: 电子书籍
---
## 书籍

Expand Down
15 changes: 0 additions & 15 deletions src/resources/exp.md

This file was deleted.

14 changes: 13 additions & 1 deletion src/resources/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,16 @@ title: 常用链接
- [GitHub Proxy](https://ghproxy.com/)
- [best-of-lists](https://github.com/best-of-lists/best-of)
- [Awesome lists](https://github.com/sindresorhus/awesome)
- [程序员容易发音错误的单词](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)
- [程序员容易发音错误的单词](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)

[Steam Workshop Downloader](https://steamworkshopdownloader.io/)
[](https://byrut.org/)
[](https://h5mota.com/play/)
[](http://wiki.fpvbang.com/)

[**北科芯域TELESKY产品资料**](https://telesky.yuque.com/bdys8w/01)

## OpenWrt
- [OpenWrt](https://openwrt.org/)
- [红米ax6s-解锁ssh-刷openwrt教程](https://openwrt.ai/%e7%ba%a2%e7%b1%b3ax6s-%e8%a7%a3%e9%94%81ssh-%e5%88%b7openwrt%e6%95%99%e7%a8%8b/)
- [软件包安装](https://doc.openwrt.cc/1-General/7-Packages/)

0 comments on commit b1df5a3

Please sign in to comment.