Skip to content

Commit

Permalink
Update Posts
Browse files Browse the repository at this point in the history
  • Loading branch information
zxl19 committed Nov 25, 2023
1 parent dd44842 commit a54b197
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 65 deletions.
8 changes: 5 additions & 3 deletions _posts/2020-05-13-markdown-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,13 @@ ___加粗斜体___

## 高级技巧

### 待办事项
### 任务列表

Markdown支持带有复选框(checkbox)的任务列表:

```markdown
- [ ] 未完成
- [x] 已完成
- [ ] 不勾选,未完成的任务
- [x] 勾选,已完成的任务
```

### 支持HTML元素
Expand Down
22 changes: 13 additions & 9 deletions _posts/2020-06-03-vscode-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ CMake扩展。

从[github/gitignore](https://github.com/github/gitignore)仓库中拉取`.gitignore`文件模板。

1. `Ctrl`+`Shift`+`P`选择`Add gitignore`
1. `Ctrl`+`Shift`+`P`输入`Add gitignore`
2. 选择语言,在工程根目录下创建`.gitignore`文件;

### GitLens——Git supercharged
Expand Down Expand Up @@ -244,7 +244,7 @@ CMake扩展。

3. 注释图案:

- 选择注释图案:`Ctrl`+`Shift`+`P`,输入`codeDesign`选择
- 选择注释图案:`Ctrl`+`Shift`+`P`,输入`codeDesign`进行选择
- 快捷键:`Ctrl`+`Super`+`J`

### LaTeX Workshop
Expand Down Expand Up @@ -307,9 +307,13 @@ Markdown语言扩展。
2. 生成目录:
- `Ctrl`+`Shift`+`P`选择`Markdown All in One: Create Table of Contents`
- `Ctrl`+`Shift`+`P`输入`Markdown All in One: Create Table of Contents`
- 目录在文件保存时自动更新;
### Markdown Checkboxes
在Markdown文档预览中直接调整任务列表中的复选框。
### Markdown PDF
Markdown文档转PDF文档。
Expand Down Expand Up @@ -351,15 +355,11 @@ Atom的深色主题,类似的主题还有City Lights theme、Material Theme(
1. `Ctrl`+`Shift`+`P`,输入`Peacock`进行设置;
2. 颜色设置保存在`.vscode/settings.json`文件中;
### Pip Manager
管理Python包,提供安装、删除、搜索、升级、指定版本等功能。
### Polacode
代码截图。
1. `Ctrl`+`Shift`+`P`选择`Polacode`
1. `Ctrl`+`Shift`+`P`输入`Polacode`
2. 选中要截图的代码;
**目前Polacode使用存在一定问题,可以使用CodeSnap或者Polacode-2022作为代替,使用方法同上。**
Expand Down Expand Up @@ -407,6 +407,10 @@ Atom的深色主题,类似的主题还有City Lights theme、Material Theme(
Python语言扩展,安装Pylance、Pylint、Black Formatter、isort、Jupyter(包括Jupyter Cell Tags、Jupyter Keymap、Jupyter Notebook Renderers、Jupyter Slide Show)等扩展可以使用增强功能并提高使用体验。
### Python Environment Manager
管理Python环境和包,类似的扩展还有Pip Manager。
### Rainbow Fart
彩虹屁扩展。
Expand Down Expand Up @@ -486,7 +490,7 @@ syntax = "proto3";
### 配置文件查看和修改
1. 对于编辑器和插件的设置都会保存在`settings.json`配置文件中;
1. 对于编辑器和扩展的设置都会保存在`settings.json`配置文件中;
2. `Ctrl`+`Shift`+`P`,输入`Preferences: Open User Settings (JSON)`进行查看和修改;
3. 删除`settings.json`配置文件中大括号`{}`内部的内容可以将VS Code恢复默认设置;
Expand Down
43 changes: 22 additions & 21 deletions _posts/2020-06-06-markdown-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,36 @@ pinned: false

## VS Code

轻量的代码编辑器。[[链接]](https://code.visualstudio.com)
轻量的代码编辑器。[链接](https://code.visualstudio.com)

安装扩展:

1. Markdown All in One
2. Markdown PDF
3. Markdown Preview Enhanced
4. markdownlint
2. Markdown Checkboxes
3. Markdown PDF
4. Markdown Preview Enhanced
5. markdownlint

可以实现自动补全、导出PDF文档、预览、语法检查等功能。

## Typora

专业的Markdown编辑器。[[链接]](https://typora.io)
专业的Markdown编辑器。[链接](https://typora.io)

**自2021年11月起,Typora开始收费。** 可以在VS Code中安装Typora扩展实现类似的功能。以下是一些开源的免费Markdown编辑器,可以作为Typora的替代方案:

1. Mark Text[[链接]](https://github.com/marktext/marktext)
2. Leanote[[链接]](https://github.com/leanote/leanote)
3. Notable[[链接]](https://notable.app)
4. Notes[[链接]](https://www.get-notes.com)
1. Mark Text[链接](https://github.com/marktext/marktext)
2. Leanote[链接](https://github.com/leanote/leanote)
3. Notable[链接](https://notable.app)
4. Notes[链接](https://www.get-notes.com)

## Gridea

使用Markdown语法的静态博客写作客户端。[[链接]](https://gridea.dev)
使用Markdown语法的静态博客写作客户端。[链接](https://gridea.dev)

## Obsidian

使用Markdown语法的专业笔记软件。[[链接]](https://obsidian.md)
使用Markdown语法的专业笔记软件。[链接](https://obsidian.md)

使用教程:

Expand All @@ -54,19 +55,19 @@ pinned: false

以下是一些开源的免费知识库管理软件,可以作为Obsidian的替代方案:

1. Logseq[[链接]](https://logseq.com)
2. AFFiNE[[链接]](https://affine.pro)
3. SiYuan[[链接]](https://b3log.org/siyuan/en/)
4. Notesnook[[链接]](https://notesnook.com)
5. Archivy[[链接]](https://archivy.github.io)
6. Omni-Notes[[链接]](https://omninotes.app)
7. Zim[[链接]](https://zim-wiki.org)
8. NixNote2[[链接]](https://github.com/baumgarr/nixnote2)
9. CubyText[[链接]](https://github.com/vincentdchan/CubyText)
1. Logseq[链接](https://logseq.com)
2. AFFiNE[链接](https://affine.pro)
3. SiYuan[链接](https://b3log.org/siyuan/en/)
4. Notesnook[链接](https://notesnook.com)
5. Archivy[链接](https://archivy.github.io)
6. Omni-Notes[链接](https://omninotes.app)
7. Zim[链接](https://zim-wiki.org)
8. NixNote2[链接](https://github.com/baumgarr/nixnote2)
9. CubyText[链接](https://github.com/vincentdchan/CubyText)

## Cherry Markdown Writer

Javascript Markdown编辑器。[[链接]](https://github.com/Tencent/cherry-markdown)
Javascript Markdown编辑器。[链接](https://github.com/Tencent/cherry-markdown)

## 参考

Expand Down
34 changes: 17 additions & 17 deletions _posts/2020-06-10-matlab-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,71 +15,71 @@ pinned: false

## Beautiful and distinguishable line colors + colormap

可区分性和美观性更好的曲线图配色方案。[[链接]](https://ww2.mathworks.cn/matlabcentral/fileexchange/42673-beautiful-and-distinguishable-line-colors-colormap)
可区分性和美观性更好的曲线图配色方案。[链接](https://ww2.mathworks.cn/matlabcentral/fileexchange/42673-beautiful-and-distinguishable-line-colors-colormap)

## Calculate Filter Coefficients for Phaseless, Low Pass, Butterworth Filter (compliant with SAE-J211)

生成符合SAE-J211标准的Butterworth滤波器参数,可以直接生成滤波器,用于对碰撞测试中得到的信号进行滤波。[[链接]](https://www.mathworks.com/matlabcentral/fileexchange/61852-calculate-filter-coefficients-for-phaseless-low-pass-butterworth-filter-compliant-with-sae-j211)
生成符合SAE-J211标准的Butterworth滤波器参数,可以直接生成滤波器,用于对碰撞测试中得到的信号进行滤波。[链接](https://www.mathworks.com/matlabcentral/fileexchange/61852-calculate-filter-coefficients-for-phaseless-low-pass-butterworth-filter-compliant-with-sae-j211)

## export_fig

高质量图片导出工具。[[链接]](https://github.com/altmany/export_fig)
高质量图片导出工具。[链接](https://github.com/altmany/export_fig)

## fig

设置图片尺寸和空白边框。[[链接]](https://www.mathworks.com/matlabcentral/fileexchange/30736-fig-the-exact-figure-size-and-no-white-space)
设置图片尺寸和空白边框。[链接](https://www.mathworks.com/matlabcentral/fileexchange/30736-fig-the-exact-figure-size-and-no-white-space)

## FigureBest

MATLAB绘图美化插件。[[链接]](https://github.com/tutusjtu/FigureBest-2.0)
MATLAB绘图美化插件。[链接](https://github.com/tutusjtu/FigureBest-2.0)

## Fast Robot Optimization and Simulation Toolkit (FROST)

机器人动力学系统建模、仿真、优化。[[链接]](http://ayonga.github.io/frost-dev/)
机器人动力学系统建模、仿真、优化。[链接](http://ayonga.github.io/frost-dev/)

## goGPS

GNSS原始信号处理。[[链接]](https://gogps-project.github.io)
GNSS原始信号处理。[链接](https://gogps-project.github.io)

## gramm

数据可视化工具箱。[[链接]](https://github.com/piermorel/gramm)
数据可视化工具箱。[链接](https://github.com/piermorel/gramm)

## MAP-LAB

地图信息可视化,建议使用完整版。部分功能使用M_MAP工具箱实现。[[链接1]](http://www.dimitriospiretzidis.com/maplab_home.html)[[链接2]](https://www.eoas.ubc.ca/~rich/map.html)
地图信息可视化,建议使用完整版。部分功能使用M_MAP工具箱实现。[链接1](http://www.dimitriospiretzidis.com/maplab_home.html) [链接2](https://www.eoas.ubc.ca/~rich/map.html)

## matGeom

几何工具箱,包括geom2d、polygons2d、graphs、polynomialCurves2d、geom3d、meshes3d等子模块。[[链接]](https://github.com/mattools/matGeom)
几何工具箱,包括geom2d、polygons2d、graphs、polynomialCurves2d、geom3d、meshes3d等子模块。[链接](https://github.com/mattools/matGeom)

## matlab2tikz

将MATLAB图形转化为tikz命令。[[链接]](https://github.com/matlab2tikz/matlab2tikz)
将MATLAB图形转化为tikz命令。[链接](https://github.com/matlab2tikz/matlab2tikz)

## MATLAB-GPS-Calculations

处理墨卡托投影,GPS与UTM坐标之间的互换。[[链接]](https://github.com/alexbuczynsky/MATLAB-GPS-Calculations)
处理墨卡托投影,GPS与UTM坐标之间的互换。[链接](https://github.com/alexbuczynsky/MATLAB-GPS-Calculations)

## Matlab-Graph-Optimization

使用MATLAB进行因子图优化。[[链接]](https://github.com/UTS-CAS/Matlab-Graph-Optimization)
使用MATLAB进行因子图优化。[链接](https://github.com/UTS-CAS/Matlab-Graph-Optimization)

## MATLABRobotics

使用MATLAB实现的机器人学常用算法。[[链接]](https://github.com/AtsushiSakai/MATLABRobotics)
使用MATLAB实现的机器人学常用算法。[链接](https://github.com/AtsushiSakai/MATLABRobotics)

## MATLAB Schemer

更换MATLAB主题。[[链接]](https://github.com/scottclowe/matlab-schemer)
更换MATLAB主题。[链接](https://github.com/scottclowe/matlab-schemer)

## OpenOCL

最优控制库,轨迹优化和非线性模型预测控制工具箱。[[链接]](https://openocl.github.io)
最优控制库,轨迹优化和非线性模型预测控制工具箱。[链接](https://openocl.github.io)

## Robotics Toolbox for MATLAB

第三方维护的机器人学工具箱,提出时间早于MATLAB自带的机器人系统工具箱。[[链接]](https://github.com/petercorke/robotics-toolbox-matlab)
第三方维护的机器人学工具箱,提出时间早于MATLAB自带的机器人系统工具箱。[链接](https://github.com/petercorke/robotics-toolbox-matlab)

## 参考

Expand Down
29 changes: 15 additions & 14 deletions _posts/2021-09-15-windows-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,21 @@ pinned: false
19. Photoflare
20. PlotJuggler
21. Pomatez
22. PowerDVD
23. Recuva
24. Rubick
25. ShareX
26. Snipaste
27. SumatraPDF
28. TeamViewer
29. Transmission
30. Typora
31. Understand
32. VLC media player
33. winutil
34. Xournal++
35. Zotero
22. Pomotroid
23. PowerDVD
24. Recuva
25. Rubick
26. ShareX
27. Snipaste
28. SumatraPDF
29. TeamViewer
30. Transmission
31. Typora
32. Understand
33. VLC media player
34. winutil
35. Xournal++
36. Zotero

## 常见问题及解决方法

Expand Down
7 changes: 6 additions & 1 deletion _posts/2021-10-11-terminal-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@ pinned: false
## 彩蛋和游戏

1. [40个超有趣的Linux命令行彩蛋和游戏.md](https://github.com/TommyZihao/Zihao-Blog)
2. [hpjansson/chafa](https://github.com/hpjansson/chafa)
2. [Swordfish90/cool-retro-term](https://github.com/Swordfish90/cool-retro-term)
3. [svenstaro/genact](https://github.com/svenstaro/genact)
4. [dustinkirkland/hollywood](https://github.com/dustinkirkland/hollywood)
5. [hpjansson/chafa](https://github.com/hpjansson/chafa)
6. [erkin/ponysay](https://github.com/erkin/ponysay)
7. [piuccio/cowsay](https://github.com/piuccio/cowsay)

## 参考

Expand Down

0 comments on commit a54b197

Please sign in to comment.