https://github.com/daichenghe/esp-serial-flasher
![240](https://cdn2.jianshu.io/assets/default_avatar/11-4d7c6ca89f439111aff57b23be1c73ba.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
https://github.com/daichenghe/esp-serial-flasher
$(info654321) 可以输出调试信息
1.已安装IAR的情况下安装以下插件 ARM 用于ARM汇编语言高亮 Cortex Debug 用于ARM Cortex-M的调试我使用的stlink所以配置了OpenO...
Tools->Configure Custom Argument Variables and click import in order to select link con...
linker_directives_tviibe.icf
platform_fwupgrade->svc_sqi_program->LLD_SQI_Program 对gps_uart可读可写 HAL_GPIO_WritePin(GP...
C:\Users\daichenghe\.vimrc C:\Users\daichenghe\.vim\bundle C:\Program Files (x86)\Vim\v...
git reset --hard HEAD git fetch git pull branch
1.platformio 配置文件及链接文件 2.bootloader跳转地址 3.#defineAPP_NVIC_OFFSET0X20000 #defineVECT_TAB...
1..\openocd.exe -f .\stlink.cfg -c "transport select hla_swd" -f .\stm32f4x.cfg 2.telne...
./configure --with-ssl--enable-optimizations ./configure --prefix=/usr/local/python37 -...
pyrcc5 -o resources.py resources.qrc pyuic5 -o 文件名.py 文件名.ui qt_resource_data为资源文件名
QPushButton[name="sdk_button"] { background: cyan; color: #fff; background-color:...
visibility 设置为hidden 控件仍占空间 display 设置为NONE 控件不占空间
指令后加.n为16位指令 指令后加.w位32位指令
git fetch --all git reset --hard origin/master git pull //可以省略
@doublejjj 如果你设置了centralwidget,则在楼主的程序里加一句 self.centralwidget.setLayout(vbox)就可以试用了。
python pyqt5 QPainter 画图方法 画文字 -- coding: utf-8 -- """【简介】在窗体中绘画出文字的例子 """ import sysfrom PyQt5.QtWidgets impor...