refactor: modify the content
This commit is contained in:
parent
b4a0428ffd
commit
6f0b792034
@ -82,6 +82,7 @@
|
|||||||
- 否则svg等静态文件的命名空间等信息会报错。
|
- 否则svg等静态文件的命名空间等信息会报错。
|
||||||
- 永久链接 permalink 注意末尾不要缺少 " / " 表示请求路径
|
- 永久链接 permalink 注意末尾不要缺少 " / " 表示请求路径
|
||||||
- 修改头部导航栏的时候记得重启项目
|
- 修改头部导航栏的时候记得重启项目
|
||||||
|
- 请从二级标题开始写,一级标题在正文不渲染
|
||||||
|
|
||||||
### Pixpin配置
|
### Pixpin配置
|
||||||

|

|
||||||
|
BIN
docs/.vuepress/public/src/2025-03-03_22-19-58.png
Normal file
BIN
docs/.vuepress/public/src/2025-03-03_22-19-58.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/.vuepress/public/src/2025-03-03_22-31-45.png
Normal file
BIN
docs/.vuepress/public/src/2025-03-03_22-31-45.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/.vuepress/public/src/2025-03-03_22-33-04.png
Normal file
BIN
docs/.vuepress/public/src/2025-03-03_22-33-04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: README
|
title: IDE是什么
|
||||||
createTime: 2025/03/02 16:53:35
|
createTime: 2025/03/02 16:53:35
|
||||||
permalink: /campus-wiki/6afgbh8i/
|
permalink: /campus-wiki/common-softwares/IDE/
|
||||||
|
icon: token:idea
|
||||||
---
|
---
|
||||||
# 什么是IDE
|
# 什么是IDE
|
||||||
**Integrated Development Environment**,集成开发环境。以前敲代码需要先用文本编辑器把代码写好,再用编译器将不同编码格式的文本转译为 ASCII 码或二进制码,让计算机能够理解用户的输入输出 IO。很多情况下,还需要复杂地配置环境。
|
**Integrated Development Environment**,集成开发环境。以前敲代码需要先用文本编辑器把代码写好,再用编译器将不同编码格式的文本转译为 ASCII 码或二进制码,让计算机能够理解用户的输入输出 IO。很多情况下,还需要复杂地配置环境。
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: VScode简介
|
title: VS Code简介
|
||||||
createTime: 2025/03/02 17:09:44
|
createTime: 2025/03/02 17:09:44
|
||||||
permalink: /campus-wiki/a7ogqt4v/
|
permalink: /campus-wiki/common-softwares/IDE/vscode/
|
||||||
|
icon: devicon:vscode
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
5
docs/notes/大学百科/常用软件/IDE/VS Code/VScode配置latex.md
Normal file
5
docs/notes/大学百科/常用软件/IDE/VS Code/VScode配置latex.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: VS Code配置LaTeX
|
||||||
|
createTime: 2025/03/02 17:19:27
|
||||||
|
permalink: /campus-wiki/common-softwares/IDE/config-latex-vscode/
|
||||||
|
---
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: VScode配置latex
|
|
||||||
createTime: 2025/03/02 17:19:27
|
|
||||||
permalink: /campus-wiki/sbaj19hp/
|
|
||||||
---
|
|
@ -1,17 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: README
|
title: 常用软件教程
|
||||||
createTime: 2025/03/02 16:32:20
|
createTime: 2025/03/02 16:32:20
|
||||||
permalink: /campus-wiki/u7olf8a4/
|
permalink: /campus-wiki/common-softwares/
|
||||||
|
icon: arcticons:visitluxembourg
|
||||||
---
|
---
|
||||||
# IDE 篇
|
## IDE 篇
|
||||||
## MicroSoft 系
|
### Microsoft 系列
|
||||||
|
|
||||||
- [Visual Studio Code ](https://code.visualstudio.com/)
|
- [Visual Studio Code ](https://code.visualstudio.com/)
|
||||||
:目前最好的轻量级IDE,支持多种语言,插件丰富,功能强大。
|
:目前最好的轻量级IDE,支持多种语言,插件丰富,功能强大。
|
||||||
- [Visual Studio ]( https://visualstudio.microsoft.com/)
|
- [Visual Studio ]( https://visualstudio.microsoft.com/)
|
||||||
:功能强大,支持C++,C#等语言,适合大型项目开发。(windows 环境下最好的C++开发工具)
|
:功能强大,支持C++,C#等语言,适合大型项目开发。(windows 环境下最好的C++开发工具)
|
||||||
|
|
||||||
## JetBrains 系
|
### JetBrains 系列
|
||||||
- [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
- [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
||||||
:适用于Java、Kotlin、Groovy、Scala等语言,
|
:适用于Java、Kotlin、Groovy、Scala等语言,
|
||||||
- [PyCharm](https://www.jetbrains.com/pycharm/)
|
- [PyCharm](https://www.jetbrains.com/pycharm/)
|
||||||
@ -35,11 +36,25 @@ permalink: /campus-wiki/u7olf8a4/
|
|||||||
- [ReSharper](https://www.jetbrains.com/resharper/)
|
- [ReSharper](https://www.jetbrains.com/resharper/)
|
||||||
:适用于C#、VB.NET、ASP.NET等语言的代码分析工具,
|
:适用于C#、VB.NET、ASP.NET等语言的代码分析工具,
|
||||||
|
|
||||||
# 笔记软件
|
## 笔记软件
|
||||||
|
|
||||||
# 文献管理
|
### Typora
|
||||||
|
|
||||||
# 网络存储
|
### Notion
|
||||||
|
|
||||||
# 艺术与创造
|
### Obsidian
|
||||||
|
|
||||||
|
## 文献管理
|
||||||
|
|
||||||
|
### Zotero
|
||||||
|
|
||||||
|
## 网络存储
|
||||||
|
|
||||||
|
### OneDrive
|
||||||
|
|
||||||
|
### 阿里云盘
|
||||||
|
|
||||||
|
### 百度网盘
|
||||||
|
|
||||||
|
## 艺术与创造
|
||||||
|
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
title: 申请学生邮箱
|
title: 申请学生邮箱
|
||||||
createTime: 2025/02/24 02:47:33
|
createTime: 2025/02/24 02:47:33
|
||||||
permalink: /campus-wiki/apply-student-email/
|
permalink: /campus-wiki/apply-student-email/
|
||||||
|
icon: /email.svg
|
||||||
---
|
---
|
||||||
|
|
||||||
## 申请学生邮箱
|
## 申请学生邮箱
|
||||||
|
|
||||||
进入信息门户并登录:[https://portal.paas.cqmu.edu.cn/main.html](https://portal.paas.cqmu.edu.cn/main.html)
|
进入信息门户并登录:[https://portal.paas.cqmu.edu.cn/main.html](https://portal.paas.cqmu.edu.cn/main.html)
|
||||||

|

|
||||||
点击电子邮箱申请即可
|
点击电子邮箱申请即可
|
||||||
|
|
||||||
|
|
||||||
@ -15,12 +16,14 @@ permalink: /campus-wiki/apply-student-email/
|
|||||||
## 学生邮箱的作用
|
## 学生邮箱的作用
|
||||||
|
|
||||||
::: tip
|
::: tip
|
||||||
此处待写
|
此处待完善
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: tabs
|
::: tabs
|
||||||
@tab 申请JetBrains专业版
|
@tab 申请JetBrains专业版
|
||||||
|
|
||||||
|
由 JetBrains 开发的集成开发环境是目前主流的编程工具,学生邮箱可免费申请一年的专业版,到期后再次申请即可。
|
||||||
|
|
||||||
1. 进入申请页面
|
1. 进入申请页面
|
||||||
|
|
||||||
前往 [https://www.jetbrains.com/shop/eform/students
|
前往 [https://www.jetbrains.com/shop/eform/students
|
||||||
@ -28,16 +31,31 @@ permalink: /campus-wiki/apply-student-email/
|
|||||||
|
|
||||||
2. 填写好字段后前往学生邮箱,复制验证码
|
2. 填写好字段后前往学生邮箱,复制验证码
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. 下载IDE
|
3. 下载IDE
|
||||||
|
|
||||||
:[ion:logo-markdown]: PGuide Alist备份
|
[:[arcticons:alist]: PGuide Alist备份](http://192.168.183.171:5244/softwares/JetBrainsIDEs)
|
||||||
|
|
||||||
4. 使用验证码激活IDE
|
4. 使用验证码激活IDE
|
||||||
|
|
||||||
@tab 申请Navicat Premiere专业版
|
@tab 申请Navicat Premiere专业版
|
||||||
|
|
||||||
|
Navicat是一个数据库管理工具,集成了多种数据库连接、自动化测试等功能。
|
||||||
|
|
||||||
|
1. 进入申请页面
|
||||||
|
|
||||||
|
前往[https://www.navicat.com/en/sponsorship/education/student](https://www.navicat.com/en/sponsorship/education/student)
|
||||||
|
|
||||||
|
填写表单
|
||||||
|

|
||||||
|
|
||||||
|
完成后等待审核
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
2. 下载Navicat
|
||||||
|
|
||||||
@tab 申请其他高校的夏冬令营
|
@tab 申请其他高校的夏冬令营
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
@ -2,5 +2,7 @@
|
|||||||
title: 大学百科
|
title: 大学百科
|
||||||
createTime: 2025/02/24 02:41:35
|
createTime: 2025/02/24 02:41:35
|
||||||
permalink: /campus-wiki/teacher-talks/
|
permalink: /campus-wiki/teacher-talks/
|
||||||
|
icon: /teacher.svg
|
||||||
---
|
---
|
||||||
|
|
||||||
|
老师们的一些经验,希望对您有所帮助。
|
@ -2,6 +2,7 @@
|
|||||||
title: 英语
|
title: 英语
|
||||||
createTime: 2025/02/24 02:41:07
|
createTime: 2025/02/24 02:41:07
|
||||||
permalink: /campus-wiki/english/
|
permalink: /campus-wiki/english/
|
||||||
|
icon: icon-park-outline:english
|
||||||
---
|
---
|
||||||
|
|
||||||
编写者:重庆医科大学外国语学院陈琨老师[@Kunkun](/friends/persons/)
|
编写者:重庆医科大学外国语学院陈琨老师[@Kunkun](/friends/persons/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user