02 2022 档案
摘要:又有了新思路,复用线程 ThreadPool.hpp #pragma once #include <thread> #include <memory> #include <functional> #include <utility> #include <condition_variable> #in
阅读全文
摘要:源地址 #include <algorithm> #include <iostream> #include <ostream> #include <bsoncxx/json.hpp> #include <bsoncxx/stdx/make_unique.hpp> #include <mongocxx
阅读全文
摘要:原文 FFMPEG:https://ffmpeg.org/ 可执行bat @echo off SETLOCAL ENABLEDELAYEDEXPANSION set path=.\m4a set rs=.\mp3 for /F %%i in ('Dir /B %path%') do ( set na
阅读全文