摘要: https://caiorss.github.io/C-Cpp-Notes/ https://devdocs.io/cpp/ https://fluent2.microsoft.design/layout 阅读全文
posted @ 2023-08-10 11:19 微笑的''80 阅读(18) 评论(0) 推荐(0)
摘要: https://www.tutorialspoint.com/index.htm https://vimsky.com/examples/usage/log-function-cpp.html 阅读全文
posted @ 2023-08-09 16:33 微笑的''80 阅读(17) 评论(0) 推荐(0)
摘要: https://blogs.windows.com/windowsdeveloper/2022/01/28/build-your-first-winui-3-app-part-1/ https://learn.microsoft.com/en-us/windows/apps/windows-app- 阅读全文
posted @ 2023-08-09 09:32 微笑的''80 阅读(51) 评论(0) 推荐(0)
摘要: https://wiki.makerdiary.com/nrf52832-mdk/getting-started/ https://nuttx.apache.org/docs/latest/platforms/arm/nrf52/boards/nrf52832-mdk/index.html 阅读全文
posted @ 2023-08-08 15:12 微笑的''80 阅读(21) 评论(0) 推荐(0)
摘要: Start Command Prompt in Administrator mode Run this command: sfc /scannow After the scan completes, run this conmmand next: dism /online /cleanup-imag 阅读全文
posted @ 2023-08-08 11:36 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要: https://it.sohu.com/a/677793818_100193168 阅读全文
posted @ 2023-08-08 10:01 微笑的''80 阅读(23) 评论(0) 推荐(0)
摘要: 文件同步: https://www.dbs724.com/146425.html https://blog.csdn.net/qq_38782437/article/details/129784145 woboq codebrowser: https://blog.csdn.net/astrotyc 阅读全文
posted @ 2023-08-07 17:18 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要: https://download.csdn.net/download/ccdehuiji/87867095?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169137716216800197087287%2522%252C%2522s 阅读全文
posted @ 2023-08-07 11:00 微笑的''80 阅读(31) 评论(0) 推荐(0)
摘要: 1 #include <Windows.h> 2 #include <iostream> 3 #include <string> 4 #include <stdio.h> 5 6 using namespace std; 7 int main() 8 { 9 10 //全局变量,串口句柄 11 HA 阅读全文
posted @ 2023-08-04 16:52 微笑的''80 阅读(95) 评论(0) 推荐(0)
摘要: 1 #include <Windows.h> 2 #include <iostream> 3 #include <string> 4 5 using namespace std; 6 int main() 7 { 8 std::cout << " select action " << std::en 阅读全文
posted @ 2023-08-04 16:19 微笑的''80 阅读(17) 评论(0) 推荐(0)