上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: lvgl遵循 MIT 协议,作者保留著作权,使用者随意修改 win使用vs2019运行lvgl git clone https://github.com/lvgl/lv_port_win_visual_studio.git 下载完毕后进入 lv_port_win_visual_studio/LVGL 阅读全文
posted @ 2022-07-29 19:27 小城熊儿 阅读(2028) 评论(0) 推荐(0) 编辑
摘要: #ifndef SCHECKBOXHEADERVIEW_H #define SCHECKBOXHEADERVIEW_H #include <QtGui> #include <QPainter> #include <QHeaderView> #include <QStyleOptionButton> 阅读全文
posted @ 2022-07-21 14:51 小城熊儿 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 头文件 #include <qwt_plot_canvas.h> #include <qwt_plot_layout.h> #include <qwt_plot_picker.h> #include <qwt_picker_machine.h> #include <qwt_painter.h> #i 阅读全文
posted @ 2022-07-05 19:53 小城熊儿 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 1 获取资料, 获取主仓库源码 git clone https://gitee.com/weidongshan/lv_100ask_linux_desktop.git 此时会在当前目录下,下载好一个 名字为 lv_100ask_linux_desktop 的文件夹, cd lv_100ask_lin 阅读全文
posted @ 2022-06-30 13:49 小城熊儿 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 虚拟机在nat模式下想要构建局域网,比较困难,因此可选择桥接模式构建局域网 网络适配器 是通过NAT方式共享局域网,不占用外网IP 操作前,先关闭win防火墙 此处直接指定桥接到电脑的网口上,电脑使用wifi上网,网孔用来和单片机建立网络 网络适配器2 是通过添加按钮加入的,相当于给虚拟机安装两个网 阅读全文
posted @ 2022-06-14 17:28 小城熊儿 阅读(366) 评论(0) 推荐(0) 编辑
摘要: // testprocesscontrol.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #define _WINSOCK_DEPRECATED_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #include <iostre 阅读全文
posted @ 2022-05-19 21:31 小城熊儿 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 到官方看看咋办吧 方法 1 # 切换到C盘c:# 进入Python安装目录cd "C:\Program Files\python"# 执行Python,加上参数,安装pippython.exe -m ensurepip --default-pip 方法 2 官方提供的一种方法是在指定python环境 阅读全文
posted @ 2022-05-14 22:28 小城熊儿 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: // Python Extension Packages for Windows - Christoph Gohlke (uci.edu) 安装tensorflow 之前 先安装 termcolor 此处是我自己存放在博客园上的地址 https://files-cdn.cnblogs.com/fil 阅读全文
posted @ 2022-05-14 22:23 小城熊儿 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 00000586:4f012c1260090000 =MID(G352,20,2)&MID(G352,18,2) 0960 ==HEX2DEC(H352) 2400 G352 H352 是行列号 &是两个字符串拼接 公式写好后, 选择要填充的行 选择填充 (向下填充) wps自定义筛选使用感觉不错 阅读全文
posted @ 2022-05-12 15:43 小城熊儿 阅读(325) 评论(0) 推荐(0) 编辑
摘要: //指定类型 void (QProcess:: *finished)(int) = &QProcess::finished; //创建连接 connect(process,finished,this,[=]() mutable{ process->exitCode(); }); //这种编译通不过 阅读全文
posted @ 2022-05-09 15:29 小城熊儿 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页