-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfe6593
commit c1569c9
Showing
283 changed files
with
26,905 additions
and
126,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"attachmentFolderPath": "./C语言八股", | ||
"attachmentFolderPath": "./240918-C语言八股", | ||
"newLinkFormat": "relative", | ||
"useMarkdownLinks": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Python: Current File", | ||
"type": "debugpy", | ||
"request": "launch", | ||
"program": "${file}", | ||
"console": "integratedTerminal", | ||
"env": { | ||
"PYTHONPATH": "C:\\msys64\\mingw64\\lib\\python3.11\\lib-dynload" | ||
} | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 240716-内存管理 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 240829-python 操作串口 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# 语法特性 | ||
# 240905-语法特性 | ||
|
||
## 1 240905-复合字面量 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions
3
docs/软件/01-嵌入式软件/00-通讯协议/00-韦根协议Wiegand.md → docs/_Embedded/240603-韦根协议Wiegand.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
# 240603-韦根协议 Wiegand | ||
|
||
|
||
韦根协议是一种数据传输协议,常常应用在门禁控制系统中,实现读卡器和控制器之间的通信。 | ||
|
||
## 物理层 | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions
2
docs/硬件/03-机械结构/240820-SolidWorks开螺纹孔.md → docs/_Embedded/240820-SolidWorks开螺纹孔.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# 240820-SolidWorks开螺纹孔 | ||
|
||
>参考博客: https://blog.csdn.net/haigear/article/details/111504639 | ||
开孔向导选择螺纹孔 | ||
|
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# 概述 | ||
|
||
# ESP32项目汇总 | ||
|
||
## 1 蓝牙WIFI双模门禁控制器 | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
- '2024': | ||
- '2024-09-18': | ||
- newpage: | ||
text: ' [ CS ] > C语言八股' | ||
href: /_CS/240918-C语言八股 | ||
- '2024-09-05': | ||
- newpage: | ||
text: ' [ Embedded ] > 更新storage以及mqtt模块部分,逐步实现私有json协议' | ||
href: /_Embedded/240905-更新storage以及mqtt模块部分,逐步实现私有json协议 | ||
- newpage: | ||
text: ' [ CS ] > 语法特性' | ||
href: /_CS/240905-语法特性 | ||
- '2024-08-30': | ||
- newpage: | ||
text: ' [ Embedded ] > 缺陷检测光源控制器开发笔记' | ||
href: /_Embedded/240830-缺陷检测光源控制器开发笔记 | ||
- newpage: | ||
text: ' [ Embedded ] > 各种通用串口总线标准' | ||
href: /_Embedded/240830-各种通用串口总线标准 | ||
- '2024-08-29': | ||
- newpage: | ||
text: ' [ CS ] > python操作串口' | ||
href: /_CS/240829-python操作串口 | ||
- '2024-08-23': | ||
- newpage: | ||
text: ' [ Web ] > HTTPS与OpenSSL' | ||
href: /_Web/240823-HTTPS与OpenSSL | ||
- '2024-08-22': | ||
- newpage: | ||
text: ' [ Embedded ] > ESP32分区表及OTA' | ||
href: /_Embedded/240822-ESP32分区表及OTA | ||
- '2024-08-20': | ||
- newpage: | ||
text: ' [ Embedded ] > SolidWorks开螺纹孔' | ||
href: /_Embedded/240820-SolidWorks开螺纹孔 | ||
- '2024-08-18': | ||
- newpage: | ||
text: ' [ Embedded ] > 蓝牙配网以及softAP方式配网探索' | ||
href: /_Embedded/240818-蓝牙配网以及softAP方式配网探索 | ||
- '2024-08-14': | ||
- newpage: | ||
text: ' [ Embedded ] > CubeMX+FreeRTOS开发笔记' | ||
href: /_Embedded/240814-CubeMX+FreeRTOS开发笔记 | ||
- '2024-07-19': | ||
- newpage: | ||
text: ' [ Embedded ] > LEDPWM及常用指示函数封装' | ||
href: /_Embedded/240719-LEDPWM及常用指示函数封装 | ||
- '2024-07-16': | ||
- newpage: | ||
text: ' [ CS ] > 内存管理' | ||
href: /_CS/240716-内存管理 | ||
- '2024-06-26': | ||
- newpage: | ||
text: ' [ Embedded ] > BM8563 驱动移植,IDF-I2C 笔记' | ||
href: /_Embedded/240626-BM8563 驱动移植,IDF-I2C 笔记 | ||
- '2024-06-25': | ||
- newpage: | ||
text: ' [ Embedded ] > 卡关系存储设计' | ||
href: /_Embedded/240625-卡关系存储设计 | ||
- '2024-06-19': | ||
- newpage: | ||
text: ' [ Embedded ] > 蓝牙开发' | ||
href: /_Embedded/240619-蓝牙开发 | ||
- '2024-06-18': | ||
- newpage: | ||
text: ' [ Embedded ] > SNTP 获取时间、AES 加密' | ||
href: /_Embedded/240618-SNTP 获取时间、AES 加密 | ||
- '2024-06-17': | ||
- newpage: | ||
text: ' [ Embedded ] > IDF 的事件循环,及 wifi 运行流程' | ||
href: /_Embedded/240617-IDF 的事件循环,及 wifi 运行流程 | ||
- '2024-06-15': | ||
- newpage: | ||
text: ' [ Embedded ] > smartconfig配网' | ||
href: /_Embedded/240615-smartconfig配网 | ||
- '2024-06-03': | ||
- newpage: | ||
text: ' [ Embedded ] > 韦根协议Wiegand' | ||
href: /_Embedded/240603-韦根协议Wiegand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.