上一页 1 2 3 4 5 6 7 8 9 ··· 76 下一页
摘要: export QT_DIR=/userdata/bin/qtlibexport QT_QPA_PLATFORM=eglfsexport QT_QPA_EGLFS_INTEGRATION=eglfs_kmsexport QT_QPA_EGLFS_KMS_PLANE_INDEX=1export QT_Q 阅读全文
posted @ 2023-09-27 16:01 ahuo 阅读(120) 评论(0) 推荐(0) 编辑
摘要: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 4.19.161AIMY-RK3568 (jenkins@jenkins-seafile-gitlab-60) 阅读全文
posted @ 2023-09-27 14:46 ahuo 阅读(499) 评论(0) 推荐(0) 编辑
摘要: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Ini 阅读全文
posted @ 2023-09-27 14:45 ahuo 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <list> #include <thread> #include <mutex> #include <condition_variable> #include <unistd.h> std::list<int> my_list; std:: 阅读全文
posted @ 2023-09-07 18:10 ahuo 阅读(43) 评论(0) 推荐(0) 编辑
摘要: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simplepip config set install.trusted-host pypi.tuna.tsinghua.edu.cn 阅读全文
posted @ 2023-08-18 15:25 ahuo 阅读(4) 评论(0) 推荐(0) 编辑
摘要: asound.conf允许对声卡或者设备进行更高级的控制,提供访问alsa-lib中的pcm插件方法,允许你做更多的复杂的控制,比如可以把声卡组合成一个或者多声卡访问多个I/O。 Default plugin pcm.!default { type hw card 0 } ctl.!default 阅读全文
posted @ 2023-08-09 09:02 ahuo 阅读(111) 评论(0) 推荐(0) 编辑
摘要: esphome安装 pip3 install esphome esphome dashboard esphome_config/ http://ip:6052 docker安装homeassistant docker pull homeassistant/home-assistant docker 阅读全文
posted @ 2023-08-01 14:32 ahuo 阅读(84) 评论(0) 推荐(0) 编辑
摘要: $ echo "apple,banana,orange" | awk -F ',' '{print $2}' banana 阅读全文
posted @ 2023-07-27 16:46 ahuo 阅读(163) 评论(0) 推荐(0) 编辑
摘要: vue create my-vue HelloWorld.vue <template> <button type="button" @click="open">选择文件</button> </template> <script> import { useFileDialog } from '@vue 阅读全文
posted @ 2023-07-21 14:36 ahuo 阅读(219) 评论(1) 推荐(0) 编辑
摘要: docker run -d --name adminer -p8085:8080 adminer 阅读全文
posted @ 2023-07-13 15:10 ahuo 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/wecooperate/iMonitor 阅读全文
posted @ 2023-06-28 17:00 ahuo 阅读(127) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <hv/requests.h> using namespace hv; int main() { hv::Json jroot; hv::Json d; jroot["cmd"] = "req_get_in 阅读全文
posted @ 2023-06-26 16:32 ahuo 阅读(58) 评论(0) 推荐(0) 编辑
摘要: //mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> namespace Ui { class MainWindow; } class WorkerThre 阅读全文
posted @ 2023-06-25 16:17 ahuo 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 功放类型特点差异 A类功放 高保真、低失真、线性放大 高功率消耗、低效率、发热多 B类功放 高效率、低功耗、较低发热 有交叉失真、较低保真度 AB类功放 较高效率、较低功耗、中等保真度 有一定交叉失真、适中发热 D类功放 高效率、低功耗、小尺寸、低发热 有数字失真、较低保真度 阅读全文
posted @ 2023-06-16 17:37 ahuo 阅读(227) 评论(0) 推荐(0) 编辑
摘要: QT += network #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QWidget> #include <QObject> #include <QDebug> #include <QHttp 阅读全文
posted @ 2023-06-12 16:34 ahuo 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 76 下一页