- download ncat from https://nmap.org/download.html
- in ~/.ssh/config add this
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_ecdsa_github
ProxyCommand ncat --proxy-type socks5 --proxy 127.0.0.1:1090 %h %p
| """ | |
| Test Qt Frameless Window resizing with QSizeGrip | |
| Maxwell Grady, September 2017. | |
| """ | |
| import sys | |
| from PyQt5 import QtCore, QtWidgets | |
| from qtmodern.styles import dark | |
| from qtmodern.windows import ModernWindow |
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_ecdsa_github
ProxyCommand ncat --proxy-type socks5 --proxy 127.0.0.1:1090 %h %p
| // https://wdhhh.cn/home?article=627 | |
| // https://www.bilibili.com/video/BV1WG4y117mz/ | |
| const scoreList = { | |
| short: [], | |
| long: [], | |
| } | |
| let totalCount = { | |
| short: 0, |
使能 configUSE_NEWLIB_REENTRANT 的情况下
Code->Linker->Additional Input Files 需要增加对应的 libc_nano.a 文件 比如 STM32F103 需要 D:\ST\STM32CubeIDE\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954\tools\arm-none-eabi\lib\thumb\v7-m\nofp\libc_nano.a 具体在STM32CubeIDE 生成的 map文件中可以看到Code->Preprocessor->User Include Directories 中增加 头文件路径 ```D:\ST\STM32CubeIDE\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954\tools\arm-none-eabi\include
D:\ST\STM32CubeIDE\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954\tools\arm-none-eabi\include\newlib-nano
D:\ST\STM32CubeIDE\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954\tools\lib\gcc\arm-none-eabi\10.3.1\include
D:\ST\STM32CubeIDE\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-| ;https://github.com/s1oz/unraid/blob/master/s1oz.ini | |
| [custom] | |
| ;s1oz自用版 | |
| ;设置规则标志位 | |
| ruleset=🎯 全球直连,https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Surge/Lan/Lan.list | |
| ruleset=🎯 全球直连,https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Surge/Direct/Direct.list | |
| ruleset=🎯 全球直连,https://raw.githubusercontent.com/s1oz/unraid/master/customize.list |