摘要: github.com 阅读全文
posted @ 2025-11-09 23:26 cnchengv 阅读(1) 评论(0) 推荐(0)
摘要: qDebug() << this << "took" << (QDateTime::currentMSecsSinceEpoch() - start_time_); 阅读全文
posted @ 2025-11-09 00:36 cnchengv 阅读(2) 评论(0) 推荐(0)
摘要: 可以,完全可以在不依赖 Qt Creator 的前提下,使用 VC++(如 Visual Studio) 调用 Qt 的动态库来开发 Qt 程序。你只需要: 安装 Qt 的 MSVC 版本(比如 Qt 5.15.2 MSVC2019 64-bit) 配置好 Qt 的 include、lib 和 bi 阅读全文
posted @ 2025-11-08 09:53 cnchengv 阅读(3) 评论(0) 推荐(0)
摘要: 必须转化为zhijue,否则无用 阅读全文
posted @ 2025-11-08 09:47 cnchengv 阅读(1) 评论(0) 推荐(0)
摘要: 一句话结论Olive master 分支目前(2025-10)官方 CI 与多篇实测都锁定在 Qt 5.15.x(5.15.2 最稳,6.x 仍可能踩坑) FFmpeg 4.3.x – 5.0.x(4.3.1 / 4.4 / 5.0 均可,7.0 已确认不能用) OpenImageIO 2.1.12 阅读全文
posted @ 2025-11-02 15:35 cnchengv 阅读(10) 评论(0) 推荐(0)
摘要: 要经常用这个来刷新 1、老找不到包 OpenColorIO 运行命令vcpkg install --triplet x64-windows ,以前只装的是vcpkg install --triplet x64-windows-release 所以只装了relase版本 装完还不行 发现包装在vcpk 阅读全文
posted @ 2025-11-01 10:06 cnchengv 阅读(2) 评论(0) 推荐(0)
摘要: 以下是编译 Olive 视频编辑器的详细步骤,适用于 Windows 环境(以 Visual Studio 2022 为例)。Olive 是一个基于 Qt 和 FFmpeg 的开源非线性视频编辑器。 1. 环境准备 确保安装以下工具和依赖: Qt 5.15+:推荐使用 5.15 版本。 Visual 阅读全文
posted @ 2025-10-19 09:18 cnchengv 阅读(22) 评论(0) 推荐(0)
摘要: 有!在 .NET 4.0(VS2013)里可以用 Socket.Select(BSD 风格)或者 Socket.Poll 实现“不卡 UI 的非阻塞收发”,完全不需要线程/await。下面把上面的 阻塞版 改成 Select 轮询版:连接、发送、接收都不会假死,代码量仍然很小。 核心思路 用 Soc 阅读全文
posted @ 2025-09-28 14:05 cnchengv 阅读(6) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zeoHere/p/18845009 阅读全文
posted @ 2025-09-26 19:47 cnchengv 阅读(7) 评论(0) 推荐(0)
摘要: must定 every jinzhangsu--, xin lengj 学xi changshi-- 所有 only 看shi,to thi 看来还得 e 来治 查问题应该剥离其他干扰因素。 阅读全文
posted @ 2025-08-05 08:59 cnchengv 阅读(7) 评论(0) 推荐(0)