Skip to content

Commit

Permalink
[update] hobby
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed May 24, 2024
1 parent 8eb6c61 commit de7cf8e
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 22 deletions.
30 changes: 29 additions & 1 deletion docs/About/hobby.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,36 @@ tags:


# 兴趣
> 间歇性感兴趣

本人熟悉Python的使用,包括但不限于用它来搞:

- GUI软件(pyqt,threading,pygame)
- Web服务器(Django,Fastapi)
- 网络爬虫(requests,parsel,asyncio)
- 数据库操作(pyodbc,pymysql,pymongo)
- 深度学习(pytorch)
- 统计分析(pandas,sklearn,matplotlib,scipy,statsmodel)
- 数值分析(numpy,scipy)
- 自动化办公(pyautogui,pywin32,docx)

掌握以下语言的Hello World,但都不如Python熟悉:

- SAS统计软件
- R语言
- Matlab
- Julia
- C语言
- Go语言
- Rust
- Java
- JavaScript(node.js)
- Swift

此外我对Docker技术以及云服务器有些兴趣,熟悉Linux服务器的运维。

最后,我艾尔登法环不看攻略66小时全Boss击破,望周知。

> 间歇性感兴趣
<style type="text/css">
.row {
Expand Down
3 changes: 3 additions & 0 deletions docs/Note/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ tags:
如果您也有什么**宝藏软件**想要分享,请务必留下评论!!

## 全平台

### [LICEcap](https://www.cockos.com/licecap/)
超好用的GIF录屏软件。
### [Typora](https://typora.io/)
值得掏腰包的markdown编辑软件
### [Notion](https://www.notion.so/)
Expand Down
38 changes: 19 additions & 19 deletions nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,22 @@ nav:
- SAS:
- SAS的基本操作: Note/SAS/SAS_basic.md
- SAS的统计应用: Note/SAS/SAS_application.md
- vscode:
- VSCode:
- Note/vscode/modify_extension.md
- Blog:
- Blog/index.md
- 2019:
- Blog/2019/2019_summary.md
- 2020:
- Blog/2020/2020_summary.md
- 2022:
- Blog/2022/2022_summary.md
- 2024:
- Blog/2024/otaku.md
- Blog/2024/winter.md
- Blog/2024/sakura.md
- Blog/2024/new_blog.md
- Blog/2024/envelope.md
- Blog/2024/no_argmax.md
- Blog/2024/nomoney.md
- Blog/2024/wol.md
- Blog/2024/self-hosted-overleaf.md
- Blog/2024/travel_to_hk.md
- Blog/2024/career.md
- 2023:
- Blog/2023/intern.md
- Blog/2023/curriculum.md
Expand All @@ -68,18 +74,12 @@ nav:
- Blog/2023/name.md
- Blog/2023/bloom.md
- Blog/2023/2023_summary.md
- 2024:
- Blog/2024/otaku.md
- Blog/2024/winter.md
- Blog/2024/sakura.md
- Blog/2024/new_blog.md
- Blog/2024/envelope.md
- Blog/2024/no_argmax.md
- Blog/2024/nomoney.md
- Blog/2024/wol.md
- Blog/2024/self-hosted-overleaf.md
- Blog/2024/travel_to_hk.md
- Blog/2024/career.md
- 2022:
- Blog/2022/2022_summary.md
- 2020:
- Blog/2020/2020_summary.md
- 2019:
- Blog/2019/2019_summary.md
- Python:
- Python/index.md
- Python/pre_python.md
Expand Down
8 changes: 6 additions & 2 deletions plugins_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
ignore_code: true
cache: true
cache_dir: "./"
prompt: "请帮我把下面的内容总结为200字以内的摘要,请不要出现连续换行:"
prompt: "请帮我把下面的内容总结为200字以内的摘要,使用源语言,请不要出现连续换行:"
- i18n:
docs_structure: suffix
exclude_folders:
Expand All @@ -20,6 +20,10 @@ plugins:
build: true
nav_translations:
正式的简历: Resume
关于本站和我的一切: "About yangzhang.site"
我的电子设备们: "My Devices"
点亮的地图: "Travelled To"
兴趣: Interests
## jupyter文件支持 ########## 暂时移除此功能
#- mkdocs-jupyter
- tags
Expand Down Expand Up @@ -56,7 +60,7 @@ plugins:
- minify:
minify_html: true
- rss:
abstract_chars_count: 200
abstract_chars_count: 300
match_path: "Blog/.*"
categories:
- tags

0 comments on commit de7cf8e

Please sign in to comment.