ljymoonlight

导航

03 2023 档案

arm vscode + openocd+stlink 调试stm32f40xxx
摘要:配置 ` { "name": "Cortex Debug-stlink", "type": "cortex-debug", "request": "launch", "executable": "${workspaceFolder}\STM32F405 Ethercat\MDK-ARM\debug. 阅读全文

posted @ 2023-03-29 00:57 ljymoonlight 阅读(1159) 评论(0) 推荐(0)

nginx 进行tcpip 数据端口映射
摘要:TCP port mapping stream{ upstream tcpLink { hash $remote_addr consistent; server xxx:3306 weight=5 max_fails=3 fail_timeout=30s; } server { listen 700 阅读全文

posted @ 2023-03-25 23:53 ljymoonlight 阅读(349) 评论(0) 推荐(0)