2025年11月的文章
每日C++(25年):12月1日 – 12月7日
12月1日:mutex:std::recursive_mutex::try_lock12月2日:mutex:std::recursive_mutex::unlock12月3日:mutex:std::recursive_timed_mutex::lock12月4日:mutex:std::recursive_timed_mutex...
每日C++(25年):12月合集
12月1日:mutex:std::recursive_mutex::try_lock12月2日:mutex:std::recursive_mutex::unlock12月3日:mutex:std::recursive_timed_mutex::lock12月4日:mutex:std::recursive_timed_mutex...
每日C++(25年):11月24日 – 11月30日
11月24日:mutex:std::mutex::lock11月25日:mutex:std::mutex::try_lock11月26日:mutex:std::mutex::unlock11月27日:mutex:std::timed_mutex::lock11月28日:mutex:std::timed_mutex::t...
Whisper.cpp:VS2022下的语音转文本示例
克隆项目:使用Git工具,将项目克隆到本地:git clone https://github.com/ggml-org/whisper.cpp.git构建项目:构建说明构建可以分为CPU版本和GPU版本,即一个通过CPU的算力来为模型提供服务,...
子比主题美化:文本选中样式修改
修改:在网站后台 -> Zibll主题设置 -> 全局&功能 -> 自定义代码 -> 自定义CSS样式,在代码编辑框中添加以下代码:color后跟上的就是选中后的颜色效果图: 本文转载至...
每日C++(25年):11月17日 – 11月23日
11月17日:atomic:std::atomic::wait11月18日:atomic:std::atomic::fetch_add11月19日:atomic:std::atomic::fetch_sub11月20日:atomic:std::atomic::fetch_and11月21日:atomic:std::at...
WordPress + 子比(Zibll)主题:页面分页符无效
问题简述:在使用子比主题后,WordPress后端使用经典编辑器编辑默认模板页面,出现分页符无效的情况。问题复现版本:子比主题版本:Zibll v8.3WordPress版本:6.8解决方案:在服务器中,在网站...
每日C++(25年):11月10日 – 11月16日
11月10日:thread:std::jthread::get_stop_token11月11日:thread:std::jthread::request_stop11月12日:thread:std::this_thread::yield11月13日:thread:std::this_thread::get_id11月14...
Qt:“QtRunWork”任务返回了 false,但未记录错误。
相关信息:错误信息:MSB4181 “QtRunWork”任务返回了 false,但未记录错误。IDE:VS2022环境相关:Qt6,C++14解决方案:方案一如果 Q_OBJECT 宏未正确处理,通常会出现类似的错误。要使用信...
每日C++(25年):11月3日 – 11月9日
11月3日:thread:std::jthread::joinable11月4日:thread:std::jthread::get_id11月5日:thread:std::jthread::native_handle11月6日:thread:std::jthread::hardware_concurrency11月7日:...
子比主题美化:站点顶部灯笼
修改修改1:在网站后台 -> Zibll主题设置 -> 全局&功能 -> 自定义代码 -> 自定义CSS样式,在代码编辑框中添加以下代码:修改2在网站后台 -> Zibll主题设置 ->...










