摘要: #Code-C++-Linux-统计一个文件夹占据空间大小 https://my.oschina.net/Tsybius2014/blog/330628 从以上链接中拷贝的代码 #include <stdio.h> #include <sys/stat.h> #include <sys/types. 阅读全文
posted @ 2023-04-11 21:58 Theseus‘Ship 阅读(129) 评论(0) 推荐(1) 编辑
摘要: #C++-unique_lock与lock_guard区别 https://blog.csdn.net/ccw_922/article/details/124662275 https://blog.csdn.net/sinat_35945236/article/details/124505414 都 阅读全文
posted @ 2023-04-11 21:13 Theseus‘Ship 阅读(243) 评论(0) 推荐(0) 编辑
摘要: #C++-Error:invalid new-expression of abstract class type C++工程,使用new操作符,new一个抽象类对象时编译报错如下: Error:invalid new-expression of abstract class type XXX 原因 阅读全文
posted @ 2023-04-11 19:58 Theseus‘Ship 阅读(550) 评论(0) 推荐(0) 编辑
摘要: #Code-C++-Linux-利用condition_variable封装event C++11使用condition_variable加上mutex封装event类,实现等同于windows的事件功能。 从网上百度到的以下代码实现,具体网址搞丢了。 #include <iostream> #in 阅读全文
posted @ 2023-04-11 00:09 Theseus‘Ship 阅读(51) 评论(0) 推荐(0) 编辑
Live2D