对嵌入式、QT、桌面开发感兴趣
发布时间:2022-09-06 18:51:26
函数跳转 F2跳转行 Ctrl + L关闭文件 Ctrl + W项目管理框 Alt + X返回编辑器 ESC当前文件搜索 Ctrl + F高级搜索框 .........【阅读全文】
发布时间:2022-09-05 11:01:35
1. 安装sudo apt-get install build-essentialsudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-toolssudo apt-get install qtcreatororhttps: //download.qt.io/2. hello.cpp#include #include .........【阅读全文】
发布时间:2022-08-31 17:50:04
1. 生成$ cd esp_idf_proj$ mkdir cb_proj$ cd cb_proj$ cmake ../ -G "CodeBlocks - Ninja"2. codeblocks 打开项目(在 idf.py 可以执行的终端|命令行启动codeblocks)......【阅读全文】
发布时间:2022-08-31 17:40:36
1. 安装: https: //docs.docker.com/install/2. 非root运行:https: //docs.docker.com/engine/install/linux-postinstall/3. 测试:docker run hello-world4. docker run --rm -v $PWD:/project -w /project espressif/idf:v4.3.2 idf.py build5. 镜像目录:https: //hub.docker.com/r/espressif/idf/tags6. 国内镜.........【阅读全文】