上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: #include "widget.h" #include <QListWidgetItem> #include <QAction> #include <QDebug> Widget::Widget(QWidget *parent) : QWidget(parent) { resize(300,400 阅读全文
posted @ 2024-09-12 09:46 *^VV^* 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include "widget.h" #include <QDebug> #include <QTabBar> Widget::Widget(QWidget *parent) : QWidget(parent) { p_TabWidget = new QTabWidget; p_TabWidget 阅读全文
posted @ 2024-09-12 08:50 *^VV^* 阅读(17) 评论(0) 推荐(0) 编辑
摘要: widget.h #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QMenu> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *parent 阅读全文
posted @ 2024-09-10 11:27 *^VV^* 阅读(13) 评论(0) 推荐(0) 编辑
摘要: /etc/init.d/S99QTDesktop #!/bin/sh## Start/stop QTdesktop# export XDG_RUNTIME_DIR=/usr/qt-armhf/lib #配置tslib export TSLIB_TSDEVICE=/dev/input/event1ex 阅读全文
posted @ 2024-08-31 21:07 *^VV^* 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1、配置/etc/udhcpd.conf start 192.168.1.20end 192.168.1.50interface wlan0max_leases 30 option subnet 255.255.255.0option router 192.168.1.1option dns 8.8 阅读全文
posted @ 2024-07-03 19:43 *^VV^* 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1、新建 /etc/init.d/S88autowifi 内容如下: #!/bin/sh## Start the wifi....# # Debian ifupdown needs the /run/wifi lock directorymkdir -p /run/wifi #自定义变量interf 阅读全文
posted @ 2024-07-01 15:09 *^VV^* 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 一、切换到sololinker/project$目录执行: ./build.sh usage查看项目配置信息及操作命令 **************************************Check [OK]: dtc --version*************************** 阅读全文
posted @ 2024-05-23 13:08 *^VV^* 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 1:进入 bashrc vim ~/.bashrc 2:把它添加到最后一行 export PS1=$'[\\[\E[1m\E[32m\\]\\u@\h \\[\E[1m\E[33m\\]\\w\\[\E[1m\E[34m\\]]\\[\E[1m\E[33m\\]#\[\E[0;10m\\] ' 3: 阅读全文
posted @ 2024-05-22 09:50 *^VV^* 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1、修改平台文件opencv/platforms/linux/arm-gnueabihf.toolchain.cmake set(GCC_COMPILER_VERSION "" CACHE STRING "GCC Compiler version")set(GNU_MACHINE "arm-linu 阅读全文
posted @ 2024-05-09 21:04 *^VV^* 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、环境配置 sudo apt install qemu-user-static -y sudo apt install debootstrap -y mkdir Debian_rootfs 2、Debian文件系统构建 第一阶段: 使用华为镜像源抽取根文件系统 sudo debootstrap – 阅读全文
posted @ 2024-04-30 19:26 *^VV^* 阅读(218) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页
点击右上角即可分享
微信分享提示